Style missing Notices bit

h@ck3r

New Member
ChopSuey said:
.
Then Put It In Your FORUMHOME Template.

That all depends which style you're using.

If you're uysing Bluefox etc.. the notices going in the navbar template!





@ Thread starter.. find in your styles & templates:

PHP:
<!-- / breadcrumb, login, pm info -->
</if>

Add after:

PHP:
<if condition="$show['notices']">
<br />
	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
	<tr>
		<td class="tcat">$vbphrase[notices]</td>
	</tr>
	<tr>
		<td class="alt1">$notices</td>
	</tr>
	</table>
	
</if>
 

h@ck3r

New Member
ChopSuey said:
Thats For BlueFox

Anyways His Style Hes Using,

I Dont Think Hes Using Anystyle Close To Bluefox.

Thanks Anyways.

Different styles have the notices bit in different templates!!
 
Top