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

creating image in jooma 1.5

i am using the below code to create the image in joomla 1.5 $session=JFactory::getSession(); $randomnr = rand(1000, 9999); $session->set('randomr2',md5($randomnr)); $im = imagecreatetruecolor(100, 38); $white =…
anupkumar
  • 357
  • 4
  • 14
  • 28
0
votes
1 answer

Passing a value from my Joomla module to a article

I am on Joomla 1.5 and I am trying to pass the username value of my login module, that shows as a greeting anytime a user is logged in, to a article so i'll be able to customize the article to the user's profile. What would be the best way to do…
user1664433
  • 63
  • 3
  • 9
0
votes
1 answer

How to find files/folders that change in joomla when content get added from the backend of the site

I need to know which all files or folders can change in joomla when an administrator adds content from backend of the site.If possible list those folders/files
Arun Unnikrishnan
  • 2,339
  • 2
  • 25
  • 39
0
votes
1 answer

product old price in virtuemart

I am using virtuemart for my application made by joomla 1.5 . Now in my product list I am getting the old price and new price and also display how much I can save for that product. But I am able to find out where these old and new price have been…
Sri
  • 139
  • 1
  • 2
  • 11
0
votes
2 answers

joomla module inside a module does not appear when set to appear in selected menus only

I have a custom module which is set to show in all menus. Inside this module I have loaded a new module position named "leftcenter" using the code below.
Arun Unnikrishnan
  • 2,339
  • 2
  • 25
  • 39
0
votes
1 answer

i want to generate a PDF file from banner image in Joomla1.5?

From Joomla1.5 i tried to generate a PDF file from index page banner image. When i click the banner image it will generate that banner into PDF file any one give me the solution for this. Thanks
RaJeSh
  • 313
  • 3
  • 14
0
votes
1 answer

Joomla 1.5: $this->countModules returns 1 for Jumi module even when empty

Working on a site in Joomla 1.5! Typically when testing if a module position is empty in Joomla! I'd do something like this: countModules('position')): ?> BEFORE
David Stinemetze
  • 8,830
  • 3
  • 21
  • 34
0
votes
2 answers

Joomla! 1.5 Category Blog Layout parameters update in database but not when displayed

I apologize if this is an easy question and I was just googling the wrong keywords. It's been a few years since I've used Joomla! but got handed a site to make some changes to, that someone else originally developed and can't seem to figure out…
David Stinemetze
  • 8,830
  • 3
  • 21
  • 34
0
votes
1 answer

joomla footer position

joomla 1.5 footer is displaying below left and right panels BUT if length of content panel EXCEEDS both of these, the footer is not being pushed any lower. In other words, the footer will display within content div area if the content is longer than…
Taffy
  • 45
  • 1
  • 5
0
votes
2 answers

Joomla forgot password email: add the username

How can the username be sent to a user in the Joomla PASSWORD_RESET_CONFIRMATION_EMAIL_TEXT? The Joomla "forgot your password" process sends an email containing a token to the user. They can then use the url in the email to go to the "Confirm your…
user1668414
0
votes
1 answer

Performance heavily increase when upgrading from 1.5.21 to 1.5.25

After one pharma hack attack I had upgraded my site from 1.5.21 1.5.22 to 25. But after this my shared hosting account was disabled and I saw heavy performance increase in the cpu graph. Previously I was running some 10 sites along with it having…
AgA
  • 2,078
  • 7
  • 33
  • 62
0
votes
2 answers

mulitple same username but differ in passwords in Joomla

having multiple and same username but differ in their passwords is this possible in joomla? if yes, how can I do that. e.g username | password one 123 one 456 one 789 thanks ..
james
  • 192
  • 7
0
votes
2 answers

Remove emulateIE7 from jdoc:include type = head in joomla 1.5

I was debugging a new part to our site and couldn't figure out why I was getting a weird bug (just some white space issues not a biggie) when I noticed in IE it's telling it to render as ie7, as we're trying to use newer code on the site, such as…
benikens
  • 163
  • 3
  • 12
0
votes
1 answer

Joomla 1.5 one install - multiple virtual hosts: can I unite logins?

I've set up multiple virtual hosts that all lead to the same Joomla 1.5 installation (e.g. host1.mysite.com, host2.mysite.com, etc). Seems that when a user logins to one of the virtual hosts then moves to another he needs to re-login. The…
Omer
  • 582
  • 3
  • 14
  • 24
0
votes
1 answer

changing template in Joomla after any customized theme

I am new to Joomla.Although i am very good in PHP.I got a source code of one joomla project with customised theme.but when i change this theme to any other existing default theme of joomla.It gave me a message that default theme successfully changed…
user739201
  • 31
  • 7