[FINAL]phpbb.com style menu

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

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.!!!

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!

Re: phpbb.com style menu

Post by heredia21 »

Sorry

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?

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!

Re: [BETA]phpbb.com style menu

Post by Ephemeraboy »

wht it is in beta mode..??
does it have many buggy or what lol

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

Re: [BETA]phpbb.com style menu

Post by cisco007 »

check faq #3 on the first post!

Re: [BETA]phpbb.com style menu

Post by Ephemeraboy »

hi cisco
just ask
how to set css pro dropdown menu such in your website

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!