semann
08-02-2006, 08:10 AM
Making rounded caegories is very simple just follow this steps.
Template Edits:
froumbit_level1_nopost
(Style Manager>"Style">Edit Templates>ForumHome>froumbit_level1_nopost)
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::
Find:
<if condition="$forum[forumid] == 1">
<else />
</table>
Add Below:
<!-- bottom table setup -->
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="70" align="left" valign="top"><img src="$stylevar[imgdir_misc]/footer_left.gif" alt="" height="17"/></td>
<td width="100%" style="background-image:url($stylevar[imgdir_misc]/botcenter.gif)"><img src="$stylevar[imgdir_misc]/footer_bg.gif" alt="" width="100%" height="17" border="0"/></td>
<td width="70" align="right" valign="top"><img src="$stylevar[imgdir_misc]/footer_right.gif" alt="" height="17"/></td>
</tr>
</table>
<!-- End bottom table setup -->
<br />
</if>
<!-- top category table setup -->
<table width="100%" style="background-image:url($stylevar[imgdir_misc]/header_bg.gif)" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_left.gif" alt=""/></td>
<td width="100%" class="tcat" style="background-image:url($stylevar[imgdir_misc]/header_bg.gif)" valign="middle">
<div align="left"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><b>$forum[title]</b></a></div>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td align="right" valign="top"><img src="$stylevar[imgdir_misc]/header_right.gif" alt=""/></td>
</tr>
</table>
<!-- End top category table setup -->
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::
If you want these to appear in the thread do this:
Template Edits:
postbit_legacy
(Style Manager>"Style">Edit Templates>Postbit Templates>postbit_legacy)
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::
Find:
<div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px">
<if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if>
</if>
Add Below:
<!-- top category table setup -->
<table width="100%" style="background-image:url($stylevar[imgdir_misc]/header_bg.gif)" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_left.gif" alt=""/></td>
<td width="100%" class="tcat" style="background-image:url($stylevar[imgdir_misc]/header_bg.gif)" valign="middle">
$post[title]</td>
<td align="right" valign="top"><img src="$stylevar[imgdir_misc]/header_right.gif" alt=""/></td>
</tr>
</table>
<!-- End top category table setup -->
You should have the following images in the misc folder of the style.
footer_bg.gif
footer_left.gif
footer_right.gif
header_bg.gif
header_left.gif
header_right.gifFinal Result:
http://i104.photobucket.com/albums/m177/semann/th_exround.gif (http://s104.photobucket.com/albums/m177/semann/?action=view¤t=exround.gif)
Template Edits:
froumbit_level1_nopost
(Style Manager>"Style">Edit Templates>ForumHome>froumbit_level1_nopost)
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::
Find:
<if condition="$forum[forumid] == 1">
<else />
</table>
Add Below:
<!-- bottom table setup -->
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="70" align="left" valign="top"><img src="$stylevar[imgdir_misc]/footer_left.gif" alt="" height="17"/></td>
<td width="100%" style="background-image:url($stylevar[imgdir_misc]/botcenter.gif)"><img src="$stylevar[imgdir_misc]/footer_bg.gif" alt="" width="100%" height="17" border="0"/></td>
<td width="70" align="right" valign="top"><img src="$stylevar[imgdir_misc]/footer_right.gif" alt="" height="17"/></td>
</tr>
</table>
<!-- End bottom table setup -->
<br />
</if>
<!-- top category table setup -->
<table width="100%" style="background-image:url($stylevar[imgdir_misc]/header_bg.gif)" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_left.gif" alt=""/></td>
<td width="100%" class="tcat" style="background-image:url($stylevar[imgdir_misc]/header_bg.gif)" valign="middle">
<div align="left"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><b>$forum[title]</b></a></div>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td align="right" valign="top"><img src="$stylevar[imgdir_misc]/header_right.gif" alt=""/></td>
</tr>
</table>
<!-- End top category table setup -->
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::
If you want these to appear in the thread do this:
Template Edits:
postbit_legacy
(Style Manager>"Style">Edit Templates>Postbit Templates>postbit_legacy)
:::::::::::::::::::::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::::::::::::::
Find:
<div id="edit$post[postid]" style="padding:0px 0px $stylevar[cellpadding]px 0px">
<if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if>
</if>
Add Below:
<!-- top category table setup -->
<table width="100%" style="background-image:url($stylevar[imgdir_misc]/header_bg.gif)" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top"><img src="$stylevar[imgdir_misc]/header_left.gif" alt=""/></td>
<td width="100%" class="tcat" style="background-image:url($stylevar[imgdir_misc]/header_bg.gif)" valign="middle">
$post[title]</td>
<td align="right" valign="top"><img src="$stylevar[imgdir_misc]/header_right.gif" alt=""/></td>
</tr>
</table>
<!-- End top category table setup -->
You should have the following images in the misc folder of the style.
footer_bg.gif
footer_left.gif
footer_right.gif
header_bg.gif
header_left.gif
header_right.gifFinal Result:
http://i104.photobucket.com/albums/m177/semann/th_exround.gif (http://s104.photobucket.com/albums/m177/semann/?action=view¤t=exround.gif)

