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

Suppress XML DTD error in Eclipse

The XML DTD for a Joomla component is not correct, it does not contain the method="install/upgrade" attribute. In eclipse it is annoying me because there is a permanent error showing for my project. Is there a way to suppress this particular XML…
jax
  • 37,735
  • 57
  • 182
  • 278
4
votes
2 answers

Joomla main menu html output

I'm trying to edit the output joomla main_menu module so I can make a custom dropdown menu. At the moment it currently outputs html like this:
Paul Sheldrake
  • 7,505
  • 10
  • 38
  • 50
4
votes
5 answers

What's a good CMS for an intranet site?

I know this question has been tossed around by many developers and designers. I just got finished with my companies intranet site using joomla 1.5 with a custom bulit template and modifying almost everything in joomla. It got me thinking if I…
blackbull77
  • 281
  • 1
  • 5
  • 14
4
votes
2 answers

How to encode uploaded video files to .flv format in PHP

My platform is PHP JOOMLA MYSQL. I want to encode and load uploaded video files of different formats to .flv, .mp4 & .avi I want this process either done on the upload process or after completing the upload process as a separate process. I do use…
Rahul TS
  • 1,208
  • 7
  • 26
  • 53
4
votes
5 answers

Joomla Login Authentication from external app

I need to check that a Joomla username and password is valid from my external application. It is not necessary that the user is logged into the system just that their account exists. How do I do this?
jax
  • 37,735
  • 57
  • 182
  • 278
4
votes
1 answer

Removing GET parameter in .htaccess

I'm not able to remove one GET parameter wrongly added by one 404 SEF module. I want to remove "task=view" only if it appears alone and not with another parameter. So www.mysite.com/1.html?task=view should be redirected to www.mysite.com/1.html.…
AgA
  • 2,078
  • 7
  • 33
  • 62
4
votes
1 answer

Webmaster showing duplicate urls with %5C%22 parameter

A joomla site without sef url is showing %5C%22 between most of the url as per webmaster. Due to this the webmaster showing duplicate url Duplicate url as showin in webmaster …
Ruchika
  • 503
  • 1
  • 8
  • 26
4
votes
2 answers

Sending email with Joomla and Google Apps

I have the next settings in the Joomla Global Configuration panel. **Mail Settings** Mailer: SMTP Server Mail from: email@mydomain.com From Name: John Smith Sendmail Path: SMTP Authentication: Yes SMTP Security: SSL SMTP Port: 465 …
Sergio del Amo
  • 76,835
  • 68
  • 152
  • 179
4
votes
1 answer

How to create and use a template for a category in K2?

I'm working with Joomla 1.5 and K2 2.5 and I don't know how to give an specific style to a category, I still don't understand the "override" thing. I've been following this…
Mike Bijoux
  • 53
  • 1
  • 1
  • 5
4
votes
2 answers

Joomla : Can a super administrator get the ftp password of that site (from configuration file or any other way)?

I have access to a joomla 1.5 made site's backend as super administrator. Now what i want to do is, take that site down and set a simple html file as the site homepage. To do that i think i need ftp user/pass. Is there any way to get that pass from…
Martin
  • 43
  • 1
  • 3
4
votes
1 answer

Best practice for using fopen() or file_get_contents() to retrieve web pages

I am looking for some advice on the best way to retrieve information from a web page (my own site) and then search through that information to find a certain text. Keeping in mind that some of the servers that run PHP/Joomla do not have cURL…
privateace
  • 1,367
  • 6
  • 16
  • 24
3
votes
7 answers

Which folders and files needed 777 mode in joomla 1.5?

After joomla upload to ftp . how many folder needed mode 777 need enable to working joomla without any error.
Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
3
votes
1 answer

Joomla 1.5 - JTable queries always doing UPDATE instead of INSERT

The following code is straight from the docs and should insert a row into the "test" table. $row = &JTable::getInstance('test', 'Table'); if (!$row->bind( array('user_id'=>123, 'customer_id'=>1234) )) { return JError::raiseWarning( 500,…
bcoughlan
  • 25,987
  • 18
  • 90
  • 141
3
votes
2 answers

Custom short URLs in Joomla 1.5

I had a long ugly long URLs for Joomla articles. Being advised here to enable SEF, I got: www.domain.com/cat1/subcat1/120-results-of-DES-project-in-2011 Nicer, but I also want custom short URL for specified article, like: www.domain.com/des Is…
Tomas
  • 57,621
  • 49
  • 238
  • 373
3
votes
1 answer

including Joomla's component's one view's part to another view of Joomla

I am working in Joomla 1.5 and have developed a component, that component have 2 view having same part in both views. I am repeating code, as I have used same code in 2 different views. So I want to know that is there some way that I write it once…
Hafiz
  • 4,187
  • 12
  • 58
  • 111
1 2
3
77 78