bzcomputers
Well-known member
I am moving over from vBulletin 4 and have hundreds of custom pages that run from a handful of php templates that reside outside of the forum directory structure. I was previously able to integrate the header and footer styling in vBulletin 4 with the templates using some simple php code similar to below...
Being completely new to Xenforo and its' code I an looking to pay to get this done in a timely manner.
I see there was a previous add-on made for Xenforo 1 to do this:
Kotomi - Generic script bridge 0.0.1 but nothing currently for Xenforo 2.
I do not want to go about the page node/route filters since this appears to limit the directory structure to subdirectories of the forum itself.
The best thing for me is to have some custom php code to include on my current templates that can easily be changed if needed to work with future Xenforo releases.
If interested, contact me with your time frame and cost. Thanks.
Code:
// ######################### Require vBulletin Back-End ############################
// if your page is outside of your normal vb forums directory, change directories by uncommenting the next line
chdir ('../../forum');
require_once('./global.php');
Being completely new to Xenforo and its' code I an looking to pay to get this done in a timely manner.
I see there was a previous add-on made for Xenforo 1 to do this:
Kotomi - Generic script bridge 0.0.1 but nothing currently for Xenforo 2.
I do not want to go about the page node/route filters since this appears to limit the directory structure to subdirectories of the forum itself.
The best thing for me is to have some custom php code to include on my current templates that can easily be changed if needed to work with future Xenforo releases.
If interested, contact me with your time frame and cost. Thanks.