The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to stop display of Users Awaiting Moderation in Whose Online on Forum Home? Help!
Hi, I've been going a little bonkers trying to figure this one out. Since last month about 200 + spammers are registering on my forum everyday, I took care of that by requiring admin approval of all new accounts however the unapproved spammer nicks still show up on the whose online on my forumhome page. They use advertising nicks. I would really appreciate if someone could please tell me how to disable users awaiting moderation from showing up on my forum home's whose online ?
I've read quite a few threads and the closest I could come up with was this one below which turns all whose online names off (members and users awaiting moderation) which is useless as I Vbulletin 4 already gives me that option. I'm on 4.1.10. https://vborg.vbsupport.ru/showthread.php?t=262043 Thanks. |
#2
|
|||
|
|||
Look over the settings for that group and you will find it
|
#3
|
|||
|
|||
Went though all of them, couldn't find anything which allows me to stop them showing up in whose online.
Also tried using this code in plugins in forumhome>loggedin>userquery (4 being my usergroup id for users awaiting moderation) $hook_query_where .=" AND user.usergroupid != 4"; It stops their names from displaying but also sets the guest count to 0. All I need to know is how to retain the guest count while keeping their users awaiting moderation names off. Thanks. |
#4
|
|||
|
|||
admincp/Usergroups edit the one you want scroll down to Usergroup Options
Viewable on the Memberlist = No the online part I dont see a way to stop that unless you code it in |
#5
|
|||
|
|||
@ForceHss Thank you. I'm a code noob. Would appreciate if you could tell me what to code in.
|
#7
|
|||
|
|||
Thank you but I don't think this is something I need to pay for to get done as it should be basic Vbulletin functionality.
|
#8
|
|||
|
|||
Leaving a post here to help others facing the same problem. Try installing Fasim Anti Spam from the mods section. It prevents spammers from registering and this problem has gone away 90 %.
|
#9
|
||||
|
||||
Quote:
Please try this, I think it should work. Edit your template FORUMHOME Find: HTML Code:
<li>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li> HTML Code:
<li<vb:if condition="$loggedin['usergroupid'] == 4"> style="display: none;"</vb:if>>{vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}{vb:raw loggedin.comma}</li> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|