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
40
votes
7 answers

Best practice for using window.onload

I develop Joomla websites/components/modules and plugins and every so often I require the ability to use JavaScript that triggers an event when the page is loaded. Most of the time this is done using the window.onload function. My question is: Is…
privateace
  • 1,367
  • 6
  • 16
  • 24
24
votes
3 answers

How to get the path to the current template in Joomla 1.5?

I'm writing a component and would like to insert images from the template folder. How do you get the correct path to the template folder?
nickf
  • 537,072
  • 198
  • 649
  • 721
22
votes
12 answers

How can I create a new Joomla user account from within a script?

We're creating an XML API for Joomla that allows partner sites to create new accounts for their users on our website. We've created a standalone PHP script that processes and validates the API request, but now we need to actually create the new…
user77413
  • 30,205
  • 16
  • 46
  • 52
19
votes
1 answer

Is it possible to skip some translation when using joomfish?

I'm using Joomla 1.5.26 with Joom!Fish 2.1.7. Does any Joom!Fish and/or joomla guru know if it is possible to do a call to JRoute::_() so that it is not intercepted and translated by Joom!Fish ? If so, please explain. Thanks ! Side note: What I'm…
Anton Soradoi
  • 1,841
  • 1
  • 22
  • 36
15
votes
5 answers

How to log into joomla through an external script?

We have a standalone script on our site that sits adjacent to a Joomla 1.5 installation. We are using Joomla authentication to restrict access to our script. At this point we are redirecting any unauthorized users to the Joomla site to log in. We…
user77413
  • 30,205
  • 16
  • 46
  • 52
14
votes
5 answers

disable date range in Joomla calendar

I want to disable a date range in joomla calendar. Only the remaining days can be select. I have no idea how to do it. Plz help. e.g. If I say 2012-2-20 to 2012-3-20 then only days in this range can be select all other has to be disable(or can not…
Sara
  • 14,098
  • 13
  • 34
  • 50
12
votes
4 answers

How do I resolve a strpos() "empty delimiter" error?

Here's the error: For: PHP 5.2+ Warning: strpos() [function.strpos]: Empty delimiter in /helper.php on line 445 and here is the code on that line: if($src = $img->getAttribute('src') AND strpos($src,$fgParams->get('base')) === false) { // prevents…
Jamison
  • 2,218
  • 4
  • 27
  • 31
12
votes
6 answers

In MySQL, how do I batch rename tables within a database?

So basically I have a joomla database in MySQL which has a bunch of tables that have the prefix 'jmla_'. I would like to rename all of these tables by replacing the 'jmla_' prefix with a 'jos_' prefix. Any ideas about how to do this with a…
jaguarhaus
  • 247
  • 1
  • 5
  • 13
9
votes
5 answers

echo full joomla query (with limit etc)?

I was wondering if there was a way to echo out the full query with limit and limitstart etc. I can echo out the line $query, but i want to see why the limit isn't working and I can't seem to get it to display the actual query that it's sending to…
SoulieBaby
  • 5,405
  • 25
  • 95
  • 145
9
votes
7 answers

Insert multiple rows using a single query

Can Joomla's DB object add multiple rows at once? MySQL can do this like so: INSERT INTO x (a,b) VALUES ('1', 'one'), ('2', 'two'), ('3', 'three') But can Joomla's own functions achieve the same thing in a single query? Currently I am doing a…
exentric
  • 177
  • 1
  • 4
  • 12
8
votes
8 answers

Difference between Joomla 1.5 Joomla 1.6 and joomla 1.7?

What is the difference in versions of Joomla CMS i.e. Joomla 1.5, Joomla 1.6 and joomla 1.7 ?
Rohan Patil
  • 2,328
  • 1
  • 16
  • 23
8
votes
4 answers

Error while install Joomla

Have install and Configure Joomla 1.5 CMS in my local xampp. After I have installing, When i am visiting to Joomla Site. it displaying the some error messages. Strict Standards: Non-static method JLoader::import() should not be called statically in…
Manikandan Thangaraj
  • 1,594
  • 8
  • 24
  • 44
8
votes
3 answers

Joomla - Insert .js and .css files into a single Joomla article?

Is it possible for a single page on a Joomla website to include it's own custom .js and .css files? I basically would like to add two custom javascript and css files for a particular page. I don't want these files included into any other Joomla…
Shakeeb Ahmed
  • 1,778
  • 1
  • 21
  • 37
8
votes
3 answers

How to Add RESTful Web Services to Joomla 1.5+

pretty straightforward question: Is there a good web services solution for Joomla1.5+? I've been searching all over, and have only found references to a poorly-documented new xml-rpc server that's built into Joomla:…
Jamison
  • 2,218
  • 4
  • 27
  • 31
8
votes
4 answers

Joomla UTF-8 encoding fails on opening the mail

I have a strange issue with encoding, described as follows: the ù is now shown as ù in the email subject. The email is sent through php mail function. When viewing the e-mail in the mailbox, it is shown correctly. However, when anybody opens the…
R R
  • 2,999
  • 2
  • 24
  • 42
1
2 3
77 78