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
3 answers

Dynamic Joomla Menu depending on the database row

My database is like below Menu I'm willing to create is as below. What I want to do is create a Joomla menu as shown above depending on the table rows in a table. If I add a row to the table, automatically menu item should be created. EG: there…
Techie
  • 44,706
  • 42
  • 157
  • 243
0
votes
1 answer

joomla migration 1.5 to 2.5 error undifined

I've try to migrate a website in Joomla from 1.5 to 2.5 using jUpgrade but I've receive the "undefined migrating" error. Here's the error when I enable the…
0
votes
0 answers

Joomla Custom component with Mod_security

I had built a custom component for Joomla v 1.5.23.However now when my forms in the backend send any HTML content I get the following error Forbidden You don't have permission to access /administrator/index.php on this server. Additionally, a 404…
Neil
  • 2,802
  • 8
  • 34
  • 49
0
votes
3 answers

Link to an internal page of a custom component in Joomla 1.5

I'm a Joomla developer and I'am trying to build a component(in J!1.5) that uses urlparam for creating custom menu links in the admin. I want my component to work like the built-in polls component that allows users to select the id of an item in my…
user142006
  • 119
  • 3
  • 10
0
votes
1 answer

integration of Joomla with existing application

I want to integrate Joomla with one of existing applications. My application is also in PHP but I don't want to integrate at database level instead looking for API to access Joomla features like adding page etc. JFussion is available but its…
mqpasta
  • 960
  • 3
  • 14
  • 38
0
votes
2 answers

Cannot locate hover/onmouseover css change

I'm working on a Joomla template, I've changed the top level menu colors to match our logo but I'm having trouble locating where the change in color is coming from when you mouse over the dropdown menu. I set the top level menu item to hover using…
benikens
  • 163
  • 3
  • 12
0
votes
1 answer

Feature multi language joomla 1.5

I would like to know if there any extensions that meet my requirement below for joomla multilanguage: Detect language automatically based on location (GeoIP) Automatically translate content without input two or more translation content can have…
resa.r
  • 104
  • 2
  • 11
0
votes
0 answers

Upgrading Joomla 1.5 site to 2.5 using jUpgrade unique article alias issue

I am trying to upgrade my Joomla 1.5.26 site to Joomla 2.5 using jUpgrade 2.5. During the update process jUpgrade gets stuck on Migrating undefined. After enabling the debug, the error shown is JLIB_DATABASE_ERROR_ARTICLE_UNIQUE_ALIAS Is there a…
user544079
  • 16,109
  • 42
  • 115
  • 171
0
votes
2 answers

Get params value from component Joomla 3.0

I have saved value like this in my component table fields params. unique=1 default_value=Default validate=Validate validate_error_msg=Validate error messag searchable=1 Now i want to get value in my component.So I am passing values in my…
yogeshK
  • 195
  • 4
  • 19
0
votes
1 answer

Can a website powered by Joomla scale to allow millions of users?

I absolutely love Joomla, it's a great CMS but can it scale, let's say to the extent of having enormous traffic and users like facebook if I have the right servers and set up my MYSQL database right? Is there a limit to Joomla itself or does its…
user1787184
  • 83
  • 1
  • 4
  • 11
0
votes
2 answers

Add new project as an Article in joomla 1.5

I have a joomla project now currently running on.I need to add a separate php project to my joomla project as an article.here what i tried on article;
iJay
  • 4,205
  • 5
  • 35
  • 63
0
votes
2 answers

Joomla 1.5 error JHTMLlist not supported. File not found

Unfortunately I see this error when I come back to an old Joomla 1.5 site. JHTMLlist not supported. File not found. Any solution for this problem? Note that it is not updated. It is 1.5.23 Is that a host related issue?
Mohammad Naji
  • 5,372
  • 10
  • 54
  • 79
0
votes
2 answers

Uncaught TypeError: Cannot call method 'css' of null (anonymous function) - Joomla 1.5

My problem is that the Cookie Law bar won't hide... http://www.kasedesign.co.uk/scc/ The same code hides fine on other websites I've done, such as http://www.kasedesign.co.uk/spa/ I've not used this code on a Joomla website before though. I read on…
user1750781
  • 1
  • 1
  • 1
0
votes
1 answer

edit article from front page for registered user

I am trying to implement for a registered user to edit an article from front-end section of joomla 1.5. Is it possible? if so how can I proceed. I am new in joomla. Thanks in advance.
sundar
  • 45
  • 1
  • 6
0
votes
1 answer

joomla lost data in jos_session

$session = JFactory::getSession(); $session->set('domain_name', $domain_name, 'dominiForm'); then the table jos_session contains ...__dominiForm|a:2:{s:11:"domain_name";s:16:"safafasfsadfsfds";s:15:"tld_da_comprare";a:1:{i:0;s:3:".com";}} I have…
max4ever
  • 11,909
  • 13
  • 77
  • 115