The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Would someone be willing to create this hack?
Well if you are here, you must be interested somewhat so I guess I should now tell you what hack .
I am looking for a hack that will make a user post in 1 forum before he/she will gain access to any of the other forums. Say I have 4 forums: - Introductions - General Chat - User Downloads - Error Reporting I want the user to post in introductions forum before he will see or be able to post or reply to anything in the other forums. If this is already done or has been done, if someone would be kind enough to direct me to the hack it would help me greatly. If this hack has not been created and someone is willing to attempt it I would appreciate it very much, I am not sure how large or small this would be, but it would be nice to have. SaintDog |
#2
|
|||
|
|||
cause I don't think that's a request of common interest, here a special untested solution for you.
I Assume guests may not post! get the forumid of the forum Introductions with phpmyadmin: select forumid from forum where title='Introductions' Assume this is 4711. Edit newthread.php search PHP Code:
PHP Code:
edit newreply.php search PHP Code:
PHP Code:
perhaps you want replace the new show_nopermission(); by PHP Code:
|
#3
|
|||
|
|||
If possible, I need it to where they can not view, see, or post in other forums except 1, in which they must post in to activate the others.
I appreciate your help though with this and at least an attempt at helping me, but I really need it like stated above for what I am trying to do. (Yes, I do agree it is not a common request ) Thanks, SaintDog |
#4
|
|||
|
|||
Not to see somthing ist more difficult.
With the simple solution he/she can post or reply in Forum 4711. By letting away && $forumid!=4711 in newthread.php it's forbidden to start a new thread By letting away && $threadinfo[forumid]!=4711 in newreply.php its forbidden to reply. For the rest I see what I can do on monday or tuesday. |
#5
|
|||
|
|||
not forgotten, but no time this week
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|