View Single Post
  #6  
Old 2nd May 2012, 10:44
gogo999's Avatar
gogo999 gogo999 is offline
Senior Member
 
Join Date: Feb 2012
Korea South
Posts: 140
Default
Quote:
Originally Posted by lateam View Post
ADD style.css

PHP Code:
#posteris
{
    
height280px;
    
width182px;
    
floatleft;
    
margin-right0px;
    
margin-top0px;
    
margin-bottom0px;
    
margin-left10px;
    
overflowvisible;
        
backgroundurl('../images/poster-small.png'no-repeat;
    
}
#posteris img
{
    
height189px;
    
width132px;
    
padding-top26px;
    
padding-right20px;
    
padding-bottom30px;
    
padding-left30px;
    
background-repeatno-repeat;
    
overflowhidden;
        
}

#seeds
{
    
height30px;
    
width182px;
    
floatleft;
    

upload poster-small.png to your theme/images folder (activate plugin in staff panel)
upload darozas.php to your include/plugins

Attachment 2644


I'm not sure how to install

Please tell me more

ADD style.css ..............???



Bump:
Quote:
Originally Posted by gabkoko View Post
Very good!! Excellent. Thyank you!

After a small editing it shows the sticky torrent...

find:
PHP Code:
$query="SELECT id, name, t_image, seeders,leechers, category, size, offensive FROM torrents WHERE t_image <> '' ORDER BY added DESC limit 20"
change to:
PHP Code:
$query="SELECT id, name, t_image, seeders,leechers, category, size, offensive FROM torrents WHERE sticky='yes'"
What do I need to modify the source

Please show you.

Thank you
__________________
새로운 트래커를 위한 정보의 포럼
My Trackers : darknesschannel
Reply With Quote