The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Spammers Targeting Blog
Hello fellow vBulletin users
I recently uninstalled GlowHost Anti Spam mod since the thing hasn't been updated in such a while and has been stripped of its many features, it also feels like it took a lot of load from the site, also saw a small number of member boost and just went back to using regular question and answer for verification. However recently every day or Is there is one or two spammers who join up and posting spam blog posts with links, they get deleted within a couple of hours but any way I could stop that without having to mess with vBulletins promotions system, I was thinking is there was a mod that allows you to set the number of posts required before a user posts a blog? or If there is a better HV/Anti Spam mod? I dont want anything heavy, just the necessary. |
#2
|
||||
|
||||
hello, anybody?
|
#3
|
|||
|
|||
This same thing happened on a forum I administered. Just simply moderate blog entries. It should really help reduce the numbers of spam blogs.
|
Благодарность от: | ||
The Rocketeer |
#4
|
|||
|
|||
You could try this: create a plugin using hook blog_post_start and code like this:
Code:
$min_posts = 2; if ($vbulletin->userinfo['posts'] < $min_posts) { print_no_permission(); } |
Благодарность от: | ||
The Rocketeer |
#5
|
||||
|
||||
Quote:
Quote:
okay! thanks guys. I have set both blog entry's to be moderated and also set that plugin, hopefully this will work now! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|