Naxon
03-17-2007, 10:00 PM
My First Modifiction :)
Open the FORUMDISPLAY template.
Find:
$header
$navbar
Add Below:
<!-- Forum's Info Box By Naxon -->
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="50%">
<tr>
<td class="tcat"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('icons_panel')">
</a><b><center>$foruminfo[title_clean]</center></b></td>
<tbody id="collapseobj_icons_panel" style="$vbcollapse[collapseobj_icons_panel]">
<tr>
<td bgcolor="#F5F5FF"><div><span style="color: black;">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist">
$foruminfo[description]
</table>
</a></span></div>
</a></span></div>
</td>
</tr>
</td>
</tr>
</table>
<br />
<!-- /Forum Description By Naxon -->
Update
If you want to remove the Forum's Description from the Index you have to do this: (Recommend! If you'll do this you will be able to write a long description!)
On each templeate from this list:
forumhome_forumbit_level1_nopost
forumhome_forumbit_level1_post
forumhome_forumbit_level2_nopost
forumhome_forumbit_level1_post
Remove this:
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
Very easy, and very useful :)
Enjoy :)
Note: There is no ScreenShow now because my forum is in hebrew and you won't understand...
Maybe I'll add ScreenShot later...
Daniel :)
Open the FORUMDISPLAY template.
Find:
$header
$navbar
Add Below:
<!-- Forum's Info Box By Naxon -->
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="50%">
<tr>
<td class="tcat"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('icons_panel')">
</a><b><center>$foruminfo[title_clean]</center></b></td>
<tbody id="collapseobj_icons_panel" style="$vbcollapse[collapseobj_icons_panel]">
<tr>
<td bgcolor="#F5F5FF"><div><span style="color: black;">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist">
$foruminfo[description]
</table>
</a></span></div>
</a></span></div>
</td>
</tr>
</td>
</tr>
</table>
<br />
<!-- /Forum Description By Naxon -->
Update
If you want to remove the Forum's Description from the Index you have to do this: (Recommend! If you'll do this you will be able to write a long description!)
On each templeate from this list:
forumhome_forumbit_level1_nopost
forumhome_forumbit_level1_post
forumhome_forumbit_level2_nopost
forumhome_forumbit_level1_post
Remove this:
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
Very easy, and very useful :)
Enjoy :)
Note: There is no ScreenShow now because my forum is in hebrew and you won't understand...
Maybe I'll add ScreenShot later...
Daniel :)