[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
haribda
BBCoder II
BBCoder II
Posts: 10
Joined: 03 May 2010, 22:32

Re: [FINAL]phpbb.com style menu

Post 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!
haribda
BBCoder II
BBCoder II
Posts: 10
Joined: 03 May 2010, 22:32

Re: [FINAL]phpbb.com style menu

Post by haribda »

OK, I did it feel free to take a look now! Thank you!
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: [FINAL]phpbb.com style menu

Post by cisco007 »

sorry, i am still here, if you want i'll take a look now!
haribda
BBCoder II
BBCoder II
Posts: 10
Joined: 03 May 2010, 22:32

Re: [FINAL]phpbb.com style menu

Post by haribda »

OK try now? Hope you are not gone yet? :)
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: [FINAL]phpbb.com style menu

Post 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!
mctoms
BBCoder I
BBCoder I
Posts: 2
Joined: 02 Aug 2010, 00:01
Location: http://www.dengo.pl
Contact:

Re: [FINAL]phpbb.com style menu

Post by mctoms »

working very good, thanks for add this mod!
User avatar
Berk
BBCoder II
BBCoder II
Posts: 5
Joined: 01 May 2010, 23:00
Location: Kiev, Ukraine
Contact:

Re: [FINAL]phpbb.com style menu

Post by Berk »

Hi!

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


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

Re: [FINAL]phpbb.com style menu

Post by cisco007 »

this is not a request forum. but if you look at this menu, this is exactly what this is!
tanserman
BBCoder I
BBCoder I
Posts: 3
Joined: 30 Aug 2010, 15:24

Re: [FINAL]phpbb.com style menu

Post 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.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: [FINAL]phpbb.com style menu

Post 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!
Locked