Archive for September 1st, 2009:

IE6 Venn Diagram

September 1st, 2009 / 1 Comment » / by Kryptic

resource

Hiding the Administrator or Front end layout template in Joomla!

September 1st, 2009 / No Comments » / by Kryptic

It’s taken a good part of an hour trying to find how to disable the administrator or front end template for Joomla.
So I thought I’d just make a post in an effort to turn this frustrated energy into something positive.
To display only the contents of the view on the page without being framed by a [...]

Symfony Admin Generator Calling Actions with Custom Parameters

September 1st, 2009 / 8 Comments » / by Kryptic

The administration module actions can receive custom parameters using the query_string argument in a link_to() helper. For example, to extend the previous _edit_header partial with a link to the comments for the article, write this:
It filters the comments to display only the ones related to $article. Using the query_string argument, you can specify a sorting [...]