MyBB Community Forums

Full Version: Disable Signatures for Guests
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,
I would like to know is there a way to disable Signatures for guests (non registered members)?

Thanks.
ACP -> Board Settings -> Profile Options -> Hide Signatures to Groups -> Select Guests group.
Guests already can't use signatures in posts.
don't have any acp to try this code on, but this should work

1. get this plugin http://mybbhacks.zingaburga.com/xthreads...tpl-2.0.7z

2. ACP > Templates > Postbit > postbit (or postbit_classic, depending which layout you use)

3. Find something like
{post['signature']}

4. Change it to
<if $post ['usergroup'] == 0 then><else>{post['signature']}</if>


Don't know if the signature code is right, but it's something like that.
Why use template cond. if this feature already in core?
(2015-03-15, 10:14 AM)PhantomD Wrote: [ -> ]don't have any acp to try this code on, but this should work

1. get this plugin http://mybbhacks.zingaburga.com/xthreads...tpl-2.0.7z

2. ACP > Templates > Postbit > postbit (or postbit_classic, depending which layout you use)

3. Find something like


{post['signature']}

4. Change it to


<if $post ['usergroup'] == 0 then><else>{post['signature']}</if>


Don't know if the signature code is right, but it's something like that.

Repped for giving me the idea but it is still not working mate

(2015-03-15, 10:11 AM)rockenren Wrote: [ -> ]ACP -> Board Settings -> Profile Options -> Hide Signatures to Groups -> Select Guests group.
Guests already can't use signatures in posts.

Bro, I am unable to find it in this
User Registration and Profile Options

Are u mentioning from 1.8?
Guests have Signatures ?
ACP > Users & Groups > Guest group (or whatever group you wish to edit.) > Users and permissions tab > Under the account management area you will see a list of things. Look for "Can add a signature" and make sure it's off. However, guests shouldn't be able to do anything by default.