[FINAL]phpbb.com style menu
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
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
Re: [BETA]phpbb.com style menu
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
Thanks in advance
Re: [BETA]phpbb.com style menu
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!<!-- 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>
Re: [BETA]phpbb.com style menu
Yds, I did it, but now I have mentioned problems with styles - see here: http://www.belariepark.cz/index.php
Re: [BETA]phpbb.com style menu
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!
-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!
Re: [BETA]phpbb.com style menu
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.
Re: [BETA]phpbb.com style menu
yes the menu is installed, check the navbar menu on the top
(forums - downloads - members list - etc)
(forums - downloads - members list - etc)
Re: [BETA]phpbb.com style menu
JirkaX, check the navigation.css file look for
and change or increase the 80px; and see what you get!
Code: Select all
.header-bar {
background: #ebebeb none repeat-x 0 0;
color: #FFFFFF;
padding: 0 5px;
height: 80px;
Re: [BETA]phpbb.com style menu
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:
how do i fix this?
thanks !!
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:
how do i fix this?
thanks !!
Re: [BETA]phpbb.com style menu
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!
Re: [BETA]phpbb.com style menu
Thanks, I solved it already.
Last edited by JirkaX on 14 May 2010, 12:31, edited 2 times in total.