I've tried the following code. But whenever you click a user thread, no matter what thread you click, it always brings us to the same thread.
Code:
ob_start();
require_once('/home/ihatejob/revenantgaming.com/forum/modules/slidermodule.php');
$php_include = ob_get_clean();
ob_end_clean();
vB_Template::preRegister('adv_portal',array('php_include' => $php_include));
any help?