ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,726
- Points
- 823
Reputation:
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 render the XenForo template with our content pages in it (mostly just for the header and footer).
Following the guide my code is:
PHP:
Read more
Continue reading...
I'm successfully managing to initialize XF and get the logged in user, but what I want to do now is to render the XenForo template with our content pages in it (mostly just for the header and footer).
Following the guide my code is:
PHP:
Code:
// Initialize XF
define('CWD', (($getcwd = getcwd()) ...
Read more
Continue reading...