Article title appears two times on pages in Joomla

If you have the problem of Title appearing twice in joomla 1.5 pages then you need to follow the following steps 1. Go to the menu manager 2. Find the Menu Item for the page 3. Select in Parameters (System) > Show Page Title > No. OR Look inside your /templates/<templatename>/html/com_content/article/default.php file, near the top, […]

How do I recover my admin password in Joomla?

Joomla 1.0 or 1.5 If you know the email address that was used, the simplest thing is to do is to use the “lost password” Front-end function if you have made it available. If not, you will need access to the MySQL database. You have two choices, either add a new super administrator or change […]

load a module in the content area in weblogic template for joomla

To load a module in the content area in weblogic template, you need to follow the following steps 1. Add a module to the template say ‘user9’ to the template. (to see how to add a module click here) 2. Extensions -> Template Manager -> Select weblogic template -> edit -> Edit HTML 3. if […]

JFTP::login: Unable to login

While installing a component I encountered the following error JFTP::login: Unable to login JFTP::store: Unable to use passive mode Warning! Failed to move file. After some research i realized that I had changed the FTP login details on my hosing server So I logged in to Joomla Admin and changed the FTP settings under Global […]

How to insert html code in Joomla content or module?

Many of the times there is need or requirement to insert raw HTML in a Joomla article or module. For example, embedding Google maps etc. Unfortunately, sometimes the editor screen you are using will strip out the HTML code, or cause an error. Rather than having to turn the editor on/off in global configuration, there […]