[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: [FINAL]phpbb.com style menu
Do you mind doing it now, if you have free time? I will put the code right now you can check in few minutes!
Re: [FINAL]phpbb.com style menu
OK, I did it feel free to take a look now! Thank you!
Re: [FINAL]phpbb.com style menu
sorry, i am still here, if you want i'll take a look now!
Re: [FINAL]phpbb.com style menu
OK try now? Hope you are not gone yet?
Re: [FINAL]phpbb.com style menu
haribda, could you try something? if you have an image editor, could you take the bg_header.gif image from your prosilver/theme/images folder and stretch it to about 190px high, and replace the current one, but make sure you keep a copy of the original one, i have looked at your site, but since the picture is so big, i have not been able to get it to look good unless you add a bigger bg_header.gif! i could not fix it with the css!
ps. by the way it seems that you might be missing or have left an extra </div> during the edits, that is why the forums looks stretched!
ps. by the way it seems that you might be missing or have left an extra </div> during the edits, that is why the forums looks stretched!
-
- BBCoder I
- Posts: 2
- Joined: 02 Aug 2010, 00:01
- Location: http://www.dengo.pl
- Contact:
Re: [FINAL]phpbb.com style menu
working very good, thanks for add this mod!
Re: [FINAL]phpbb.com style menu
this is not a request forum. but if you look at this menu, this is exactly what this is!
Re: [FINAL]phpbb.com style menu
I'm on coffee_time and I'm struggling with the coding of the sub-menu. My Field is set out the following;
Any idea's how to get it to work on this?
Thanks.
Code: Select all
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<div id="wrap">
<a id="top" name="top" accesskey="t"></a>
<div id="page-header">
<div id="header">
<p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
<ul>
<li class="active">Home</li>
<li class="active"><a href="http://avfcforums.com/index.php">Forum</a></li>
<li class="active"><a href="http://www.avfcforums.com/viewforum.php?f=31">Reports</a></li>
<li class="active"><a href="http://www.avfcforums.com/gallery/menu.php">Gallery</a></li>
<li class="active"><a href="http://www.avfcforums.com/viewforum.php?f=29">News</a></li>
<li class="active"><a href="http://avfcforums.com/contact.php">Contact</a></li>
</ul>
<!-- IF S_DISPLAY_SEARCH and not S_IN_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="GO" type="submit" /><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- ENDIF -->
<div id="site-description">
<h1></h1>
<p></p>
</div>
</div>
Thanks.
Re: [FINAL]phpbb.com style menu
i don't have that style installed because it's kind of hard to install this menu mod on, but let me take a look and get back to you with it!