Basenotes
Well-known member
Hello
I currently run a site, which uses vBulletin 4 for forums, and user profiles. The rest of the site I have custom coded in php, and integrates with vBulletin. (I used to use the VB template but last year I ditched the VB template for the non-forum pages, as I wanted to go responsive)
I'm looking to move to XF, and have styled the site how it should look. It has superb functionality.
However, when looking about how to integrate the rest of the site, I'm basically going around in circles.
I'm wondering if there is a way to do this (I've looked at all the tutorials rounds here, and attempted to try the kotomi add-on, which I can't seem to get to work):
Sorry if this is fairly basic, but I've been coding (self-taught) in various languages (from BASIC to Perl, PHP...) for 25 years, and this is all baffling to me!
I currently run a site, which uses vBulletin 4 for forums, and user profiles. The rest of the site I have custom coded in php, and integrates with vBulletin. (I used to use the VB template but last year I ditched the VB template for the non-forum pages, as I wanted to go responsive)
I'm looking to move to XF, and have styled the site how it should look. It has superb functionality.
However, when looking about how to integrate the rest of the site, I'm basically going around in circles.
I'm wondering if there is a way to do this (I've looked at all the tutorials rounds here, and attempted to try the kotomi add-on, which I can't seem to get to work):
Code:
**Something here which connects to XF and checks user status, etc**
(My PHP code here, resulting in the page I want in a $mypage variable)
**Get XF header to $header**
**Get XF Footer to $footer**
echo $header;
echo $mypage;
echo $footer
Sorry if this is fairly basic, but I've been coding (self-taught) in various languages (from BASIC to Perl, PHP...) for 25 years, and this is all baffling to me!