How to disable ?tp=1 in Joomla

We covered how to show your published module positions using ?tp=1 in a previous post.

Now, a few weeks have passed and for some reason you are hyper paranoid and want to know how to hide it.  My first thought is to tell you that there are far more important things to be worrying about, but to each his own.  *shrugs*

The easiest way is to add this to your Joomla .htaccess file. read more…

Lose the WYSIWYG editor in Joomla

The editor is great in Joomla, don’t take this the wrong way, but if you want perfectly formatted content that displays exactly how you want it, there is no replacement for hand coding your articles.

Yes, it is great to be able to write a quick article and click a few buttons in the editor window to align things, but in the long run, you are really just hindering your education. Knowing basic html is going to help you make cleaner, more readable, and more reliable websites. Most articles consist of a lot of:
< p > and < h*> tags.
Why run the risk of using a editor that may insert all sorts of nonsense like using < p >< /p > as spacers? It’s not semantic, it makes no sense, and it’s invariably going to cause you issues over the long haul.

Get a html cheat cheat, keep it nearby, and go unpublish all your WYSIWYG plugins in Joomla. You will be glad you did.

Automatically change your footer copyright

Another year passes by with all the usual fun and frivolity, however, Did you remember to change your Copyright on your website footer?

Chances are, this wasn’t too high on your list, and you might overlook it until somebody mentions it to you in May.
There is no reason to have to do this yearly maintenance if you don’t mind doing a little cut and pasting.

First, find where your copyright is inserted. In Joomla, it is generally at the bottom of the templates index.php file. Depending on the template, it may be in a different location. Your mileage may vary.

read more…

View module positions on a Joomla site with ?tp=1

So, you have a Joomla site, but you can’t seem to figure out what position a module is situated into on your site.

Maybe you are looking at template companies demo and want to understand how they layed it out? Perhaps you are just a snoop. :)
Well it’s easy peasy to do this. Just add ?tp=1 to the end of a Joomla url, preferably a non SEF url.
You will then be able to see all the published modules on that page.

Here are a few examples.

You see how that last links layout looks all fancy?  Thats because that site is powered by Morph.  In Morph you can actually bring up a  toolbar on your website frontend and easily enable or disable stuff like module positions or turn on or off the sites javascript.  Pretty cool stuff.
Want to disable this functionality for some reason?  Check out this post.

Remove the “Powered by Joomla” message on your site

Easily one of the most asked questions in Joomla existence. This is probably one of the easiest ones to change as well.

While it is best to leave this message on your site as it helps spread the Joomla love, sometimes your clients do not want to partake in the love fest.

In Joomla 1.5.xx if you want to remove the footer, go to Extensions > Module Manager and unpublish the footer module. If you want to change the text, you need to get out your FTP client and do some changes.
Go to the language directory, go to the folder of the language you want to change, (in our case English), then find the mod_footer.ini. Search for “powered by” and change the text to whatever you want your text in the footer to be.

In some cases the template you are using might have it hard-coded in, or done differently. In this circumstance you should ask the developer of the template you are using.

Joomla! is the registered trademark of Open Source Matters, Inc and Joomlatips.com is not affiliated with or endorsed by Open Source Matters, joomla.org or the Joomla! project.