Page 9 of 10

Re: [FINAL]phpbb.com style menu

Posted: 28 Jul 2010, 04:17
by haribda
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

Posted: 28 Jul 2010, 04:20
by haribda
OK, I did it feel free to take a look now! Thank you!

Re: [FINAL]phpbb.com style menu

Posted: 28 Jul 2010, 05:15
by cisco007
sorry, i am still here, if you want i'll take a look now!

Re: [FINAL]phpbb.com style menu

Posted: 28 Jul 2010, 06:08
by haribda
OK try now? Hope you are not gone yet? :)

Re: [FINAL]phpbb.com style menu

Posted: 29 Jul 2010, 01:50
by cisco007
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!

Re: [FINAL]phpbb.com style menu

Posted: 02 Aug 2010, 00:06
by mctoms
working very good, thanks for add this mod!

Re: [FINAL]phpbb.com style menu

Posted: 20 Aug 2010, 22:25
by Berk
Hi!

Help me please to do sub menu the same as here http://www.belariepark.cz/index.php


Thank you!

Re: [FINAL]phpbb.com style menu

Posted: 20 Aug 2010, 22:45
by cisco007
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

Posted: 30 Aug 2010, 15:27
by tanserman
I'm on coffee_time and I'm struggling with the coding of the sub-menu. My Field is set out the following;

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>
Any idea's how to get it to work on this?

Thanks.

Re: [FINAL]phpbb.com style menu

Posted: 30 Aug 2010, 15:46
by cisco007
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!