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.
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.