Sorry if this is a complete noob question, but in this part of the integrate code you posted:
Code:
require_once(DIR. '/includes/vbenterprisetranslator_functions_vbseo.php');
if my forum is in a different directory, like mine is. It is in 'forums', should I change this to:
Code:
require_once(DIR. '/forums/includes/vbenterprisetranslator_functions_vbseo.php');
so, add the /forums in front of the /includes?
Thanks.