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

Re: phpbb.com style menu

Post by heredia21 »

cisco007 » 10 Apr 2010, 17:45 wrote:once again i cannot stress this enough please check the css edit carefully!

maybe it has something to do with you having this on your navigation.css files

Code: Select all

.but-arcade span { background: url("{T_THEME_PATH}/menu/arcade.gif"); }
.but-arcade span { background: url("{T_THEME_PATH}/menu/home.gif"); }
instead of this!

Code: Select all

.but-arcade span { background: url("{T_THEME_PATH}/menu/arcade.gif"); }
.but-home span { background: url("{T_THEME_PATH}/menu/home.gif"); }
I won't laugh this time, yet!

Lol. You were EXACTLY right.!!!
#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: phpbb.com style menu

Post by cisco007 »

yeah, i kind of figured i did the same mistake when i added the home link to my site to show you!
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: phpbb.com style menu

Post by heredia21 »

Sorry
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: [BETA]phpbb.com style menu

Post by heredia21 »

One more thing. On the top left of banner theres a link now that says "Skip to content" how do I get rid of that?
#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 »

don't know why it's showing on your site, i never really seen that but i guess you could look for

Code: Select all

{L_SKIP}
in your overall_header.html and delete it!
User avatar
Ephemeraboy
BBCoder II
BBCoder II
Posts: 37
Joined: 09 Mar 2010, 04:03
Location: bonatius.com
Contact:

Re: [BETA]phpbb.com style menu

Post by Ephemeraboy »

wht it is in beta mode..??
does it have many buggy or what lol
My Personal Blog
http://www.bonatius.com
IcEman
BBCoder II
BBCoder II
Posts: 12
Joined: 10 Mar 2010, 22:16

Re: [BETA]phpbb.com style menu

Post by IcEman »

sub menu (drop down) is working .. example: site link/about.php

Code: Select all

<li class="but-about">
                <a href="about.php"><span></span>{L_ABOUT}</a>
                <div class="sub-menu sub-menu-extra">

                   <ul>   
                      <li>
                         <h4><a href="rules.php">{L_RULES}</a></h4>
-----------------------------------------------------------

sub menu (drop down) is not working .. example: site link/about/

Code: Select all

<li class="but-about">
                <a href="/about/"><span></span>{L_ABOUT}</a>
                <div class="sub-menu sub-menu-extra">

                   <ul>   
                      <li>
                         <h4><a href="/rules/">{L_RULES}</a></h4>
/foldername/ is not working dropdown

http://www.zxc.com/about.php - submenu working
/about/ - submenu is not working
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 »

check faq #3 on the first post!
User avatar
Ephemeraboy
BBCoder II
BBCoder II
Posts: 37
Joined: 09 Mar 2010, 04:03
Location: bonatius.com
Contact:

Re: [BETA]phpbb.com style menu

Post by Ephemeraboy »

hi cisco
just ask
how to set css pro dropdown menu such in your website
My Personal Blog
http://www.bonatius.com
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 »

don't know which one you are talking about! you have already posted on both topics of the one i have installed on my site, the one on this topic is one of them!
Locked