The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
limited forum access by post counts
I don't know if anyone made a hack of this, but I'll post it anyways....I want a hack that you can set in the Forum Permission or in the Forum editing options (more likely that) that you can set the number of post needed to post in the forum you set it too....can anyone make this?? thanks.
|
#2
|
|||
|
|||
I'm a little confused...how do you set a minimum post count to a forum to access it and yet you can't post to it because you don't meet the minimum posts required? Please explain further....
|
#3
|
||||
|
||||
wow, I thought I explained it, I guess not......okey, here, I'll brak it down:
lets say I have a forum called "Super Helper" under the catorory of PCs now lets say I want them to have at least 5 posts before they can start a thread in "Super Helper" I set it up while making the forum If the user is under 5 post, he can't start a thread, and if he trys, he gets a error message saying he needs this much posts before posting in that forum.... but he can post replys in a thread that's in that forum. If the user's posts is over 5, then he could start a thread. is that a bit clearer?? |
#4
|
|||
|
|||
scsa20 i know what you mean and im also looking for a hack that does this.
cheers |
#5
|
||||
|
||||
*"1 day bump.......next bump is 2 days from now (which is Sat.)"*
[high]* scsa20 bump this because me want this [/high] |
#6
|
||||
|
||||
I can make it, but would you want it usergroup based.. Or individual user based?
|
#7
|
||||
|
||||
usergroup base
thank you |
#8
|
|||
|
|||
also looking for this one
|
#9
|
||||
|
||||
newthread.php find:
// auto bypass queueing for admins/mods Before that add: if ($bbuserinfo[usergroupid]==X AND $bbuserinfo[posts]<Y) { show_nopermission();exit; } (Set X for the user group, Y for the minimum post number to post) If you want it template driven: Replace show_nopermission();exit; With eval("standarderror (\"".gettemplate ("error_minpostnumforthreads")."\");"); exit; And create a template named "error_minpostnumforthreads" and specify its content as you like.. I'm sure someone will ask so here its the code if you want to restrict 2 usergroups: Replace first line as: if (($bbuserinfo[usergroupid]==X OR $bbuserinfo[usergroupid]==Z) AND $bbuserinfo[posts]<Y) Sorry, integrating this option to Admin CP requires a lot of editing so I only provided you with basic code. I dont know if Afterlab is still interested coding this hack but if he is, maybe he can write the code for you..By the way I recall this hack is already been released before? Are you sure it isnt? Maybe you should recheck again.. Enjoy.. Logician |
#10
|
||||
|
||||
is there a way to make it so only a cerent forum needs that number, like forumid 3??
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|