The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
External php in sidebar
I want to do my own sidebar, to include external php file. Is it possible? To make sidebar from CP is not possible to include files...
|
#2
|
|||
|
|||
ob_start();
include("/index.php"); echo "<br />\n"; $output .= ob_get_contents(); ob_end_clean(); Thats what I use. |
#3
|
|||
|
|||
Works, thx!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|