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

Are there any Stackoverflow like sites for Joomla?

Are there any Stackoverflow like sites for Joomla? I know that there is a site for Drupal on the StackExchange network. I was hoping that someone might know of a similar site for Joomla.
TryHarder
  • 2,704
  • 8
  • 47
  • 65
2
votes
1 answer

on change JHTML::_('behavior.calendar')

JHTML::calendar(date('Y-m-d'),'assigned_to', 'th_assigned_to', '%Y-%m-%d') How to write a jQuery function to get the value in assigned_to on change of the value in calendar.
Sara
  • 14,098
  • 13
  • 34
  • 50
2
votes
0 answers

JTooltips is not working IE browser

Joomla 1.5.23 Jtooltip is not working fine in IE browser. the error I am getting is; showcaseFX.js, line 1 character 7454 SCRIPT5007: Unable to get value of the property 'getElements': object is null or undefined
user1185106
2
votes
2 answers

validate email value in joomla 1.7?

I am developing component and I want to know how to validate email value entered by user using joomla 1.7? JHTML::_('behavior.formvalidation') without using this method.
user1168950
2
votes
3 answers

How to write query using JDatabaseQuery in Joomla 1.7?

I have a following table and I want to know how to write the inset query using JDatabaseQuery in Joomla. jos_esolutions_movies - table name id, name, description, status - field names 1 , 'ABC' , 'ABC description', 0 - example values
Sara
  • 14,098
  • 13
  • 34
  • 50
2
votes
2 answers

How to install component and route plugin in one package?

I have created custom component and a route plugin for Joomla 1.5 to to provide SEO URLs for my component and also articles and categories which are not menu tied. Now I have to install my component and route plugin separately. Is there a way to…
Vojtech
  • 2,533
  • 9
  • 34
  • 65
2
votes
1 answer

how I delete a row in a table in Joomla?

I have a table id h_id t_id 1 3 1 2 3 2 3 3 3 4 4 2 5 4 3 id is the primary key. I have not created a JTable for this table. Now I want to delete rows by h_id. Are there any method like which I can use without writing a…
Sara
  • 14,098
  • 13
  • 34
  • 50
2
votes
1 answer

What is the best secure way to POST and GET data in Joomla 1.7?

I am developing a joomla component and I want to know what is the best secure way to POST and GET data through a form submit.
Sara
  • 14,098
  • 13
  • 34
  • 50
2
votes
2 answers

joomla 1.5 component example

I've written a few joomla components but feel like I could write them better and more efficient. I was hoping someone can recommend me an example I can download which follows mvc and is written well .and I'm not talking hello world, something with…
milan
  • 2,179
  • 9
  • 24
  • 34
2
votes
2 answers

Moving joomla installed directory?

I'm developing a site in Joomla! 1.5 on my currently active server. I installed joomla in a folder at the root of my server, so I access it at http://www.whatever.com/folder while I'm developing. Once it's ready for roll out, how do I move the…
Robin
  • 23
  • 6
2
votes
1 answer

how to upload image in joomla admin componenet?

i have not found a suitable answer can anyone plese tell me the way to upload images and send mail through a mvc component in joomla what are the changes required in model view controller of the component i have done building component for the admin…
Justin Dominic
  • 1,227
  • 1
  • 10
  • 22
2
votes
6 answers

Drupal, or Joomla Form Builder

I am evaluating Drupal and Joomla, and one of the requirements I have is how well supported it is when comes to Form Building, storing the information in the database, and the showing of those information upon query. I don't know which one is better…
Graviton
  • 81,782
  • 146
  • 424
  • 602
2
votes
2 answers

mysql inserting data from one schema to another

Is there a way to insert data from a table in schema1 to a table in schema2 in mysql. Also , I assume there will be any access/privilege issues. My environment is Joomla using Fabrik extension, PHP, MySQL Kindly share some tips Thanks in advance
kelly
  • 183
  • 1
  • 4
  • 11
2
votes
1 answer

How i add image map in joomla article?

I have to give link to multiple parts of the image.so please tell me how i can do it in joomla1.5.22.
Pramod Kumar Sharma
  • 7,851
  • 5
  • 28
  • 53
2
votes
2 answers

How to use joomla plugins

I've managed to install a Google map plugin but don't know how to get it to display on certain pages. I'm using Joomla 1.5 and have installed this plugin: http://www.kksou.com/php-gtk2/Joomla-Gadgets/googleDirections-plugin.php#latest I've…
MattBH
  • 1,562
  • 3
  • 24
  • 31