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
0
votes
1 answer

Joomla JAuthentication: :authenticate error

i had to upgrade our joomla website.So i upgraded from verion 1.7.5 to 2.5.16 with no errors. and everything is ok.i can login logout etc.. then i tried to upgrade to 3.2 .when done i had "500 JHtml icon not supported. File not found" error.When i…
Rocket Chimp
  • 41
  • 2
  • 5
0
votes
2 answers

Need to stop site moving and re-sizing when browser is changed

I hope somebody can shine some light on this for me. I have a new site that I have made with a joomla template, but I am having issues as I am very new to coding and web design. I know that there are many questions like this on here but I am a real…
0
votes
1 answer

how to show list of item in module param in Joomla

I have one problem related to module param , what I need is to show list of title from my custom component to my custom module as parameters. I saw that thing in mod_articles_popular but not able to understand how that category get listed from…
Toretto
  • 4,721
  • 5
  • 27
  • 46
0
votes
0 answers

JImage toFile() permissions using ftp layer Joomla 2.5

I have a thumbnail upload and crop script that uses JImage. It normally works fine, but I have an install on a shared hosting, so I am using the Joomla ftp layer to combat file permissions problems. However, I am getting the following error when…
patterncatcher
  • 275
  • 2
  • 9
0
votes
1 answer

Joomla 3 determine if template exists

I am writing code for a view within a customer component and need to bring in a subtemplate based on a parameter passed to the code. If a parameter, $p exists, and the corresponding template can be found, I need my code load it. Otherwise, it needs…
TMorgan
  • 655
  • 1
  • 7
  • 13
0
votes
1 answer

How to send email notification bfquiz plus?

I am using bf quiz plus plugin for Joomla. Now i had sent an email notification to the user who give the test quiz. So one email notification is sent to the user. Now there is by default from field for email is set which is …
Sanjay Rathod
  • 1,083
  • 5
  • 18
  • 45
0
votes
1 answer

Problems installing Joomla plugins

I have a J2.5 install that simply refuses to install plugins using the extensions manager. The directories are all writable, the Forum Post Assistant reports that session is writable, tmp path is ok, and the relevant directories have been made…
toomanyairmiles
  • 6,465
  • 8
  • 43
  • 71
0
votes
0 answers

Joomla Module Class Suffix on th RSS Feed Module

Im using Joomla 2.5 and I am trying to add a custom module class suffix on the "RSS Feed Display Module" for it to have these values, but only that module not all of them: .module-content p:last-child { margin-top: -5px; padding-bottom:…
0
votes
0 answers

where Custom module(custom HTML) save in localhost server folder in joomla

I want to know that, i am created website in local host and in it i create one custom module (or custom HTML), i want to find the location of that module in localhost folders. normally modules are save in C:\xampp\htdocs\shree\modules position in…
0
votes
1 answer

Passing a variable from a K2 template to a RSForm's field default value

I have a variable $price = $this->item->extraFields->price->value; in the item.php which is Joomla page detail template. In the same template, I load a form using RSForm component, so it's just {rsform 8}. In the form, you can set default values to…
TeeJay
  • 1,593
  • 3
  • 21
  • 33
0
votes
0 answers

Joomla component how to avoid refilling the password field

protected function postSaveHook(JModel &$model, $validData = array()) { // Get a handle to the Joomla! application object $application = JFactory::getApplication(); $date = date('Y-m-d H:i:s'); if($validData['date_created'] ==…
user3016968
  • 99
  • 1
  • 4
  • 10
0
votes
1 answer

joomla Update not working

When i want to Update my Current joomla site from 2.5.9 to 3.2.0 . so i go to Extension/update i successfully purge cache.. and then find update . so got this Error. 'Update: :Extension: Could not open…
Asif
  • 39
  • 6
0
votes
1 answer

Joomla, gantry template. Page not showing correct sidebar

Using Joomsef, Joomla! 2.5.14 and Gantry template. We've done a rather large website however there one page which isn't displaying the sidebar at all http://www.flomatik.co.uk/engineering-services as you can see here this is the page with the…
lee murphy
  • 134
  • 1
  • 11
0
votes
1 answer

JHTML calender show error when change format in joomla 2.5

I am facing a facing a problem with JHTMl calender method. Here is my code what I am trying to do: edit.php $this->event->from_date="2013-11-20 5:10:00"; $from_date = explode(" ", $this->event->from_date); $from_time12 = date("m-d-Y",…
Toretto
  • 4,721
  • 5
  • 27
  • 46
0
votes
1 answer

How to do url routing in joomla 2.5?

I am trying to make a website with joomla 2.5. Now I want to do something that the urls do not change at all. I mean that I want that the browser address bar just show the name of the site in all of the pages. Is there any extensions for…
Hamid Reza
  • 2,913
  • 9
  • 49
  • 76
1 2 3
99
100