adding side bar

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
epicgm
Registered User
Posts: 4
Joined: Sun Mar 19, 2017 1:49 pm

adding side bar

Post by epicgm »

which file do i need to alter to add a div that would work as a collapsible side bar for my site?
Im working with blue turtle/prosilver; i have code that i've used on other sites/forums but i can't figure out where/how to integrate a side bar on phpbb. Any help would be great. Sorry if i'm being newbish but havn't found this question in the support forums for 3.2.

Also where would i alter to add on a iframe/div (yes i know the security issues with iframe) to between the main header and forums? I've tried overall_header.html and the actual index.php but i seem to be lucking out.
Thank you!
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: adding side bar

Post by Lumpy Burgertushie »

the answer to both of your questions would be the overall_header.html file for your style.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
epicgm
Registered User
Posts: 4
Joined: Sun Mar 19, 2017 1:49 pm

Re: adding side bar

Post by epicgm »

ok then i have an issue of my changes not appearing.

Code: Select all

	<div id="page-body" class="page-body" role="main">
	 <div id="hc-container"></div>
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  <script src="http://thehubrp.com/jquery.hipchat.js"></script>
  <script>
    $(function () {
      $('#hc-container').hipChatPanel({
        url: 'https://www.hipchat.com/gR32DSK9Q',
        timezone: 'MST',
        noframes: 'Boooo!',
        width: '100%',
        height: 300
      });
    });
  </script>
this div works fine as its own page at http://thehubrp.com/hipchattest.html i'm trying to integrate this chat div on the top of my page between the header and the main forums (where mchat would normally sit) i also wanted to try and see how it looked in a collapseable div but i also seem to no be putting that in the correct place. Thanks for the help! :)
epicgm
Registered User
Posts: 4
Joined: Sun Mar 19, 2017 1:49 pm

Re: adding side bar

Post by epicgm »

bump. Help! :D
Post Reply

Return to “[3.2.x] Styles Support & Discussion”