Recent content by FizRichard

  1. F

    XF 2.3 Integrating XenForo with a PHP website to display Xen Header and Footer

    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...
  2. F

    Using XenForo Code in other applications

    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...
Back
Top Bottom