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

Article name in contact us email joomla

I am looking for solution to a tricky requirement by my client. The scenario is: Site contains courses and all the courses are added as Articles. Each course have a (As i told already course = article) "Inquire about this course" button and while…
Jithesh Kt
  • 2,023
  • 6
  • 32
  • 48
0
votes
1 answer

Joomla URL redirect

I've got a question here about joomla redirection. . I got a Joomla site that has a bug. Each time i visit the site, it redirects to other site. . but when i put www.site.com/index.php, it's ok. i already look on the >ndex.html## there's a meta:…
Lilmer
  • 11
  • 1
  • 3
0
votes
2 answers

Virtuemart login page - missing info

I am running Virtuemart 1.1.9 & Joomla 1.5.25. When users click on register, they are only prompted for Name, Username, email, password, verify password. What do I have to change to get a registration page similar to this?? My site is…
larryr
  • 1,536
  • 3
  • 17
  • 27
0
votes
1 answer

Using zend framework in joomla

Is that possible? How do i do it? I have tried installing in the plugin manager but still it's not reflected in the plugin screen. Any hints or guide would be much appreciated! Thanks!
0
votes
1 answer

Joomla (Add New Contact Parameters to Contact in Jooma1.5)

I am New to Joomla and this is my First Project I am working on in JOOMLA Well I have Template Named News Line by Youjoomla ( Most of you Might Have heard about it) here is my Questions Well My Client gave me a sudden change in the requirement that…
0
votes
1 answer

Where joomfish store translation content?

That look easy but... I'm trying to find the translation content but In which table in phpmyadmin ? Thank you!
JinSnow
  • 1,553
  • 4
  • 27
  • 49
0
votes
1 answer

Query with alias in joomla 1.5 doesn't work?

I m trying to output introtext of article selected by their alias setQuery($query); $text= $db->loadResult(); ?> Is it normal? Does it…
JinSnow
  • 1,553
  • 4
  • 27
  • 49
0
votes
1 answer

Time on each page in joomla site

Can any one help in storing the time spent by user on each page in Joomla before they logout? and also, how do we store the form submitted by user after login to Joomla?
Arun Saini
  • 61
  • 9
0
votes
1 answer

Where to put custom function in Joomla

I want to create some function for rendering images from within Joomla v1.5.23. That function should be visible through all joomla application. Where I have to put that function? Should I create plug in, modul or something else? Best regards
kukipei
  • 631
  • 2
  • 8
  • 32
0
votes
2 answers

Including a php file in Joomla! 1.5 that calls another php file

I would like to include a PHP program into a Joomla! article, this program calls different PHP files that are used to display what I want, I have tried to install different Plugins such as Jumi, directPHP and others, but I keep getting the following…
0
votes
1 answer

What's the correct way to call MooTools JS code from within Joomla?

I wrote some MooTools code that reads from YouTube's API in JSON and I want to execute it from within a custom component. I've been reading about the js.php file, but I'm unclear on the best approach. I was just going to output js in my component…
FilmJ
  • 2,011
  • 3
  • 19
  • 27
0
votes
2 answers

Display items based on user

I am running Virtuemart 1.1.9 on top of Joomla 1.5.25. How can I display items based on the user that is logged in?? For example, I've set up 2 Shopper groups, for each shopper group, I've set up 2 of the same individual products with different…
larryr
  • 1,536
  • 3
  • 17
  • 27
0
votes
1 answer

How do I fix these absurd side effects of migrating to Joomla! 2.5?

I am tasked with migrating a web site from Joomla! 1.5 to Joomla! 2.5. That's been a mess, but I finally have the site running. Here is a chunk of code from one of my articles:

Andrew
  • 466
  • 2
  • 7
  • 22
0
votes
1 answer

Joomla Migration

I successfully migrate Joomla from 1.0 to 1.5.0 stable, while searching for migrate 1.5.0 to 1.5.25 I found Upgrading 1.5 from an existing 1.5x version and download Joomla_1.5.0_to_1.5.25-Stable-Patch_Package.zip but what will be the next step I…
PHP Ferrari
  • 15,754
  • 27
  • 83
  • 149
0
votes
1 answer

Large MySQL tmp files using Joomla/VirtueMart

I am using Joomla 1.5 and VirtueMart 1.1.3. There is an issue where tmp files that are 1.6 GB are created every time a certain query is executed. is this normal? I think virtuemart is using a huge join statement to pull the whole products table and…
Samuel
  • 1,389
  • 16
  • 29