Show Hide Filters in News
Posted: Thu Jul 31, 2008 12:48 pm
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.
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.