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
0 answers

Joomla 2.5 Template Configuration Error

This is my first experiment with Joomla (2.5) and I am having trouble figuring out what is not configured correctly between the two. I started with the template and all was good but then as I was configuring / adding content I must have changed…
GPGVM
  • 5,515
  • 10
  • 56
  • 97
0
votes
1 answer

Multiplication in MySQL query (Joomla, php)

I use this piece of code to display data from my database on my (joomla 2.5) web. $query ->select($db->quoteName(array('Code', 'Name', 'Price', $username))) ->from($db->quoteName('mytable')) ->where($db->quoteName($username)." !=…
denoo
  • 5
  • 1
0
votes
1 answer

Insert a dropdownlist inside an article in joomla

Thanks and regards.Hello, I'm trying to put a dropdownlist inside an article but I don't know how, could you help me?, any advice. I use joomla 2.5
zoit
  • 617
  • 2
  • 20
  • 41
0
votes
1 answer

Joomla Extension - cronjob equivalent

In my extension (a plugin) I want some SQL scripts to run every once in a while (some database cleanup operations); once a day or once a week would probably be enough. Doesn't need to be exactly in that interval, it would be well enough to be…
codeling
  • 11,056
  • 4
  • 42
  • 71
0
votes
1 answer

joomla 2.5 and template with font awesome

probably a stupid question, but I can not figure out where to go to give the name of the font (which is already in the native template) within the code of Joomla 2.5 to insert the icon next to the title of a menu'. Thank you very much for the…
0
votes
1 answer

Module position defined in template's manifest.xml is not shown in the joomla backend

I am almost new to joomla. I am working in Ubuntu on Joomla v2.5. I created a custom template in which I created a background image, menu and logo. It is a small template and has below code if I view it in browser.
Shubham L
  • 25
  • 4
0
votes
2 answers

Joomla backend not shown correctly

I'm using Joomla 2.5 and the backend is not shown correctly. It seems that the template is not loaded correctly. This is my page: http://www.fussball.tsg-kastel.de/administrator/ The page as such is shown correctly but as you see, the backend…
Yannick Winter
  • 103
  • 2
  • 11
0
votes
3 answers

Joomla 2.5.17 Why cannot I see article editor?

I have upgraded my Joomla site from 2.5.7 to 2.5.17. Then I installed Attachments package. When I click article manager or category manager in order to edit an article or category, I see a page with no textarea, no buttons, no menus. All the page…
zkanoca
  • 9,664
  • 9
  • 50
  • 94
0
votes
1 answer

Joomla 2.5 SEO, SEF URLs with "/" gets 404 Error

Good day, I'm not a developer or any joomla or SEO expert. Joomla's built in SEF and SEO options work fine however with virtuemart, if the product's title has a slash in it eg. M3/M301 Coil the urls will generate…
0
votes
1 answer

mobilejoomla 1.2.7 not working after SEF on

I'm using mobilejoomla 1.2.7 to display the website in iphone browser and before SEO turned on it was working fine. But now after turning on SEF it is not even displaying home page in iphone browser. Any help would be greatly appreciated! I also…
Bhojendra Rauniyar
  • 83,432
  • 35
  • 168
  • 231
0
votes
1 answer

Is there a way to completely disable com_installer in joomla 2.5?

They keep injecting code to this component and install their scripts. Is there a way to disable the installation of new extensions in joomla 2.5?
Rrezarta Muja
  • 57
  • 1
  • 7
0
votes
1 answer

Joomla How to add custom form rule option?

How can I add "data" attribute to the field type="list" in my mod_mymodule.xml like the (data="test") in the bottom example?
0
votes
1 answer

how to get joomla select box value

I need to add some small functionality to my admin side of joomla. I want it so when the user selects a value from drop... selected values are then inserted into my database. Here is the code: $default = 2; $months = array(1 => 'Jan', 2 => 'Feb', 3…
lordman
  • 15
  • 5
0
votes
2 answers

Auto publish my joomla articles in my facebook page

I have a Facebook page and i want to publish my joomla website articles in this page, that mean after add a new article in my website automatically published in the facebook page, here is my web site, so plz if someone has any idea i will be very…
HASSAROV
  • 29
  • 2
  • 6
0
votes
1 answer

Joomla Article Partial Restriction

New to Joomla 2.5, have a quick question. Whether or not it is doable seems to be the issue. I do see similar stuff regarding 1.5 but it is a few years old. Is it possible to show two versions of one article one to non logged in user and one to…
picus
  • 1,507
  • 2
  • 13
  • 23