Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   How to change the menu?! (http://www.bvlist.com/showthread.php?t=7263)

Black1 28th November 2011 11:55

How to change the menu?!
 
http://img171.imageshack.us/img171/2...2011115401.jpg
I want to add more things there... How to do that?!
Im usin tsse 5.6 nightcrawler
:sos:

x360zone 28th November 2011 11:59

check
 
header.php may be a good starting point

Black1 28th November 2011 12:58

Its not there.. Believe me.. :shock:
For header you can only change the main menu ( Home Forums Torrents etc)
I want to change the sub category of eg Help!

wMan 28th November 2011 13:04

Quote:

Originally Posted by Black1 (Post 31346)
Its not there.. Believe me.. :shock:
For header you can only change the main menu ( Home Forums Torrents etc)
I want to change the sub category of eg Help!

PHP Code:

<li class="page_item"><a href="<?php echo $BASEURL?>"><?php echo $lang->global['home']; ?></a></li>
<?php if (isset($CURUSER)) { ?>
    <li class="page_item"><a href="<?php echo $BASEURL?>/ts_social_groups.php"><font color="blue">Social Groups</font></a></li>
    <li class="page_item"><a href="<?php echo $BASEURL?>/ts_applications.php"><font color="darkred">Applications</font></a></li>
    <li class="page_item"><a href="#top" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu4, '150px')" onmouseout="delayhidemenu()"><?php echo $lang->global['forums']; ?></a></li>
    <li class="page_item"><a href="#top" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu5, '150px')" onmouseout="delayhidemenu()"><?php echo $lang->global['browse']; ?></a></li>
    <li class="page_item"><a href="#top" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu6, '150px')" onmouseout="delayhidemenu()"><?php echo $lang->global['requests']; ?></a></li>
    <li class="page_item"><a href="#top" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu12, '150px')" onmouseout="delayhidemenu()"><?php echo $lang->global['upload']; ?></a></li>
    <li class="page_item"><a href="#top" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu7, '150px')" onmouseout="delayhidemenu()"><?php echo $lang->global['usercp']; ?></a></li>
    <li class="page_item"><a href="<?php echo $BASEURL?>/irc.php"><font color="yellow"><?php echo $lang->global['irc']; ?></font></a></li>
    <li class="page_item"><a href="#top" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu8, '150px')" onmouseout="delayhidemenu()"><?php echo $lang->global['top10']; ?></a></li>
    <li class="page_item"><a href="#top" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu9, '150px')" onmouseout="delayhidemenu()"><?php echo $lang->global['help']; ?></a></li>
    <li class="page_item"><a href="#top" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu11, '150px')" onmouseout="delayhidemenu()"><?php echo $lang->global['extra']; ?></a></li>
    <li class="page_item"><a href="#top" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu10, '150px')" onmouseout="delayhidemenu()"><?php echo $lang->global['staff']; ?></a></li>
<?php

like xbox360 told you add here or download a moder theme where you can add them

http://www.bvlist.com/themes/5467-%5...D-amazing.html try this thead where you can add to it

Black1 28th November 2011 13:19

I Still dot get it :(
If I want to add a new entry in (eg HELP)
That redirects to a link?! What do I have to do?
Im using the default theme!

PHP Code:

<li class="page_item"><a href="#top" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu9, '150px')" onmouseout="delayhidemenu()"><?php echo $lang->global['help']; ?></a></li>


wMan 28th November 2011 13:46

Quote:

Originally Posted by Black1 (Post 31349)
I Still dot get it :(
If I want to add a new entry in (eg HELP)
That redirects to a link?! What do I have to do?
Im using the default theme!

PHP Code:

<li class="page_item"><a href="#top" onclick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu9, '150px')" onmouseout="delayhidemenu()"><?php echo $lang->global['help']; ?></a></li>


your trying to out something that will not work chap and im not going into editing anything as its too much work just get a moder theme end off where you can add links to where you like


All times are GMT +2. The time now is 07:37.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.