Thread: Help needed !!!
View Single Post
  #2  
Old 1st June 2009, 22:56
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
ok you want to change the BG colors for each row in torrent list? that is done in themes/yours/main.php
PHP Code:
$btback1 "191919";
$btback2 "242424";
$btback3 "2C2C2C"
one is odd row
one is even row
and one is on hover
the shout box can be moved by placing
PHP Code:
if ($user->user AND $user->can_shout =="true")
{
include (
"blocks/shoutbox.php");

where you want it to show up and remove same code from index.php
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote