Quote:
Originally Posted by mark|3
Under Notices Manger I have "Guest" targeting the guest.
I have not changed or reverted my template since the update. Did I miss out anything?
Thanks
|
Well that explains it! They've added a new bit of code to the navbar template which you'll need to add:
HTML Code:
<if condition="$show['notices']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">$vbphrase[notices]</td>
</tr>
<tr>
<td class="alt1">$notices</td>
</tr>
</table>
<br />
</if>
Anywhere near the end of the file is fine.