The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Forum Permissions based on Time
I was wondering if there was a hack in existance or how it would be possible, for a forum to only be viewable to people who have been registered for a certain number of days or more, lets say a forum where you can post images and stuff, and so people dont just go in there and post pornography or similar in there
Anyone knoe if this is possible or released, ive tried serching but have not found a single thing |
#2
|
|||
|
|||
Hmm, not that i know of, but there is a hack that will only show the forum at certin times of the day
|
#3
|
||||
|
||||
why would someone want that?
Ive tried a few things Code:
$getperms=getpermissions($forumid,-1,-1,$foruminfo['parentlist']); if ((!$getperms[canview]) AND ($bbuserinfo[joindate] <= (time()-(100*86400)))) { show_nopermission(); } must be somewhere else where its set |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|