Alright, I've read almost the whole thread and didn't find an answer to what I need: If I want to install this in forumdisplay (using the left-side bar)
Where do I add this:
PHP Code:
<?php
chdir('./forums');
require_once('./vBExternal.php');
?>
Header or Forumdisplay template?
And second, since it is on the same folder as the page where I'll add it, what should I change the path to (chdir('./forums'); to what?)?
Thanks a lot.