PDA

View Full Version : How to remove:


Switch3130
02-04-2010, 07:35 AM
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

I removed the phrase, but the box still appears on my forum home for guest. How can I remove the box?

Spiritvn
02-04-2010, 10:54 PM
remove the code on navbar template:


<vb:if condition="$show['notices']">
<form action="profile.php?do=dismissnotice" method="post" id="notices" class="notices">
<input type="hidden" name="do" value="dismissnotice" />
<input type="hidden" name="s" value="{vb:raw session.sessionurl}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" />
<input type="hidden" name="url" value="{vb:raw return_link}" />
<ol>
{vb:raw notices}
</ol>
</form>
</vb:if>

Videx
02-04-2010, 10:56 PM
Don't go editing any phrases or templates! What you're describing is simply the default Guest Notice. You can deactivate it in AdminCP>Notices>Notices Manager.

Switch3130
02-05-2010, 03:24 AM
Thanks guys for the support.

as7apcool
02-05-2010, 08:29 AM
you can also change the words by search the same words in language tools in your cp

charl13dontsurf
03-10-2010, 01:58 PM
Thanks for the solution - I didn't think you'd have to edit the template in VB4 - just didn't know where to edit the notices!