Icy Phoenix
phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Set Menu Bar In Portal Page
faethor [ Fri 24 Aug, 2012 20:35 ]
Post subject: Set Menu Bar In Portal Page
Hi there
Here I go again with a Question
How can I set the Menu bar (its shown in the forum) in my Portal page?
Thanks Joshua for this tip

Joshua203 [ Fri 24 Aug, 2012 20:40 ]
Post subject: Re: Set Menu Bar In Portal Page
Which portal are you using? edit...sorry Board3 Portal!
is there a portal.html file in your template files? if yes please attach it
faethor [ Fri 24 Aug, 2012 20:48 ]
Post subject: Re: Set Menu Bar In Portal Page
I have only a portal.php
Is that the one?
Joshua203 [ Fri 24 Aug, 2012 21:02 ]
Post subject: Re: Set Menu Bar In Portal Page
styles/BP/template/portal/portal_body.html ?
and while you're at it.. your overall_header.html please
faethor [ Fri 24 Aug, 2012 21:22 ]
Post subject: Re: Set Menu Bar In Portal Page
Here you go

Joshua203 [ Fri 24 Aug, 2012 21:34 ]
Post subject: Re: Set Menu Bar In Portal Page
Don't ask me why this is added but I think you need to remove some stuff
Please replace this:
- <!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
- <!-- INCLUDE menu_block.html -->
- <!-- ENDIF -->
with this:
-
- <!-- INCLUDE menu_block.html -->
-
and let me know
EDIT: .... ooooohhwww ...in overal_header.html

faethor [ Fri 24 Aug, 2012 22:14 ]
Post subject: Re: Set Menu Bar In Portal Page
Joshua, YOU are my hero!!!! Thank you very much for supprting me!!!!!!! How can I thank you?
Joshua203 [ Fri 24 Aug, 2012 22:22 ]
Post subject: Re: Set Menu Bar In Portal Page
How can I thank you?
By marking all your solved threads as "SOLVED" (you can do that right bottom of the page.. "Title edit")
and additionally by replacing:
#wrapcentre {
margin: 15px 15px 0 15px;
}
with this:
#wrapcentre {
margin: 0px 15px 0 15px;
}
in your stylesheet... I may not be a tattoo-artist but this hurts my eyes

faethor [ Fri 24 Aug, 2012 22:44 ]
Post subject: Re: Set Menu Bar In Portal Page
Great, I will do that, now I found this button
What is the different if I do this change in the stylesheet?

Joshua203 [ Fri 24 Aug, 2012 22:53 ]
Post subject: Re: Set Menu Bar In Portal Page
What is the different if I do this change in the stylesheet?

Try it and look at the top of your page
There's much more to correct but if I tell them all that would mean you get bored because there's nothing to do anymore

Joshua203 [ Fri 24 Aug, 2012 23:04 ]
Post subject: Re: Set Menu Bar In Portal Page
Sorry I was wrong it must be another reason you have this extra height above the top of you forum
Please change it back
faethor [ Fri 24 Aug, 2012 23:24 ]
Post subject: Re: Set Menu Bar In Portal Page
Ok, I will change it back

Joshua203 [ Fri 24 Aug, 2012 23:29 ]
Post subject: Re: Set Menu Bar In Portal Page
Instead...
Change in overall_header.html
<td height="150" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
to:
<td height="128" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
Though I'm a bit confused to where you hid your top site logo
