Signatures only for Mods & Admins
3 posters
Page 1 of 1
Signatures only for Mods & Admins
Hi,
what js code to use to make the signatures available only for mods and admins?
thanks
what js code to use to make the signatures available only for mods and admins?
thanks
Last edited by J0k3R^ on Thu 1 May - 12:14; edited 1 time in total
Re: Signatures only for Mods & Admins
Hi,
It is not a JS Code, please review the options in the admin panel
Admin panel >> Users & Groups > User Options > Signature Permissions.
RH.
It is not a JS Code, please review the options in the admin panel
Admin panel >> Users & Groups > User Options > Signature Permissions.
RH.
RadioHead- Forumember
- Posts : 336
Reputation : 23
Language : English (der?)
Re: Signatures only for Mods & Admins
oh thanks, i didnt notice this, i thought its something about
but nvm..
*Solved*
- Code:
if (_userdata.user_level == 1) {
but nvm..
*Solved*
Re: Signatures only for Mods & Admins
Yes, that is the installed coding that works with the usergroups that you select via the admin panel.
You can do it via coding however requires constant updating when you want a new user to add in and requires a little bit of time to test on regards to getting the specific user code linking right.
You can do it via coding however requires constant updating when you want a new user to add in and requires a little bit of time to test on regards to getting the specific user code linking right.
RadioHead- Forumember
- Posts : 336
Reputation : 23
Language : English (der?)
Re: Signatures only for Mods & Admins
there are 3 levels and each number affect only to what is written there
_userdata.user_level = 0 : guests / members
_userdata.user_level = 1 : administrators
_userdata.user_level = 2 : moderators
thats what i meant
_userdata.user_level = 0 : guests / members
_userdata.user_level = 1 : administrators
_userdata.user_level = 2 : moderators
thats what i meant
Re: Signatures only for Mods & Admins
You are correct, however there is more to the code then just a power user, as you can see, a non-power user (ie non-moderator) can use signatures via this locked method if he is given his own group and added to the permitted group
Just like you, or I can be permitted signatures here, yet were not able to moderate
Just like you, or I can be permitted signatures here, yet were not able to moderate
RadioHead- Forumember
- Posts : 336
Reputation : 23
Language : English (der?)
Re: Signatures only for Mods & Admins
Thanks to a discreet update, _userdata can be used regardless if the toolbar is activated however, the toolbar still provides more user and board information when activated.
Topic solved and archived
Topic solved and archived
Similar topics
» Admins and mods
» How do set up admins and mods?
» Admins/Mods Confirmation Bar ?
» Mods still having issues
» Mods keep being reset
» How do set up admins and mods?
» Admins/Mods Confirmation Bar ?
» Mods still having issues
» Mods keep being reset
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum