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

2700 questions
33
votes
8 answers

How to get component parameters?

I have a problem here and just cant solve it :-/ I am developing an Joomla component with backend. In the backend I set a parameter, the dashboardId, but I can't access them in the view. I always get data:protected (when I dump params). It seems…
Nico
  • 1,031
  • 1
  • 22
  • 38
24
votes
3 answers

How to use Joomla recaptcha plugin with my custom module?

I have created a custom module for my contactus form. Now I want to use Joomla recaptcha plugin with this module. Any idea how to get this done?
Toretto
  • 4,685
  • 5
  • 25
  • 46
24
votes
3 answers

What is difference between conservative caching and progressive caching in joomla 2.5?

In Global Config in joomla have 2 caching is conservative and progressive, what is difference both ?
Hai Truong IT
  • 3,831
  • 13
  • 51
  • 97
21
votes
4 answers

Joomla Database - How to use LIMIT in getQuery?

I want to build the below query using joomla inbuilt database class. SELECT * FROM table_name ORDER BY id DESC LIMIT 1 This is the query I have built up to now. $db =& JFactory::getDBO(); $query =…
Techie
  • 42,101
  • 38
  • 144
  • 232
17
votes
1 answer

Empty lightbox when pdf confugered save file in firefox

I am using joomla 2.5 with ROXBOX plugin and using this showing the PDF's in lightbox. I am facing problem when user configured Firefox auto download PDF files. When Firefox configured as save PDF instead of open it in browser the light box stays…
Piyush
  • 3,697
  • 7
  • 31
  • 63
16
votes
2 answers

Joomla - Check to see if we are in admin area or not

I'm creating a new template for my joomla website and I've replaced joomla's native Mootools with jQuery and I'm converting all moo codes to jQuery ones. Somehow many of codes like the ones in joomla libraries are written for both admin and frontend…
Farid Rn
  • 3,040
  • 5
  • 33
  • 61
14
votes
1 answer

How to unit test a Joomla 2.5 component

Can someone provide an example of how to unit test a Joomla 2.5 component? I'm working through this joomla mvc component example, which doesn't include unit tests, and I can't find a full example anywhere. My main questions are: Where to put…
uozuAho
  • 341
  • 1
  • 10
13
votes
2 answers

Subscription of products on AceShop (Joomla extension for OpenCart)

I am trying to modify AceShop module (extension OpenCart in Joomla) such that subscription facility is provided to users on some specific products. The default functionality of AceShop is straightforward one-time order, but I want my shop to have…
12
votes
2 answers

Add Custom Button to Joomla's Article Editor (TinyMCE)

I'm trying to insert an additional button in Joomla's article editor. It's using the default TinyMCE plug in Extended mode. As you'll already know there are 4 buttons underneath the editor (Article, Image, Page Break and Read More). What I'd like…
11
votes
2 answers

Write to multiple tables in joomla component?

I'm trying to create a component (front end) that uses multiple tables. I found 1 or 2 post that partially answer to the question but none really does. The point seems always simple and evident for the one who knows how to do it but it is never…
l_r
  • 1,040
  • 12
  • 23
11
votes
4 answers

Importing jQuery into Joomla

I have been a Joomla developer for almost an year now. I have been struggling to import jQuery into joomla everyday. Joomla comes with mootools. When I import jQuery it crashes. Also when I create modules I have to import jQuery into each module…
Techie
  • 42,101
  • 38
  • 144
  • 232
11
votes
1 answer

Component from Joomla 2.5 to Joomla 3.0

Since the release of Joomla 3.0 Alpha last night, I wanted to try my hand at starting to convert the Joomla 2.5 component I have written to the new Joomla 3.0. I have been following all of the development convos, they said the JController, JView,…
10
votes
3 answers

Overriding Joomla core component file

I am trying to override the com_content/views/article/view.html.php file in joomla using the instructions given in this page It says I have to create a folder named 'code' in base directory and create the same directory structure. I tried it , but…
Ajith
  • 305
  • 1
  • 3
  • 10
10
votes
3 answers

How to change load layout in Joomla view?

By default parent::display($tpl); loads components/com_my_component/views/my_component/tmpl/default.php, but in some cases i need to load other php file which is in the same folder near default.php (for example…
user1692333
  • 2,091
  • 4
  • 30
  • 60
10
votes
1 answer

joomla assets table purpose

could you please explain to me what is the purpose of assets table in joomla? I have script for import articles from .csv (from .xls) that just inserts new rows in content table with asset_id column (foreign key) set to 0. I haven't find any…
Buksy
  • 9,442
  • 7
  • 55
  • 63
1
2 3
99 100