[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
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 »

well you mean the link to the chat

Find:

Code: Select all

<li class="but-chat"><a href="{U_MCHAT}"><span></span>Chat</a></li>
Replace with:

Code: Select all

<!-- <li class="but-chat"><a href="{U_MCHAT}"><span></span>Chat</a></li> -->
just in case you have mchat installed and then you can just remove the <!-- and the -->

as for the home if your home link is http://www.blackberryempire.com/

then just Find:

Code: Select all

<li class="but-about">
Add before:

Code: Select all

<li class="but-home"><a href="http://www.blackberryempire.com/"><span></span>Home</a></li>
Before you ask me why it is not showing, the home button is not one that is on the css file, but it is in the menu folder, you will have to add it, for that please refer to the first post under FAQ's
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: phpbb.com style menu

Post by heredia21 »

I added and did the edit for the home button and it is still not showing.
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: phpbb.com style menu

Post by heredia21 »

The home button is at the end check out what happened. www.blackberryempire.com/forum. BY the way the chat did get removed. Thanks for 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: phpbb.com style menu

Post by cisco007 »

recheck your edits because it dit it on my site, and on my site it is showing correctly, if you edited the css file make sure you go to the ACP and refresh the template and the theme!

here is a link so you can see that HOME link is working!
http://ciscoasite.zapto.org/chivas/
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: phpbb.com style menu

Post by heredia21 »

Well the home link is working but it is at the end of the menu as a button. And at the begginning of the menu as text?
#1 BlackBerry News site - BlackBerry Empire. Come visit us!
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: phpbb.com style menu

Post by heredia21 »

Does home need to be before or in any order in the .css file? I put it at the bottom like you said in your edits.
#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 »

well i know you are looking at my site and it's working, i did the same edits i told you to do, don't really know what you are doing wrong, but make sure your image names are correct on the css! make sure you read the FAQ i told you!
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 »

heredia21 » 10 Apr 2010, 17:36 wrote:Does home need to be before or in any order in the .css file? I put it at the bottom like you said in your edits.
it does not matter in what order! as long as the but-home is pointing to the correct image!
heredia21
BBCoder IV
BBCoder IV
Posts: 179
Joined: 07 Apr 2010, 20:42
Contact:

Re: phpbb.com style menu

Post by heredia21 »

I'm telling you the HOME image IS working. But it is pointing to www.blackberryempire.com/forum and it is placed at the very end. But it is there! I want it at the beginning and for it to point to www.blackberryempire.com.
#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 »

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