I read that you don't use this anymore, but I need to add this code for linksvault.com but can't/don't know how, because I need that file.
Here is what I need to do:
3. In your vbulletin admincp go to Style Manager -> Edit Templates. Click to expand the PHP include code templates and click on phpinclude_start. Add the following code at the bottom of the template and save...
Code:
ob_start();
include_once('linkvault.php');
$included_file = ob_get_contents();
ob_end_clean();
Here is what I need to do:
3. In your vbulletin admincp go to Style Manager -> Edit Templates. Click to expand the PHP include code templates and click on phpinclude_start. Add the following code at the bottom of the template and save...
Code:
ob_start();
include_once('linkvault.php');
$included_file = ob_get_contents();
ob_end_clean();
Comment