Forum in my website context

2 replies
  • WEB DESIGN
  • |
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)
#context #forum #website
  • Originally Posted by senscore View Post

    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)
    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
    {{ DiscussionBoard.errors[244815].message }}
    • Profile picture of the author senscore
      Thanks! I will try this one
      {{ DiscussionBoard.errors[244979].message }}

Trending Topics