Questions tagged [joomla1.5]

Joomla! is a free and open-source web content management system written in PHP. It is released under the GNU General Public License. This tag is for programming-specific questions referring to version 1.5.

Joomla! 1.5

Joomla! is a free and open-source web content management system written in PHP. It is released under the GNU General Public License.

Version 1.5 of Joomla! was the first long-term support (LTS) version of Joomla!, released in January 2008. The support ended in December 2012.

Resources

Related Tags

1166 questions
0
votes
2 answers

How can I update two tables in one query?

There is any way to update two tables in one query? Below is an example of my code. How can I put those two update queries in one? Thank you in advance!
DNA180
  • 266
  • 1
  • 7
  • 28
0
votes
1 answer

Apply text value to total if value is set in the database

I am trying to figure out how to modify this code snippet so I can pull the gstexempt value from the #__kiduka_accounts table, check if it is set to 0 or 1 and apply the tax value accordingly. $db = JFactory::getDBO(); $query = 'SELECT a.id,…
Mike Hermary
  • 346
  • 7
  • 22
0
votes
2 answers

How to render a list of values using JDatabase 1.5 instead of mysql?

I have made a mysql query, in to a php file and I want to do same thing but using JDatabase. Let's say for example, we have a table with two columns, column name and column image. Those two columns, contains ten rows. I want to make a list in my php…
DNA180
  • 266
  • 1
  • 7
  • 28
0
votes
1 answer

Need to change the database password for my Joomla site

Unfortunately today I got my Joomla 1.5 site hacked- the index.php has been overwritten and I've found as well a php script which does something nasty with the config.php file. I've changed the FTP password, however since the config.php file…
Max Korn
  • 275
  • 7
  • 18
0
votes
1 answer

Joomla Ari ext menu appears vertical in Internet Explorer 7

I'm using Ari Ext menu in my joomla 1.5 template for my top navigation bar and have edited as per my design. Everything works well in all modern browser except IE7 and above, it appears vertical This is my css code below. .ux-menu-init-hidden{ …
Leroy Mikenzi
  • 792
  • 6
  • 22
  • 46
0
votes
1 answer

How can a social button loads article's intro text, instead of site's meta description?

I have install version 1.8 of ITPSocialButtons-Plugin on my Joomla 1.5 site. When a user click on facebook button for example, gets a new tab, that contains article's image, article's title and in my case, site's meta description text. Any idea how…
DNA180
  • 266
  • 1
  • 7
  • 28
0
votes
1 answer

.htaccess, .htpasswd across Multiple Joomla instances

I maintain several instances of Joomla on my hosting account mostly 2.5 installations, but some 1.5 installs. Is it possible to use one .htaccess file in the root for all instances. What would i need to modify to make this happen? O I would like…
TEN Design
  • 717
  • 3
  • 13
  • 31
0
votes
1 answer

Ordering issue in modal window

I have a problem with a component that loads in to a modal window. I am using the Alpha User Points system and it has a component that gives you a full list of yous site's users. It also gives you the ability to order by username, by points etc. If…
user1923531
0
votes
1 answer

Fireboard forum :error message while use

I am newbie to joomla. I have installed fireboard 1.0.4 package. while installation it doesn't give any error but while i am using in site it give following error Table 'aks.jos_fb_whoisonline' doesn't exist SQL=INSERT INTO jos_fb_whoisonline…
abhishek
0
votes
1 answer

tinymce on joomla 1.5 15 filtered html option

I write because I have a problem with the editor TINY mcem 2.0 on joomla 1.5.15 Basically I can not find the settings that allow me to choose the text allow the editor. Specifically, each time add in an article code: automatically are…
Stefania
  • 153
  • 1
  • 3
  • 16
0
votes
1 answer

how to add favicon in joomla?

I want to add a favicon in joomla 1.5.12 package. I'm using rockettheme rt_catalyst
abhishek
0
votes
1 answer

PHP/Joomla "Premature end of script headers: cgi_wrapper"

I'm experiencing a 500, Internal Server error on my website. The error logs show the following error: "Premature end of script headers: cgi_wrapper", in my Joomla application. It only occurs when one particular file is loaded. The rest of the…
Ron
  • 231
  • 3
  • 10
0
votes
1 answer

Joomla | Article Manager is not displaying Articles

I am using Joomla 1.5.21 for my website. When I logged in via my Super Administrator account and goes to Article Manager then it does not display any article. Please help me how to fix this problem. I will be very thankful to all of you.
0
votes
1 answer

Joomla SEO friendly URL's cause register link not to work (1.5.26)

After enabling "Search Engine Friendly URLs" and "Use Apache mod_rewrite" (I did change to .htaccess before that) the URLS are being converted to SEO friendly but all links like "Register", "Forgot Paswword", etc..) are not working anymore. For…
rocco
  • 21
  • 1
  • 6
0
votes
1 answer

joomla/virtuemart - no layout on login page

i'm working on a joomla 1.5 with virtuemart 1.1.8. I'm not an experienced user of joomla, and one of my modifications exited the virtuemart page "shop.registration" (register page) out of the theme's layout : i miss the header and the footer. Did…
SupFrig
  • 365
  • 2
  • 7
  • 22