[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
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: [BETA]phpbb.com style menu

Post by heredia21 »

#1 BlackBerry News site - BlackBerry Empire. Come visit us!
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 »

no, that is a different one, that one is one i was working on like the one stoker has on here!
User avatar
Inner Circle
BBCoder III
BBCoder III
Posts: 107
Joined: 20 Mar 2010, 20:25
Location: Germany
Contact:

Re: [BETA]phpbb.com style menu

Post by Inner Circle »

cisco007 » 12 May 2010, 17:17 wrote:no, that is a different one, that one is one i was working on like the one stoker has on here!
any chance that this navbar wil be released as a mod?
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 »

you mean the one on this site? well maybe Stoker can answer that!


-EDIT-

Demo re-added to the first post!
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: [BETA]phpbb.com style menu

Post by Stoker »

The one I am using is from here: http://www.cssmenumaker.com/
Or try google:
Board rules! No PM support
JirkaX
BBCoder II
BBCoder II
Posts: 7
Joined: 13 May 2010, 10:58

Re: [BETA]phpbb.com style menu

Post by JirkaX »

Hi, I have question about overall header file. Instead of code below

Code: Select all

<div class="headerbar">
			<div class="inner"><span class="corners-top"><span></span></span>

			<div id="site-description">
				<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
				<h1>{SITENAME}</h1>
				<p>{SITE_DESCRIPTION}</p>
				<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
			</div>

		<!-- 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="{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 -->

			<span class="corners-bottom"><span></span></span></div>
		</div>
I have there this code

Code: Select all

<div class="headerbar">
			<div class="inner"><span class="corners-top"><span></span></span>

			<div id="site-description">
				<a href="{U_PORTAL}" id="logo">{SITE_LOGO_IMG}</a>
				<h1>{SITENAME}</h1>
				<p>{SITE_DESCRIPTION}</p>
				<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
			</div>

		<!-- 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>
So my question is how should look replacement for this code.
Thanks
anarchoi
BBCoder I
BBCoder I
Posts: 3
Joined: 13 May 2010, 12:51

Re: [BETA]phpbb.com style menu

Post by anarchoi »

hello

i have added this to my website (www.anarcho-punk.net)

but i can't find how to center the menu !!!

help please
JirkaX
BBCoder II
BBCoder II
Posts: 7
Joined: 13 May 2010, 10:58

Re: [BETA]phpbb.com style menu

Post by JirkaX »

Hi,is this the same mod as is described here? Because in your mod items in submenu have description (like on phpbb.com).
Last edited by JirkaX on 13 May 2010, 13:56, edited 1 time in total.
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, your first question, seems like you have another mod installed there like the buttons menu mod, if so you would need to remove those edits, and then do the edits for this mod!
Second question, yes, i put a description, so you know what it is, and that is the way that the phpbb.com menu has!

anarchoi, two things, first of all i do not see the menu installed on that site, unless your just promoting it, second, can't tell if it's a phpbb forum as i do not see any copyright anywhere, so i won't help until i see it.
JirkaX
BBCoder II
BBCoder II
Posts: 7
Joined: 13 May 2010, 10:58

Re: [BETA]phpbb.com style menu

Post by JirkaX »

Unfortunately I have no edits for mentioned MOD any more .... is it possible to have these mods together?
Locked