Version: 1.00, by Chris M
Developer Last Online: Feb 2013
Version: 2.2.x
Rating:
Released: 07-27-2002
Last Update: Never
Installs: 16
No support by the author.
Version 1.0:
What does this hack do?
It allows you to set what usergroups can see Invisible users...This means that you no longer have to code the script every time you want a new Usergroup to be able to see Invisible users!
Installation time : 5 mins...
Screenshots :
This is a screenshot from the Admin Cp: Screenshot
Enjoy!
Satan
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
not this hack, it changes the usergrouptable, but it wouldn't be hard:
add a field to user table called canseeinvisible, as you see in the hack for usergroups here
then you'll have to add a yesnocode when you edit users from admin-cp (take a look at user.php i'm sure you can found out how)
and then you have to modify all the lines hellsatan poste which handles invisible users
where you can read "or $bbuserinfo[usergroupid]==6" just add "or $bbuserinfo[canseeinvisible]"
Great! I'll give it a go. When I get it together. will you look at it for me and make sure I have it right, though?
Quote:
Originally posted by Xenon not this hack, it changes the usergrouptable, but it wouldn't be hard:
add a field to user table called canseeinvisible, as you see in the hack for usergroups here
then you'll have to add a yesnocode when you edit users from admin-cp (take a look at user.php i'm sure you can found out how)
and then you have to modify all the lines hellsatan poste which handles invisible users
where you can read "or $bbuserinfo[usergroupid]==6" just add "or $bbuserinfo[canseeinvisible]"
hmm.... after I installed this i got an error when i tried editing a usergroup:
Database error in vBulletin Control Panel 2.3.0:
Invalid SQL: UPDATE usergroup SET title='Super Moderators',usertitle='Super Moderator',cancontrolpanel=0,canmodifyprofile=1,ca nviewmembers=1,canview=1,showgroup=1,cansearch=1,c anemail=1,canpostnew=1,canmove=1,canopenclose=1,ca ndeletethread=1,canreplyown=1,canreplyothers=1,can viewothers=1,caneditpost=1,candeletepost=1,canusep m=1,canpostpoll=1,canvote=1,canpostattachment=1,is moderator=,canseeinvisible=1,canpublicedit=1,canpu blicevent=1,canthreadrate=1,cantrackpm=1,candenypm receipts=1,maxbuddypm=0,maxforwardpm=0,canwhosonli ne=1,canwhosonlineip=1,cangetattachment=1 WHERE usergroupid=5
mysql error: You have an error in your SQL syntax near 'canseeinvisible=1,canpublicedit=1,canpublicevent= 1,canthreadrate=1,cantrackpm=1,' at line 1