I'm trying to integrate XenForo 2.3.0 with an external PHP website. I've been following the guide here: https://xenforo.com/community/threads/using-xenforo-code-in-other-applications.194236/
I'm successfully managing to initialize XF and get the logged in user, but what I want to do now is to...
I'm trying to load the XF UI (header and footer) on an external PHP application that I want to integrate with XenForo.
I followed the template section and $templater->renderTemplate('public:PAGE_CONTAINER', $pageParams) is returning string(0) ""
code:
// Initialize XF
define('CWD', (($getcwd...