View Full Version : Remove Title from Directory homepage
echopulse
12-11-2005, 10:39 PM
I had written a post aboout how to remove the <h1> title from the top of the directory, then move the title to the title bar connected to the directory box. After writing down my goals, I was able to figure out how to do that. Now, what I need to know, is how to align the Directory box with the poll box. They should be aligned, because they both have two line breaks above them, but they are not. If anyone can look at the code, and help me, please do.
http://www.conservativeportal.com
Simon Gooffin
12-13-2005, 07:21 AM
this trouble was fixed.
I had written a post aboout how to remove the <h1> title from the top of the directory
How did you do it? Could you please post the url were you write it?
Thanks
Simon Gooffin
01-14-2006, 03:35 AM
It was more than a month ago :) Do you want to remove your title on your directory index page as well? if so please make changes in your index.tpl file.
*** open index.tpl and find the following code ***
<h1>{$header}</h1>
*** change it to the following ***
{if $category.id neq '0'}
<h1>{$header}</h1>
{/if}
*** save changes ***
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.