The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
make whole usergroup "invisible"
Hi Guys,
How can I make an entire usergroup show up as "invisible"? Basically I want to make my "users awaiting email confirmation" show as invisible so that normal members cannot see them logged on (as when spammers make it through its annoying seeing usernames like "3hd83ffj2bwf" across the bottom of the forum in our users active in 24 hours section). Is there any simple way to do this? Thanks for your help. --------------- Added [DATE]1363187764[/DATE] at [TIME]1363187764[/TIME] --------------- anyone? I thought this would be fairly simple, although admittedly, beyond me |
#2
|
|||
|
|||
nobody offer any help?
|
#3
|
|||
|
|||
anybody? with the knowledge base in here, someone must be able to point me in the right direction?
|
#4
|
|||
|
|||
still not any further forward with this im afraid. not getting much luck finding information on how to go about this.
|
#5
|
|||
|
|||
I'm doing this off the top of my head and haven't tested it, but: create a plugin using hook forumhome_loggedinuser_query and this code:
Code:
$hook_query_where .= " AND user.usergroupid != 3 "; Then create another plugin using hook location forumhome_whovisited_prelist and this code: Code:
$cutoff .= " AND usergroupid != 3 "; |
#6
|
|||
|
|||
Hi Kh99,
thanks for the information. I have now installed both these plugins. Ill let them run for a while and see if they make any difference. thanks very much for the help! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|