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
Post
by heredia21 » 10 Apr 2010, 15:48
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.!!!
Post
by cisco007 » 10 Apr 2010, 15:49
yeah, i kind of figured i did the same mistake when i added the home link to my site to show you!
Post
by heredia21 » 10 Apr 2010, 15:51
Sorry
Post
by heredia21 » 10 Apr 2010, 16:36
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?
Post
by cisco007 » 10 Apr 2010, 16:42
don't know why it's showing on your site, i never really seen that but i guess you could look for
in your overall_header.html and delete it!
Post
by Ephemeraboy » 11 Apr 2010, 00:39
wht it is in beta mode..??
does it have many buggy or what lol
Post
by IcEman » 11 Apr 2010, 00:47
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
Post
by cisco007 » 11 Apr 2010, 01:04
check faq #3 on the first post!
Post
by Ephemeraboy » 11 Apr 2010, 01:33
hi cisco
just ask
how to set css pro dropdown menu such in your website
Post
by cisco007 » 11 Apr 2010, 01:34
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!