Page 2 of 10
Re: phpbb.com style menu
Posted: 10 Apr 2010, 16:51
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:
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
Re: phpbb.com style menu
Posted: 10 Apr 2010, 17:20
by heredia21
I added and did the edit for the home button and it is still not showing.
Re: phpbb.com style menu
Posted: 10 Apr 2010, 17:21
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.
Re: phpbb.com style menu
Posted: 10 Apr 2010, 17:33
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/
Re: phpbb.com style menu
Posted: 10 Apr 2010, 17:34
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?
Re: phpbb.com style menu
Posted: 10 Apr 2010, 17:36
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.
Re: phpbb.com style menu
Posted: 10 Apr 2010, 17:37
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!
Re: phpbb.com style menu
Posted: 10 Apr 2010, 17:40
by cisco007
it does not matter in what order! as long as the but-home is pointing to the correct image!
Re: phpbb.com style menu
Posted: 10 Apr 2010, 17:42
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.
Re: phpbb.com style menu
Posted: 10 Apr 2010, 17:45
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!