Quote Originally Posted by Taurus View Post
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.

No. It should be OK since DIR should already include your path to forum directory. So please use first as it is.