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

How to send message on facebook from own site in Php(joomla)

I am importing contacts from facebook in joomla and trying to send message from my site using user email Id , but it is not sending messages.Please Help...
user762142
  • 31
  • 1
2
votes
4 answers

Why is my PHP in articles being interpreted literally as a string instead of as PHP?

I am trying to find a way to write pure PHP in my articles with Joomla (currently using 1.5). The closest I got so far was to use a plugin called Sourcerer (see link) The issue is that the PHP code is actually being rendered as HTML. When I write…
Max
  • 12,794
  • 30
  • 90
  • 142
2
votes
1 answer

Recreate/find a Joomla/Community Builder 'Latest Users' module. Dates in MySQL/Joomla

When Joomla first sprung up and I moved over from Mambo I remember finding a component called Community Builder (CB) that extends the user-based interface behind Joomla. I remember a small module I found in CB that displayed a couple of useful…
privateace
  • 1,367
  • 6
  • 16
  • 24
2
votes
4 answers

Changing Title of home page in Joomla

I am totally new to Joomla. I am trying to help a friend whose ISP has stopped support (for some internal reasons). We need to change the title of the home page. 1) The first place i made a change was in the 'Front Page Manager'. I changed the…
Chakra
  • 2,525
  • 8
  • 43
  • 82
2
votes
1 answer

Joomla Component Automated Update

I develop a Joomla component. At the moment whenever I release a new version I ask the user to download a zip file and to manually upload the changed files via FTP. While this is ok for small releases, when a lot of files have been modified it is a…
row1
  • 5,568
  • 3
  • 46
  • 72
2
votes
2 answers

Joomla - How to let Registered users change their password

I have a website based on Joomla 1.5.22. I want users to change the password on the frontend. Using the menumanager i can bring up the page but i want to show only username, email, password and verify password. But it's bringing more info like…
Vivek Chandraprakash
  • 1,165
  • 2
  • 21
  • 54
2
votes
1 answer

Joomla how to regenerate the session ID to prevent session fixation

Joomla 1.5.15 I need to renew the session ID when a user logs in to prevent session fixation that is possible in 1.5.15. I realise I can update to latest version and would be fixed but for various reasons I can't update right now. I have an…
RandomCoder
  • 1,358
  • 5
  • 20
  • 35
2
votes
2 answers

LinkedIn API + PHP: request token remains blank

I am trying to integrate the LinkedIn API to a website so that any of the update can be posted to the website. I am using the LinkedIn API and OAuth API to get the desired functionality. But when I tried to make it work out with my API key and the…
Nishant Shrivastava
  • 2,113
  • 3
  • 26
  • 43
2
votes
2 answers

How to check if given component has been loaded to a current page in Joomla?

I need to check if JoomGallery has been loaded to a page ( "option=com_joomgallery" in URL), to load module in this condition. Parsing URL is not a good idea. (in PHP )
Damian
  • 2,930
  • 6
  • 39
  • 61
2
votes
2 answers

How can I add the jQuery library to the Joomla administration?

I'm using Joomla 1.5 and I would like to add the jQuery library in the backend of joomla to help me add interaction in the design of my component views. I would like jQuery to be added in the HEAD section of certain pages of the administration and…
Ben
  • 674
  • 9
  • 21
2
votes
3 answers

How to install and use a new font in joomla

I need in one of my clients site to use the font they buy recently. I am using CMS JOOMLA and confused how to install this new font (Its in .ttf format). I read some articles while goggling that if we use font in joomla the user should also have the…
Rahul TS
  • 1,208
  • 7
  • 26
  • 53
2
votes
1 answer

Encode uploaded video files using php to .flv

My platform is PHP JOOMLA MYSQL. I want to encode and load uploaded video files of different formats to .flv. I want this to implement in a video upload site where the users can see the videos in front-end after uploading and also I want to…
Rahul TS
  • 1,208
  • 7
  • 26
  • 53
2
votes
3 answers

Joomla User login check

First I am not a joomla developer. My friend has a web site created with joomla 1.5. In webroot there are some joomla files. I created a directory in webroot "mydirectory" and i have an index file in this directory. I try to access joomla's user…
jsonx
  • 1,093
  • 3
  • 14
  • 21
2
votes
1 answer

How to allow js and css files and images in the robots.txt if I have disallowed parent folders

On the test tool for mobile friendly websites from google (https://www.google.com/webmasters/tools/mobile-friendly/) , it says that my site is not optimized for mobile devices, but it is. And the reason is because the Robots.txt is blocking a lot of…
user3407397
  • 59
  • 1
  • 8
2
votes
1 answer

'li' + float crashes Internet Explorer 6

I know. The dreaded ugly browser we don't want to support, but, it seems it couldn't be simpler to crash this thing. The URL The images gallery is a Joomla Plugin (Sigplus), and it works fine with all other standard browsers. In Internet Explorer,…
DMin
  • 10,049
  • 10
  • 45
  • 65