Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Help needed !!! (http://www.bvlist.com/showthread.php?t=2746)

wMan 1st June 2009 18:56

Help needed !!!
 
2 Attachment(s)
so the problem is i cant find where to edit hove torrents page are displayed because i want to remove that white color (seen in atached image)

Attachment 1417

+i woud like to move shoutbox to diferent window .. is that posible if i define it in new window like it's in index ore there is something more ?

+here is the attached sudoku game what coud be grate if anyone who are good at coding woud add this to games list

joeroberts 1st June 2009 22:56

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

wMan 1st June 2009 23:11

Quote:

Originally Posted by joeroberts (Post 12065)
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"


no i want to remove it at all now it's black for some reason
and color apears when i move cursor over it

joeroberts 2nd June 2009 01:00

shouldnt be black should be what ever color you set in that code as shown by hover

wMan 2nd June 2009 01:16

but i DON'T NEED !!!!NO!!!! COLOR !! and as far as i know there is no "NONE" color in bg table :wallbash:

joeroberts 2nd June 2009 13:04

than match the color code or use leave blank
$btback1 = "";
$btback2 = "";
$btback3 = "";

wMan 2nd June 2009 13:38

if i leave blank it's still black but on mouse over there isn't any more


and what is the deal with the %&^*() and #@#$%
joeroberts 2nd June 2009 13:50

then you have something in your tables that is black or something
check your tr{} in style sheet
[edit]
I just looked threw your source and you got the BG colors defined as 000000
Code:


wMan 2nd June 2009 14:09

PHP Code:

tr.peerattrs {
vertical-align bottom;
}
tr.theme {
}
tr.darkrow {
}
tr.brightrow {
}
tr.mouseover {


all font color in my theme is black

joeroberts 2nd June 2009 14:14

can I see you main.php?


All times are GMT +2. The time now is 13:32.

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