PDA

View Full Version : Prevent users from posting new thread before x posts


Khaleal
02-07-2011, 01:52 PM
Hello,

It would be good to create a hack which prevents members who have less than x posts from posting new threads.

I know that I can use groups promotion to do that, but I want an easier way to do that.

I was just thinking of just adding a "IF CONDITION" before the "add thread button" in Forumdisaply, which will contain

if(postcount<x){
ADD THREAD BUTTON CODE}else{};

But I failed to do that because I am not expert with vBulletin vars.

Can anyone help me just in creating the code which will hide the "ADD THREAD BUTTON" if the user has less than x post.

Any help will be apriceated.

Thank you.

Lynne
02-07-2011, 02:52 PM
Have you done a search in the mods forums? I'm pretty sure I've seen a mod for advanced user permissions that would allow you to do what you want.

Khaleal
02-07-2011, 04:14 PM
Yes, I have searched the forum, and the existed hack do not prevent them from posting threads.