PDA

View Full Version : Need to install code to enable Members Only forum


RichSage
06-13-2008, 04:54 PM
Hi All,

I've installed vBulletin, and all is well...

Now I need to install a few lines of php code to password protect the forums.

I am using a membership program to manage all aspects of that.

My problem is that I don't know where to find the vBulleting template files to insert the code into a web page above the body area. The page where I insert the code should be an index type of page that is "called" everywhere a user may go in vBulletin. Something like a header file would work...

Any suggestions where to insert the 5 lines of php code I have?

Thanks, Sam.

Opserty
06-13-2008, 05:08 PM
<a href="http://www.vbulletin.com/docs/html/plugin_system" target="_blank">Plugin System</a>

Hook Location: global_start or global_setup_complete

RichSage
06-13-2008, 05:49 PM
Opserty,

I have around 3 hours of 'back end work' on vB. Where can I find the above location or files?

Thanks very much for answering my question.
Cheers,
Sam

Opserty
06-13-2008, 06:57 PM
You don't need to edit files, did you read through the link I provided? Use The Plugin Manager (http://www.vbulletin.com/docs/html/plugin_manager) and create a plugin with the hook location I mentioned above.

RichSage
06-16-2008, 09:33 AM
You don't need to edit files, did you read through the link I provided? Use The Plugin Manager (http://www.vbulletin.com/docs/html/plugin_manager) and create a plugin with the hook location I mentioned above.

Hi again,

I went through the setup and created a plugin for both variables, and no luck.

I also tested the code, and it works fine on a sample page that I am protecting.

How I need to protect my entire installation of vBulletin, and no progress on that front.

Any suggestions?

Thanks, Sam

--------------- Added 1213614361 at 1213614361 ---------------

Follow up...

Where is the template for example that 'calls' the header image (/images/misc/vbulletin3_logo_white.gif) for example. IF I can edit that template, I can insert my code so that vBulletin, the vB BLOG and vB Project areas are all protected.

Any advice?
Thanks, Sam

Marco van Herwaarden
06-16-2008, 10:29 AM
That would be the 'header' template. Please be aware however that you can not insert PHP-code directly into templates.

RichSage
06-16-2008, 10:39 AM
That would be the 'header' template. Please be aware however that you can not insert PHP-code directly into templates.

Marco,

Then what is your suggestion for inserting my 5 lines of php code to make my membership site?

Sam

Marco van Herwaarden
06-16-2008, 10:58 AM
See the manual: Including External Files (http://www.vbulletin.com/docs/html/main/templates_externalfiles)

RichSage
06-16-2008, 12:08 PM
Hi Marco,

The directions in the above URL worked perfectly! :D

Thanks a bunch!!!!

Preta Dag!

Sam