Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   [TTSE 5.1] Themes Collection (http://www.bvlist.com/showthread.php?t=812)

trilious 10th August 2008 17:58

[TTSE 5.1] Themes Collection
 
4 Attachment(s)
Here ya go guys some themes for 5.1


operation Freedom

http://i33.tinypic.com/25uqfjq.jpg



Zymric Dark

http://i34.tinypic.com/20scegx.jpg



Lockdown v5.2


http://i36.tinypic.com/2d7zsd1.jpg



El Black v5.2


http://i36.tinypic.com/2zevuyt.jpg

djalex 12th August 2008 14:02

Sorry but i installed but the dropdown menu dosen't work

trilious 12th August 2008 17:45

yeah
 
yeah i noticed that but u can just use a header from a diffrent theme

Krypto 12th August 2008 18:40

Find similar in header.php and replace with

PHP Code:

<div class="title">
<h1>&nbsp;</h1>
<h6>&nbsp;</h6>
<?php echo ($link $dirlist '' ); ?>
</div>
</div>
<div id="subheader">
<div id="menu">
<script type="text/javascript" src="<?=$BASEURL;?>/scripts/dropdown.js<?php echo '?v='.O_SCRIPT_VERSION?>"></script>
<ul>
<li class="page_item"><a href="<?=$BASEURL;?>"><?=$lang->global['home'];?></a></li>
<?php if ($CURUSER) { ?>
<li class="page_item"><a href="#top" onClick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu4, '150px')" onmouseout="delayhidemenu()"><?=$lang->global['forums'];?></a></li>
<li class="page_item"><a href="#top" onClick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu5, '150px')" onmouseout="delayhidemenu()"><?=$lang->global['browse'];?></a></li>
<li class="page_item"><a href="#top" onClick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu6, '150px')" onmouseout="delayhidemenu()"><?=$lang->global['requests'];?></a></li>
<li class="page_item"><a href="#top" onClick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu12, '150px')" onmouseout="delayhidemenu()"><?=$lang->global['upload'];?></a></li>
<li class="page_item"><a href="#top" onClick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu7, '150px')" onmouseout="delayhidemenu()"><?=$lang->global['usercp'];?></a></li>
<li class="page_item"><a href="<?=$BASEURL;?>/irc.php"><font color="yellow"><?=$lang->global['irc'];?></font></a></li>
<li class="page_item"><a href="#top" onClick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu8, '150px')" onmouseout="delayhidemenu()"><?=$lang->global['top10'];?></a></li>
<li class="page_item"><a href="#top" onClick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu9, '150px')" onmouseout="delayhidemenu()"><?=$lang->global['help'];?></a></li>
<li class="page_item"><a href="#top" onClick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu11, '150px')" onmouseout="delayhidemenu()"><?=$lang->global['extra'];?></a></li>
<li class="page_item"><a href="#top" onClick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu10, '150px')" onmouseout="delayhidemenu()"><?=$lang->global['staff'];?></a></li>
<?php
if ($usergroups['canstaffpanel'] == 'yes' && $usergroups['cansettingspanel'] != 'yes' && $usergroups['issupermod'] != 'yes') {
    echo 
'<li class="page_item"><a href="#top" onClick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu1, \'150px\')" onmouseout="delayhidemenu()"><font color="yellow">'.$lang->global['staffmenu'].'</font></a></li>';
}elseif (
$usergroups['canstaffpanel'] == 'yes' && $usergroups['cansettingspanel'] != 'yes' && $usergroups['issupermod'] == 'yes') {    
    echo 
'<li class="page_item"><a href="#top" onClick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu2, \'150px\')" onmouseout="delayhidemenu()"><font color="yellow">'.$lang->global['staffmenu'].'</font></a></li>';
}elseif (
$usergroups['cansettingspanel'] == 'yes') {    
    echo 
'<li class="page_item"><a href="#top" onClick="return clickreturnvalue()" onmouseover="dropdownmenu(this, event,menu3, \'150px\')" onmouseout="delayhidemenu()"><font color="yellow">'.$lang->global['staffmenu'].'</font></a></li>';
}
}

echo 
'
    </ul>
    </div>
    </div>


silentlover 21st December 2009 11:08

very nice stuff thx


All times are GMT +2. The time now is 00:15.

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