Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #1  
Old 1st June 2009, 18:56
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default Help needed !!!
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)

Click image for larger version

Name:	Ekranattels.png
Views:	39
Size:	596.9 KB
ID:	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
Attached Files
File Type: rar 16_SudokuChallenge.rar (71.4 KB, 9 views)
Reply With Quote
  #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
  #3  
Old 1st June 2009, 23:11
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
Quote:
Originally Posted by joeroberts View Post
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
Reply With Quote
  #4  
Old 2nd June 2009, 01:00
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
shouldnt be black should be what ever color you set in that code as shown by hover
__________________
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
  #5  
Old 2nd June 2009, 01:16
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
but i DON'T NEED !!!!NO!!!! COLOR !! and as far as i know there is no "NONE" color in bg table
Reply With Quote
  #6  
Old 2nd June 2009, 13:04
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
than match the color code or use leave blank
$btback1 = "";
$btback2 = "";
$btback3 = "";
__________________
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
  #7  
Old 2nd June 2009, 13:38
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
if i leave blank it's still black but on mouse over there isn't any more
Reply With Quote
  #8  
Old 2nd June 2009, 13:50
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
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:
<tr onmouseover="this.bgColor='%&amp;^*()';" onmouseout="this.bgColor='#@#$%';" bgcolor="#000000">
and what is the deal with the %&amp;^*() and #@#$%
__________________
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/

Last edited by joeroberts; 2nd June 2009 at 14:11.
Reply With Quote
  #9  
Old 2nd June 2009, 14:09
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
PHP Code:
tr.peerattrs {
vertical-align bottom;
}
tr.theme {
}
tr.darkrow {
}
tr.brightrow {
}
tr.mouseover {

all font color in my theme is black
Reply With Quote
  #10  
Old 2nd June 2009, 14:14
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
can I see you main.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
Reply

Tags
needed

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
help needed atencorps Gazelle 1 26th August 2009 17:30
a lil help needed Action Template Shares 0 3rd August 2009 00:06
help needed plz fireman Template Shares 2 17th June 2009 15:28
hi help needed please :( evilgit1 Torrent Strike 4 7th February 2009 12:41
HELP NEEDED adrian21 TBDev 7 19th January 2009 01:20



All times are GMT +2. The time now is 00:37. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.