Forum in my website context

by 2 replies
3
Hi, I have a question - how can i put my phpBB forum in context of my html page? I hope you understood like here getanabolics.com/forum/ (this is not advertising just an example)
#website design #context #forum #website
  • basically this;

    open your main site in your text editor only.

    take the code from the <body> tag to the place where you want the board to show up. paste that just after the <body> tag in the overall_header file for whatever phpbb style you are using.

    now, back to your main site page;
    take the code from wherever you want the board to stop showing and put it just above the </body> tag in the overall_footer file of the phpbb style.

    you will have to tweak the css, the image paths, etc. but that is the basics of how you do it.

    remember, never, ever use anything but a real text editor to open/edit any of the phpbb files. things like Dreamweaver , frontpage etc. ( especially Word ) will corrupt the files and your board will not work any longer.
    robert
    • [1] reply
    • Thanks! I will try this one

Next Topics on Trending Feed

  • 3

    Hi, I have a question - how can i put my phpBB forum in context of my html page? I hope you understood like here getanabolics.com/forum/ (this is not advertising just an example)