[FINAL]phpbb.com style menu

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Locked
JirkaX
BBCoder II
BBCoder II
Posts: 7
Joined: 13 May 2010, 10:58

Re: [BETA]phpbb.com style menu

Post by JirkaX »

I tried to solve my problem and have issue with styles - see here: http://www.belariepark.cz/index.php Do you know any solution for this?
Thanks in advance
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: [BETA]phpbb.com style menu

Post by cisco007 »

<!-- IF ( S_DISPLAY_SEARCH and not S_IN_SEARCH ) and not ( S_MENU_ENABLED and S_MENU_SEARCH ) -->
<div id="search-box">
<form action="{U_SEARCH}" method="post" id="search">
<fieldset>
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
<input class="button2" value="{L_SEARCH}" type="submit" /><br />
<a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- ENDIF -->

<!-- IF S_MENU_ENABLED -->
<span class="corners-bottom" style="height:0px;"><span></span></span></div>
</div>
what is highlighted in red is part of that mod, if you do not have that mod installed on your site anymore, you can go ahead and install this mod just replace this whole thing with this new mods edit!
JirkaX
BBCoder II
BBCoder II
Posts: 7
Joined: 13 May 2010, 10:58

Re: [BETA]phpbb.com style menu

Post by JirkaX »

Yds, I did it, but now I have mentioned problems with styles - see here: http://www.belariepark.cz/index.php
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: [BETA]phpbb.com style menu

Post by cisco007 »

i still see edits from the buttons menu mod, on your overall_header, and since you have not removed it completely, seems like you either have an extra </div> or are missing one, you will have to completely remove the other menu's edits!

-EDIT-

Have you changed the size of the logo you are using in the imageset.cfg file of your style? it seems to be stretching you header!
JirkaX
BBCoder II
BBCoder II
Posts: 7
Joined: 13 May 2010, 10:58

Re: [BETA]phpbb.com style menu

Post by JirkaX »

Hi, I already deleted all changes related to the previous MOD, but there is still problem with bigger logo, now the blue area is not reflecting logo size (although it did in the past) - there is still white part. Do you know the reason? I added logo size in the acp-styles-images
Last edited by JirkaX on 13 May 2010, 22:26, edited 2 times in total.
anarchoi
BBCoder I
BBCoder I
Posts: 3
Joined: 13 May 2010, 12:51

Re: [BETA]phpbb.com style menu

Post by anarchoi »

yes the menu is installed, check the navbar menu on the top

(forums - downloads - members list - etc)
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: [BETA]phpbb.com style menu

Post by cisco007 »

JirkaX, check the navigation.css file look for

Code: Select all

.header-bar {
  background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	padding: 0 5px;
    height: 80px;
and change or increase the 80px; and see what you get!
anarchoi
BBCoder I
BBCoder I
Posts: 3
Joined: 13 May 2010, 12:51

Re: [BETA]phpbb.com style menu

Post by anarchoi »

i disabled the header logo, i just kept the navbar

i want to align the navbar to the center of the page, right now it is aligned to the left


also i have a problem with overflow... see screenshot:
Image

how do i fix this?

thanks !!
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: [BETA]phpbb.com style menu

Post by cisco007 »

anarchoi, well for one the previous post wasn't for you if you thought it was, you cannot center the navbar, that is how all menus function, they are all aligned to the left, I have tried before to center it, but couldn't. As far as the overflow, if you are talking about it showing behind the video, that has something to do with the way the videos are displayed, many things and menus do that, i have not seen a fix anywhere for that! i have just learned to live with it!
JirkaX
BBCoder II
BBCoder II
Posts: 7
Joined: 13 May 2010, 10:58

Re: [BETA]phpbb.com style menu

Post by JirkaX »

Thanks, I solved it already.
Last edited by JirkaX on 14 May 2010, 12:31, edited 2 times in total.
Locked