How to Set Body CSS Class as Page Class Suffix in Your Joomla! Template

Nov 22, 10 How to Set Body CSS Class as Page Class Suffix in Your Joomla! Template

Posted by in Tips & Tricks

In a previous post, I showed you how to set the menu alias as the body CSS class in Joomla!. This works best for me because it is easy to remember (just look at the url), and does not require any extra steps, but there is a better way to do this. For example, you write 50 lines of CSS code to modify the style of a page based on its...

read more

Sorting K2 Attachments

Nov 22, 10 Sorting K2 Attachments

Posted by in Tips & Tricks

I recently ran into an issue where I needed to upload a large number of attachments to a post. Simple enough right? With K2, of course! The only problem was, the attachments needed to be sorted by name. I tried altering the order of the attachments by adding number prefixes (01_file.jpg) to the filename, but this did not work. For...

read more