Xenforo code externally?

grantus

Active member
Right now with VB, I'm able to display vb code onto my own external pages, I simply add some of this to my header:

Code:
$curdir = getcwd();
chdir('/forums');
require_once('/forums/global.php');

Then I'm able to display certain variables or check if the user is logged in or not. I also use this to get the latest PM's and posts for that user.

I've searched around here but can't find a solid answer on doing this with Xenforo, is it possible? The way I have it done with VB is super easy and creating addons and whatnot is not what I'm looking for, I want to be able to do something similar to above.

This is a deal-breaker for me, so if anyone can point me in the right direction it would be great.

Thanks.
 
Top Bottom