Back to vBulletin 4.x Add-ons

Minimum Post Count Required To Post Blog Entries
Mod Version: 1.00, by The Rocketeer

vB Version: 4.2.0 Rating: (4 votes - 4.75 average) Installs: 33
Released: 31 May 2012 Last Update: Never Downloads: 0
Not Supported Uses Plugins Re-usable Code Translations  

This is a simple Plugin / Mod that was suggested to me by Kevin(kh99), Special thanks to him. And so I wanted to make it public so that others could use it as well.

What Does This Plugin Do?
What this Plugin does is, it stops newly registered users from Creating Blog Entries before they have a certain number of posts in the forum. Even though we used the vBulletin Q& A for Human Verification, On one of our forums we had a issue where a lot of new spammers (either bot or human) would register and would post spam blog entries, everyday. After adding this plugin that problem is gone.

http://tomorrowsgaming.com/blogs/

To Install
  1. Create a new plugin using hook blog_post_start
  2. Use the Code below


NOTE: Remember to change the red colored "x" in the "$min_posts = x;" to a number of your liking, eg. 5 or 10. This will represent the number of posts that a user is required to have to be able to start their own blog entries.

Code:
$min_posts = x;
if ($vbulletin->userinfo['posts'] < $min_posts)
{
    print_no_permission();
}

The mod / plugin is free and the code is reusable so feel free to improve on it. You dont require to put any link backs or copyright or anything to our forum, you are welcome to use it as you like. Please Remember to Tag it for later, or if you install it then please do

Mod Version and Updates
Version 1.01 May 31 2012 - First version, Tested on vBulletin 4.1.12 & 4.2 and Released

Download

No files for download.

Similar Mods

Post Count Modifier - Minimum Post Characters to Count towards Post Count vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024