Page 1 of 1

Custom Buttons Below Header

Posted: 3. October 2008 09:54
by shaka!!
Your Portal Version: 1.0.2RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner

What have you done before the problem was there?
I've put the buttons up through the overall_header and they are working fine and appearing everywhere in the forum except for the portal page.

The buttons are much like the ones of this forum, except they appear below the header.


What have you already tryed to solve the problem?
I've tried to find file for the overall_header via all the portal files but I can't see any. I've searched a couple of the other files but found nothing to do with the navbar.

Description and Message
I'm sorry but for confidential reasons I can't share the link to my forums.

This is really annoying me. The buttons appear everywhere on the forum except for the portal page. Where should I insert my code to make it appear on the portal?

Re: Custom Buttons Below Header

Posted: 3. October 2008 15:51
by Kevin
Disable the main menu for checking - then the buttons should appear.

If so:
Check you edits to the overall_header, that the code for the buttons is not wrapped by this code:

Code: Select all

<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->

Re: Custom Buttons Below Header

Posted: 3. October 2008 23:21
by shaka!!
Hey thanks a lot! You were right about them being wrapped in that code. It's showing just fine now.