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?
Custom Buttons Below Header
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Site Admin
- Posts: 2992
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: Custom Buttons Below Header
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:
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 -->
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
Re: Custom Buttons Below Header
Hey thanks a lot! You were right about them being wrapped in that code. It's showing just fine now.