Questions tagged [joomla2.5]

Joomla! is an open-source CMS written in PHP and powered by an MVC-oriented framework. Please note that version 2.5 is no longer a supported release and it's highly recommended to upgrade to the latest version. Joomla! questions about programming and administration are best asked on https://joomla.stackexchange.com

Joomla! 2.5

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 2.5 has ended it's life on December 31st, 2014 and it's highly recommended to upgrade to the latest version.

Resources

Related tags

2676 questions
4
votes
2 answers

Joomla 2.5 - Generate URL based on article id

I am trying to generate an URL for an article basead on Article ID. After runing this query SELECT a.sectionid, CASE WHEN CHAR_LENGTH( a.alias ) THEN CONCAT_WS( ":", a.id, a.alias ) ELSE a.id END AS slug, CASE WHEN CHAR_LENGTH( cc.alias ) THEN…
Rafael
  • 1,655
  • 3
  • 17
  • 25
4
votes
1 answer

JToolBarHelper :: DeleteList - Does not work

I created a Joomla 2.5 custom component and load data to grid on administrator side. All data loaded and adding and editing work well. But deleting is not working. It gives following error. Fatal error: Call to a member function delete() on a…
Janith Widarshana
  • 3,213
  • 9
  • 51
  • 73
4
votes
1 answer

JHTML generic list add data attributes to options Joomla 2.5

I need to add data attributes to individual options in a JHtml generic list in Joomla 2.5. In standard html, the select list looks like: