The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Minimum posts to access forums XYZ
I'm looking for this hack:
The members must post minimum posts by day (2, by example) to access forums D. E, etc. The posts have to be in forums A, B or C. Thx |
#2
|
||||
|
||||
yes this would be nice to have ^
|
#3
|
||||
|
||||
You can do this via template, open the FORUMDISPLAY template and at the very top add:
Code:
<if condition="$bbuserinfo['posts'] < x AND $foruminfo['forumid'] == y"> <else /> Code:
</if> Users will get a blank page if they cant access it. Edit: Sorry, I just noticed this is for posts per day - this will be total of posts for the user |
#4
|
||||
|
||||
Quote:
Yes. Minimum posts per day. |
#5
|
||||
|
||||
why not just use the built in promotion system?
|
#6
|
||||
|
||||
Quote:
I have no doc about promotion tricky. No doc about nothing. |
#7
|
||||
|
||||
who needs dos its called playing around
point your self at admincp/usergroup.php?do=updatepromotion then just make the apporiate settings edit: wait why posts per day? |
#8
|
||||
|
||||
Quote:
The promotion system is irrelevant because it will apply to all forums. |
#9
|
||||
|
||||
no its not, you can have multiple usergroups, so how is it irrelvelnt?
each usergroup can have access to a specific set of forums |
#10
|
||||
|
||||
Remember that the vB3 Admin Control Panel has alot of the documentation 'built in'. Just click the help icon (?) on something you don't understand
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|