Log in

View Full Version : Notices Manager doesnt work.


Fungsten
01-15-2010, 05:30 PM
I filled out everything correctly - as far as I know. I only have it to show to the Admin Group. Also, I picked no forum to show it in then changed it to show in the News forum. It doesn't show at all. Any ideas? TIA.

Lynne
01-15-2010, 05:49 PM
And what are your settings for Active/Persistent/Dismissible? And you have a checkmark next to the options you have chosen under Display this notice if?

Fungsten
01-15-2010, 05:55 PM
And what are your settings for Active/Persistent/Dismissible?

I turned them all on.

And you have a checkmark next to the options you have chosen under Display this notice if?

Yes. I have the Admin group checked and the News Forum Checked.

BTW, if there are no forums to show the notice then would it show at all?

--------------- Added 1263589584 at 1263589584 ---------------

http://www.vbulletin.com/forum/showthread.php?305307-Notices-not-showing&highlight=notices+manager



check that this is in your navbar template...


HTML Code:
<if condition="$show['notices']"><form action="profile.php?do=dismissnotice" method="post" id="notices"><input type="hidden" name="do" value="dismissnotice" /><input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /><input type="hidden" id="dismiss_notice" name="dismiss_notice" value="" /><input type="hidden" name="url" value="$return_link" /> <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 /></form></if>



if not add it below


HTML Code:
<!-- / nav buttons bar --><br />