Questions tagged [joomla3.2]

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

Joomla! 3.2

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.

Joomla! 3.2 was released on 6th November 2013. The support ended in October 2014.

Feature highlights

  • Improved Template Manager
  • Introducing HTML5 form fields and attributes
  • Removed Mootools dependencies
  • Miscellaneous interface improvements from the JUX Code Sprint
  • JED info link in extensions installer and 1-click installer of "install from Web" plugin
  • Content versioning for core and third-party components
  • Add Joomla Ajax Interface to core
  • Rapid Application Framework (Joomla! RAD)
  • Advanced ACL for com_modules, permissions per module

Resources

153 questions
17
votes
10 answers

Hide title not working in joomla 3.2

Ok all I want is hide the article title, no big deal, right? So here is what I have: Here are my settings in the article manager - i disabled pretty much everthing, and yes, i cleared cache: Guess what, the title does not disappear. I am getting…
Toskan
  • 13,911
  • 14
  • 95
  • 185
6
votes
3 answers

Joomla 3 - How to override jQuery with newer version?

In Joomla 3.x jQuery is coming by default with Joomla, but the version is a bit outdated (v.1.8.3) and I have a script that needs a newer version. What can I do?
Valentin Despa
  • 40,712
  • 18
  • 80
  • 106
4
votes
2 answers

Joomla - Category Blog Alternative Layout Not Being Applied

So I'm a little confused by Joomla's Alternative Layout overrides. I'm using Joomla 3.3 I have read all Joomla 3.x documentation, and have followed many tutorials without any luck. So here are my template files: Promo is the name of the…
Moe
  • 4,744
  • 7
  • 28
  • 37
3
votes
4 answers

How to disable front-end login component in Joomla 3?

How to disable front-end login component in Joomla 3? I have managed to disable front-end user registration by disallowing registration as below. But still the login form is accessible via below url index.php?option=com_users&view=login How can I…
Techie
  • 44,706
  • 42
  • 157
  • 243
3
votes
3 answers

Joomla! - Load editor-xtd plugin layout from specified file in button's iframe handler

I'm working on a Joomla! 2.5/3.x editor-xtd button and I have a problem loading a layout from file on button click. I have tried this method: $link = 'plugins/editors-xtd/myplugin/myplugin.layout.php?name='.$name; $button = new…
Tanase Butcaru
  • 962
  • 1
  • 10
  • 23
3
votes
1 answer

Mail content shows as html code in Joomla 3

I have written a script for sending a mail, it gets delivered to the correct email address but in them form of HTML code, I don't know why it's not working as same code is working fine in Joomla 2.5. Here's my code: $mailer =…
Toretto
  • 4,721
  • 5
  • 27
  • 46
2
votes
2 answers

JCE Editor not working on Joomla

I installed Joomla 3.6.2 and I just add the text editor JCE editor and its enabled but when I went to article the editor is not active. I tried a different way to fix but no luck. Is there anyone had the same issue and can help me?
2
votes
3 answers

Import Users from CSV / Excel file in Joomla 3

I need to create about 100 users in a Joomla 3.2 system. Is there a way to do this automatically and without high costs?
fahu
  • 1,511
  • 4
  • 17
  • 26
2
votes
1 answer

Joomla 3.2 - view $this->get('Form') returns false and then returns the form

I have a strange problem with Joomla 3.2. I'm following this master-detail tutorial (http://library.logicsistemi.it/en/joomla/creating-a-mvc-master-detail-interface-in-joomla-2-5/47-create-a-mvc-master-detail-interface-in-joomla-2-5-part-1) written…
mHouses
  • 875
  • 1
  • 16
  • 36
2
votes
2 answers

Getting Content Encoding Error when i enable Gzip Page Compression on joomla

I am getting Content Encoding Error when I am enabling the Gzip Page Compression on my Joomla website , how can I enable this without this error?
Nidhin
  • 167
  • 1
  • 5
  • 26
2
votes
5 answers

Get current article category ID (catid) in Joomla 3.2

I need to get current article category id, in older joomla version I used: But in Joomla 3.2 I get 0.
user2878988
2
votes
2 answers

Changing the position of Joomla 3.2 tags

I have added some tags and linked these to an article. On the front end the tags appear on top (i.e. before) the article text. Instead I would like to display them at the bottom (i.e. after) the article. I assume I have to make an override of…
user2933885
2
votes
1 answer

Joomla JRoute requiring Itemid, but providing it always is not friendly

I can see all over the internet people are talking over this. While using JRoute::_($URL) we are forced to calculate the Itemid first and then append it to the input URL…
Izhar Aazmi
  • 915
  • 12
  • 25
2
votes
1 answer

Getting random errors when setting up Joomla with nginx instead of apache

I'm trying to set up a joomla 3 instance on my server where I am already using nginx together with owncloud as well as the blogging platform ghost. My first attempt was actually quite successful and it only failed in the last installation step…
peter
  • 14,348
  • 9
  • 62
  • 96
2
votes
1 answer

How can I do TDD with Joomla 3.2?

I am creating a new component for Joomla 3.2. In my previous component for an older version of Joomla I did not have any unit tests as Joomla was very tightly coupled and complicated. It is possible to do Test Driven Development with Joomla 3.2?
row1
  • 5,568
  • 3
  • 46
  • 72
1
2 3
10 11