Log in

View Full Version : Php include and vbulletin


murph5
07-17-2006, 07:38 AM
I have a little bit of php code that connects to a seperate database and stores in an array a set of textlinks to be displayed in the sidebar of my forum. How can i include this php and display it within vB?

kall
07-17-2006, 08:12 AM
3.5 - global_start plugin.

3.0.x - php_include template.

Put it in the relevant place for your version. :)

murph5
07-17-2006, 08:28 AM
Cheers! I have created a plugin using the global_start and put the code in it!

EDIT - sorted now :)