Joomla Template Workshop (LIVE)

Joomla template Biggie Smalls
Daniel from Compojoom.com, creator of the Joomla template “Biggie Smalls”, is now meeting the demand from the community and is offering a live workshop.

“…a lot of my members asked me if I could show them how to make templates like I did; therefore by popular demand, I’m organizing a live training webinar wherein I will teach you all you need to know in matter of 3 hours instead of the 3 months it would take you should you have decided to go figure it out yourself.”

read more…

How to change a websites php memory_limit

Have you ever installed a Joomla extension and got nothing but a white screen?

Most likely you hit the memory limit on your server. Memory limits help to keep scripts from running out of control or using up all of your free memory. On the other hand, sometimes you are adding a fancy extension to your site, that simply requires slightly more memory then the default 8mb that Apache gives you. Let’s show you how to fix that.

read more…

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…