Quote:
Originally Posted by Murty
so does this able you to put like phrases and stuff in external sites?
|
At the moment it allows you to Display Newest Members, Top Posters, Newest Threads, Newest Replies, News and Users Online onto a page outside of your vbulletin directory.
Quote:
Originally Posted by Wulfnoth
I have a problem. My page is located at root/cms and my forum at root/forum. It's isn't possible for me to locate the forum in a subfolder of /cms.
Is there any solution for this problem?
|
Yes there is a solution try this piece of code instead of the one that the instructions says to use:
Code:
<?php
chdir('../VB');
require_once('vBExternal.php');
?>
remembering to change VB to your forum's folder name
Acid Burn - Inferno Technologies Developer