- This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘Other’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
May i know how u integrate phpbb with the main site.
if u click forum, the phpbb page will be inside the main site…
https://css-tricks.com/forums/
Can u give me a tutorial on how u did this….
I’m having a heck of a time getting this to work. It seems that if your WP header has any php code you need to take some extra steps to make it work. In your phpBB ACP you need to go to the Security link in the General settings left sidebar and then enable the option for PHP in template files. Then you need to wrap all your php calls in tags like this:
<!– PHP –>
echo ("Something");
<!– ENDPHP –>
I cannot get this to work with all the php in my WP header. I see in the video that Chris had some php in his pasted header but did not wrap his php in this way. Did I miss something or is a recent change to phpBB?
Thanks,
Eric
ewpurdy, use view source to get the html you need.
btw – the screencast skips how to narrow the width of the forum so the sidebar fits. can anyone comment on how to do that?