PDA

View Full Version : Is there a hack/plugin for this?


MadStatus
10-08-2007, 05:06 AM
I've got got a VIP forum set up, and to gain access you have to be a member of a VIP usergroup. Rather than require users to navigate the menu on their CP to request membership (which isn't very intuitive to someone new to vbulletin), is there a mod to allow them a membership request directly from the Access Denied page they get when trying to enter the VIP forum?

gforce75
10-08-2007, 05:08 AM
Hmm, I haven't seen one, but I know that wouldn't be difficult to code. Probably can just add some html to the template your using... but I don't code on vb, but I know it easily can be done.

MadStatus
10-09-2007, 02:04 PM
Got my design team working on it. Good to hear it shouldn't be a difficult process. Just too bad there's no open source mods. Much thanks for the reply.

djdonx
10-09-2007, 03:15 PM
I'm guessing that you will need to edit the 'STANDARD_ERROR' template and add a code something along the lines of
<if condition="$forumid == FORUMID">This area is only accesible by VIP members. You can easily purchase VIP via PayPal by clicking <a href="payments.php">here.</a</if>