Page 5 of 10

Re: [BETA]phpbb.com style menu

Posted: 12 May 2010, 17:11
by heredia21

Re: [BETA]phpbb.com style menu

Posted: 12 May 2010, 17:17
by cisco007
no, that is a different one, that one is one i was working on like the one stoker has on here!

Re: [BETA]phpbb.com style menu

Posted: 12 May 2010, 18:24
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?

Re: [BETA]phpbb.com style menu

Posted: 12 May 2010, 18:59
by cisco007
you mean the one on this site? well maybe Stoker can answer that!


-EDIT-

Demo re-added to the first post!

Re: [BETA]phpbb.com style menu

Posted: 12 May 2010, 19:18
by Stoker
The one I am using is from here: http://www.cssmenumaker.com/
Or try google:

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 11:10
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

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 12:56
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

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 13:44
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).

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 15:44
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.

Re: [BETA]phpbb.com style menu

Posted: 13 May 2010, 15:52
by JirkaX
Unfortunately I have no edits for mentioned MOD any more .... is it possible to have these mods together?