Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=93)
-   -   [PMBT 2.0] TLeech tracker and forum (http://www.bvlist.com/showthread.php?t=1595)

kosmyn2008 18th August 2009 10:36

looks nice..thank you

AJ1804 23rd August 2009 09:23

Thanks 4 the great theme :drink:

gokturk 20th November 2009 03:45

u super
very thank you

daffy 25th November 2009 19:48

how does one make this theme wider over all. and add side columns.

joeroberts 25th November 2009 20:54

that would be hard to do you well need to competely rewrite the theme header

xDev 1st February 2010 01:50

thank you for the themes for this code as well

daffy 8th May 2010 21:16

Quote:

Originally Posted by joeroberts (Post 17778)
that would be hard to do you well need to competely rewrite the theme header

ok well how do we make this wider. its so narrow, especially now with new torrent table added.

joeroberts 8th May 2010 21:27

the header is One large image with html incoded into it you would have to resize the image and resized the blank images so that they align the links with the image

daffy 3rd September 2010 03:23

slite header change
 
edited my main.php to look more like tleech as shown below.


open tleech/main.php

find
Code:

          if ($user->user)
      {
          print("

");
         
                if ($arr["downloaded"] == 0) $userratio = "∞";
                else {
            if ($user->uploaded > 0)
            {
                $ratio = number_format($user->uploaded / $user->downloaded, 2);
        if ($user->downloaded == 0)
                $userratio = "8";
        elseif ($ratio < 0.1)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.2)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.3)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.4)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.5)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.6)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.7)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.8)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.9)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 1)
                $userratio = "" . $ratio . "";
        else
                $userratio = "".  $ratio . "";
            }
            }
           
            print(_btwelcomebk.", id\">$user->name".$usrclass);
            if($user->invites == 0)
                print(", you have no invite  ");
            else
                print(", you have ".$user->invites." invites  ");
          print("\"Downloaded\" ".mksize($user->downloaded)."");
          print("  \"Uploaded\" ".mksize($user->uploaded)."");
          print("  \"Ratio\" ".$userratio." ");
          print("
\n");
      }
}

replace with this
Code:

          if ($user->user)
      {
          print("

 

   


   

      ");           
          print("



   

   
");

                      $sql = "SELECT seedbonus, avatar, uploaded,  downloaded, ratio, invites, can_do, level, uploaded/downloaded AS ratio FROM ".$db_prefix."_users WHERE id = '".$user->id."';";
        $res = $db->sql_query($sql);
        list ($seedbonus, $avatar, $uploaded, $downloaded, $invites, $can_do, $level, $ratio) = $db->sql_fetchrow($res);
               
            if ($user->uploaded > 0)
            {
                $ratio = number_format($user->uploaded / $user->downloaded, 2);
        if ($user->downloaded == 0)
                $userratio = "8";
        elseif ($ratio < 0.1)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.2)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.3)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.4)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.5)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.6)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.7)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.8)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 0.9)
                $userratio = "" . $ratio . "";
        elseif ($ratio < 1)
                $userratio = "" . $ratio . "";
        else
                $userratio = "".  $ratio . "";
            }
       

       
            print("welcome back, id\">$user->name  ".$usrclass);           
      print("[logout]
");           
      print("Ratio: ".$userratio."   Uploaded: ".mksize($user->uploaded)."  Downloaded: ".mksize($user->downloaded)."  Bonus: [".$user->seedbonus."]
The time is now: " . gmdate(" H:i:s", time()) . "
inbox Inbox  sentbox Sentbox Buddylist
     
\n");
      }

http://leetleech.org/images/64836838399935732616.jpg
http://leetleech.org/images/55487556027413025709.jpg

culay111 3rd September 2010 15:03

error
 
1 Attachment(s)
a news main.php!




All times are GMT +2. The time now is 01:40.

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