ZombieAndy |
02-21-2006 10:06 AM |
fixed it! i had it on the wrong side of the main tag lol
if you wanna add this underneath your navbar but above your forums, find in 'FORUMHOME'
and above it, add
Code:
<if condition="$vboptions[news_text]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="{$vboptions['global_border']}" width="100%" align="center">
<tbody>
<tr>
<td class="tcat" colspan="2">
<div align="center">Current Announcement</div>
</td>
</tr>
</thead>
<tr>
<td class="alt1" colspan="2">
<if condition="$vboptions[news_italic]"><i></if>
<if condition="$vboptions[news_underline]"><u></if>
<if condition="$vboptions[news_bold]"><b></if>
$vboptions[news_code]
<if condition="$vboptions[news_bold]"></b></if>
<if condition="$vboptions[news_underline]"></u></if>
<if condition="$vboptions[news_italic]"></i></if>
</td>
</tr>
</tbody>
</table>
</if>
<br>
you can then delete the newstext template.
thanks alot man, its a nice little modification hope you dont mind my alteration ;)
|