How To : Condense Subforums

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DJeze
    Member
    • Dec 2005
    • 56

    How To : Condense Subforums

    How do I condense my subforums and remove the images in the catagories bars?

    It's driving me batty.

    Also, while here...

    If I wanted to insert a banner between 2 catagories, how would I do that....

    Or even place a rotating banner under the navbarheader?
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    I replied to your other thread:



    Regarding category banners, see my first couple of posts in this thread.

    Regarding a banner below the navbar, edit this template:

    Admin CP -> Styles & Templates -> Style Manager -> « » -> Navigation / Breadcrumb Templates -> navbar

    Add your banner code where indicated below:

    Code:
    		</if>
    	</tr>
    	</table>
    </div>
    <!-- / nav buttons bar -->
    
    [color=red]YOUR BANNER CODE HERE[/color]
    
    <br />
    <if condition="$show['forumdesc']">
    	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    	<tr>
    		<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
    	</tr>
    	</table>

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...