Page 1 of 1

Show Hide Filters in News

Posted: Thu Jul 31, 2008 12:48 pm
by KO
This is something extremely simple but makes the default News view less crowded by hiding Filters.

On directory /modules/News/templates there is file called articlelist.tpl. If you open that and add following...

{if isset($formstart) }{startExpandCollapse id="name" title="Show / Hide Filters"}


And


{stopExpandCollapse}
{/if}

Now this creates button that can "Hide / Show Filters" when needed.