Version: 1.00, by MARCO1
Developer Last Online: Jan 2022
Category: Major Additions -
Version: 4.0.1
Rating:
Released: 01-13-2010
Last Update: Never
Installs: 83
Uses Plugins Auto-Templates
Translations
No support by the author.
MARCO1 Custom Staff Signature
Hello Guys,
New Mod after updating some of my Mods
The idea since vb3.x and I have forget to coding it for vb3 but today I have remembered it from vBSEO Staff they all have the same signature, It's really nice idea to have all your moderators or admins have the same signature that you can custom it ONLY from admincp.
Features :
Default signature for all staff members
Use the Default signature for more than 1 usergroup
Usergroups permissions if you want to show the signature for any other usergroups (If you have 2 admins usergroups)
Staff members can use they signature as they like without any problem
Staff Signature can use HTML on it without any problem
Install : Automatically installation : Just Import the xml file from admincp
guest cant see this on a admin when they are not logged in?
Quote:
Originally Posted by LCN2007
Great Idea But Uninstalled because it has a bug that signature shows up for all members regardless of user groups selected.
Quote:
Originally Posted by jaycob
works fine for 4.0.3, but the Usergroups Permissions are not working.
the custom signature shows up on all group signatures, no matter how i set them.
hope theres a fix, this is pretty damn good addon.
Quote:
Originally Posted by Red Spider
Same here. i specify it to show for mods/super mods and it shows on registered members
Quote:
Originally Posted by Martyn1983
And here, again a pity!
Same issue here, great add-on if marco can sort it :erm:
guest cant see this on a admin when they are not logged in?
Originally Posted by LCN2007 View Post
Great Idea But Uninstalled because it has a bug that signature shows up for all members regardless of user groups selected.
Originally Posted by jaycob View Post
works fine for 4.0.3, but the Usergroups Permissions are not working.
the custom signature shows up on all group signatures, no matter how i set them.
hope theres a fix, this is pretty damn good addon.
Originally Posted by Red Spider View Post
Same here. i specify it to show for mods/super mods and it shows on registered members
Marco1 was asked by me if he could provide a fixed version of this for vb4.x
He answered that he can do this for 80 US$. Anyone willed to join paying him for this?
Please, try this code changes to make this mod working ok:
Find plugin MARCO1 Staff Signature
At the beginning you have this code:
PHP Code:
$marco1_staffusg = split(',',$vbulletin->options['marco1_staffusg']);
if ($vbulletin->options['marco1_staffon'] AND in_array($vbulletin->userinfo['usergroupid'],$marco1_staffusg))
Replace this code with:
PHP Code:
if ($vbulletin->options['marco1_staffon'] AND is_member_of($vbulletin->userinfo, split(',', $vbulletin->options['marco1_staffusg'])))
Or you could use attached file.
I think this should solve problem with signatures.
Hi Alan, thanks for the update and sorry for the late response.
Your modified version is still showing the Staff Signature on all usergroups and not to the selected ones.
Could you please check again?