• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Embedding a PHP forum into an html template

udonoogen

Diamond Member
i'm making a website and i want to run a forum. however i'd like the forum to match the basic template of the rest of my site so i want to insert the forum into a table within my site. is there anyway to do this (besides using Iframes)? i'm using the forums from phorum.org and i'm just trying to insert it into a table. will this work? thanks!

Don

edit: i found out how. you just edit the header and footer files found in the "include" folder. simple enough. didn't see it before
 
sure its possible...your just going to have to go into the code for each and every page the forum uses though and edit it to match your "template"...you might be able to get away with something like dreamweaver templates to apply it to many pages at once but chances are its gunna looked messed up a little so each page is going to use its own tweaking. So long as your not editing any of the main code though it should be fine...just remeber to keep backups 😉
 
It's completely dependent on how phorum determines its "look 'n feel." If they allow you to make "themes" then it should be pretty easy. If not... then it won't.
 
Back
Top