By default Joomla’s frontpage is set to 2 column, with one teaser article that is full width. How can you change it to one column full width all the way down?
This is probably one of the most popular questions I get asked. I admit, It is a bit hard to figure this out without either knowing it already, or Googling it. Let me tell you the secret. read more…
Continue reading...18 November 2009
So you have your new website up and running. Did you set your meta keywords yet?
After your site is all done and setup, it is easy to forget all about your meta keywords and your site name. If you didn’t do it when you set the site up initially, you may not notice it until it hits Google and you might be left with a goofy page description when people search for your site.
So, let me tell you how to change it. read more…
Continue reading...9 November 2009
When using a fixed width design, you always run into the problem of not having enough space to load a forum or gallery.
Now the typical work around would be to design two templates. One to use for the site (2 or 3 columns) and one to use for the forum / gallery or any other component that requires more space.
This method works, but is more of a hassle than it is worth, as it requires twice as much work and is not as effective as the method i am highlighting below. read more…
Continue reading...9 November 2009
The passwords are stored using a one-way MD5 hash which prevents recovering the existing password, but you can reset it to a new password by editing the password field in the database.
The password is stored in the MySQL database jos_users table password field (change this for your table prefix if different). Use a MySQL utility such as phpMyAdmin or MySQL Query Browser to edit this field:
9 November 2009
This basic “if” statement allows you to show or hide a module position, based on whether any modules are assigned to that page.
A typical example of this, would be that you want to show the “latest news” mod on your home page and not on
So, if you had a module assigned to your “user1″ position on your home page – the module would only show up on the home page
and not on any other the other pages.
18 November 2009
0 Comments