Questions tagged [joomla3.3]

For programming questions relating to using Joomla!, version 3.3. Please note that version 3.3 is no longer a supported release of the Joomla! series and it's highly recommended to upgrade to the latest version.

Joomla! 3.3

Joomla! is an open-source CMS written in PHP and powered by an MVC-oriented framework. Thousands of extensions are available and can be installed through the admin interface.

Version 3.3 was released in April 2014. The support ended in February 2015.

Resources

96 questions
1
vote
1 answer

Cant access the Style tab of joomla from back end

i have created a joomla backend template everything works fine, new template displays all the content easily on the site, also new style is implemented too , but when i try to access the Style of the current template from back end this is what i get…
noobie-php
  • 6,817
  • 15
  • 54
  • 101
1
vote
1 answer

Joomla 3.3.1 - Can't edit and create new menus in Menu Manager

I would like to add two new menus to my website, but when I create, or even edit a menu and click Save, Save & Close and Save & New nothing happens. With Firebug I get ReferenceError: Hash is not defined What should I do?
ezy
  • 59
  • 1
  • 9
  • 25
1
vote
2 answers

Converting Joomla value from database into PHP array

I want to take some information created in a Joomla article into a separate system separate from Joomla. Here is an example value returned from a field I grabbed from a MySQL query (the column is "images" from the "com_content"…
thecommonthread
  • 395
  • 4
  • 14
1
vote
2 answers

Is Joomla user management safe enough to handle potential data?

How difficult/easy is it to break into Joomla backend & to access the pages which are only set to be accessible by selected Joomla users of the website? Is it safe enough to rely on Joomla's management system?
saibbyweb
  • 2,864
  • 2
  • 27
  • 48
0
votes
1 answer

How to coding CSS in jEvents plugin to support change text color of Saturday and Sunday day to red text?

How to coding CSS in jEvents plugin to support change text color of Saturday and Sunday day to red text (change 4-5 , 11-12 , 18-19 and 25-26 to red text) ? Example of real mini-calendar jEvents image link. Becuase CSS coding to example. .saturday >…
0
votes
1 answer

Joomla 3.3.6 user profile form validation

I am trying to add validation to fields in user profile form.So I added
Richa
  • 11
  • 3
0
votes
0 answers

have to keep manually clearing cache in joomla

I am working on a Joomla 3.3.6 site and after making changes to articles I have to keep manually clearing the cache This was not the case before we had issues server side Is their something I can do My system settings are: cache off cache handler…
0
votes
0 answers

Need support about password encryption in Joomla 3.x

I need to implement an external login client using c# and .NET, but I'm having serious problems regarding with the encryption system the latest version of Joomla is using. I've already figured out: Uses the Blowfish algoritm from newer versions of…
0
votes
1 answer

Pass an array variable from controller to view in Joomla

I am redirecting to view from a controller and I want to send an array from controller to view. I am using : $data = JRequest::getVar('jform', array(), 'post', 'array'); I want to pass this array to view named…
0
votes
3 answers

How to fix JHtmlBehavior::formvalidator not found

I tried to upgrade from Joomla 3.3.6 to Joomla 3.4.1. I see this error when I try to go the admin configuration page "JHtmlBehavior::formvalidator not found". How to fix it?
Learner2011
  • 287
  • 2
  • 6
  • 25
0
votes
1 answer

How to create custom plugin for Joomla 3.3

I have a site on Joomla 2.5 with hikashop 1.5 and for recurring payment from eway payment gateway I have custom code on file /plugins/hikashoppayment/eway/eway.php, and this is working perfectly on my one live site www.clet.edu.au Now I have…
0
votes
0 answers

jQuery DatePicker + TimePicker in Joomla

Has anybody used a time picker in this link? http://trentrichardson.com/examples/timepicker/ I have already followed the steps in the link, I added the add-on.js file to my component and the css file inside, but when i change this code var x =…
Break the Law
  • 217
  • 2
  • 14
0
votes
2 answers

how can I change joomla 3 template background color

how can I change joomla3.x template background color .I am trying it from css but I can't get it. can any body tell me how can I change the color of joomla3.3 template background color?
0
votes
2 answers

Joomla 3.x: How to add or Link to a external javascript file

I want to use a parallax for my Joomla. Specifically this one: https://github.com/IanLunn/jQuery-Parallax How can I insert these to my joomla pages.
Aaron
  • 2,591
  • 4
  • 27
  • 45
0
votes
1 answer

Sample Component with Content Versioning from Joomla Site not working correctly

I was trying to restore a version of a content I am editing. in my administrator/components/com_joomprosubs/tables/subscription.php in the construct function I added this following…
Break the Law
  • 217
  • 2
  • 14