MyBB Community Forums

Full Version: How to Make Banner Only Show To Guests (Not To Members)?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a banner contains intivation to join.

[attachment=30595]

But I have a problem.
I created banner using board message.

I want this banner only show to guests (not to members), but I want this banner not visible when guest perform registration process (access member.php)

How to do it?
I need scripts (not plugins)


Thanks for your help Smile
You can use this trick:
http://demonate.com/thread-1126.html
(2013-11-26, 05:38 AM)effone Wrote: [ -> ]You can use this trick:
http://demonate.com/thread-1126.html

edit: I'm sorry, I tried it. but it's not works.
Also, to hide it in registration page for all (including guests); add this line in your 'member_register' template, before {$footer}

<style type="text/css">.gnote1 {display: none!important;}</style>
I'm sorry, I tried it. but it's not works.
Can you tell me how to show the banner only for guest using javascript?