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

If tables are so evil, why does joomla use tables for its layout?

When you create a template you don't use tables, but when joomla rendered the page, there are at least four places where tables are used to structure the content. Does this tell you something about tables or the fact that the joomla community should…
DMin
  • 10,049
  • 10
  • 45
  • 65
2
votes
2 answers

Joomla disable parent template?

I am building a Facebook canvas app, and the code suppose to be generated in Joomla component. I need to only output the content , excluding the default layout. any ideas?
simple
  • 1,091
  • 4
  • 14
  • 32
2
votes
2 answers

how to use the template for a custom component

I've created a custom coponent for joomla and I've created a menu which uses that component and set a template for that menu. The thing is when I go to the url test.com/index.php?option=com_mycomponent, it still uses the default template instead of…
wnoveno
  • 546
  • 3
  • 9
  • 25
2
votes
3 answers

How to add custom fields for users (like Company:) in Joomla 1.5?

I've been searching on the internet for some kind of tutorial to do this and I've only found this one that seems to do the work ( http://tech.nabtron.com/add-custom-field-for-user-data-joomla-1-0-tested/97/ ) but the problem is that this tutorial is…
Luis
  • 313
  • 4
  • 12
2
votes
2 answers

Joomla not rendering correctly - renders in tag

Recently I was migrating a web page from joomla 1.5 -> joomla 3.2. The template itself works great. The content is not displayed because of the tag. The written code I have in my index is as:
2
votes
1 answer

Will calling mysql_connect() and mysql_close() 16 times causing high DB connections?

I have a Joomla1.5 based system. I run the profiler and found that mysql_connect() and mysql_close() both functions have been used 16 times. I know that both of these functions and Joomla 1.5 are deprecated and strongly prohibited by the…
ursitesion
  • 988
  • 2
  • 15
  • 26
2
votes
4 answers

Joomla displaying blank page after login after moving the installation from one server to another

I just moved my current office Joomla 1.5.8 instalation from the server(linux) to my local machines (winxp) so I can work locally and only upload the changes. The thing is after downloading all the files and installing a backup of the remote DB on…
perrohunter
  • 3,454
  • 8
  • 39
  • 55
2
votes
1 answer

Joomla 1.5 : How to find number of concurrent / active users in my joomla based intranet system

I have a Joomla 1.5.10 based Intranet system. Sometimes we see that number of DB threads are too high and performance become down. When I checked through Administrator section, I can see the number of logged-in users only. These number is between…
ursitesion
  • 988
  • 2
  • 15
  • 26
2
votes
0 answers

.innerHTML issue with firefox when using tinyMCE in https

When tracking the following code in firebug : e.innerHTML = h; e.innerHTML becomes :
Kenn Baker
  • 43
  • 4
2
votes
4 answers

How to secure Joomla and prevent being hacked?

I know securing any website is a very tough and broad topic to be discussed upon but i want to relate this question to my specific website which i've been working on. It was coded in php by some other programmer around 2007 and i am responsible for…
2
votes
2 answers

Migration category / section in to the joomla 2.5

I want to migrate Category / Section of Joomla 1.5 to Joomla 2.5. But Joomla 2.5 has not section option. My old Joomla 1.5 website has more then 300 sections are there. I have migrate website form Joomla 1.5 to Joomla 2.5 using sp upgrade. But…
Nikunj K.
  • 8,779
  • 4
  • 43
  • 53
2
votes
1 answer

Where can we find the username/password validation code for Joomla 1.5?

We're writing an API that allows users to sign up for a Joomla account through an external portal. We want to do the password and username checking on the portal before submitting it through the API. I've dug through the Joomla code and can't seem…
user77413
  • 30,205
  • 16
  • 46
  • 52
2
votes
1 answer

Is there a better way to build this joomla url?

So far I'm re-inventing the wheel here in the most uncomfortable way. I can feel in my gut that this will break one day and cause me a lot of pain. Therefore I'm looking for a better way to take an article alias and build either the menu item url…
Brett Pontarelli
  • 1,718
  • 15
  • 29
2
votes
1 answer

Joomla 1.5 Chronoform v3 Email not being sent

I've got a Joomla 1.5 (with Chronoform v3) website to edit. But I'm stuck with email sending. Even, from my mass-mail option, email is not being sent to the users, where I'm able to PM to only admin(myself). For "Mailer: PHP Mail Function", I'm…
Touhid
  • 731
  • 1
  • 10
  • 25
2
votes
0 answers

Remove the "via {hosting_server_name}" link that shows up on Gmail when sending out system generated notifications (DailyRazor)

So, I have been trying to figure this one out for a few weeks without any luck. I have an old Joomla 1.5 site hosted on DailyRazor, current code makes use of phpMailer which is wrapped by Joomla's own framework. Here's the thing: Every time the site…
Marcelo C.
  • 118
  • 2
  • 10