Thread: IMDB
View Single Post
  #18  
Old 14th November 2010, 13:33
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Default
It's simple:

find:
PHP Code:
 $t_link '' '<table width=\'100%\' border=\'0\' align=\'center\' class=\'none\'><tr><td colspan=\'2\' class=\'none\' align=\'left\'><b>' $title '</b></td></tr><tr><td class=\'none\' align=\'center\' valign=\'top\'><img src=\'' $cover_photo_name '\' border=\'0\' 
and replace with:
PHP Code:
 $t_link '' '<table width=\'100%\' border=\'0\' align=\'center\' class=\'none\'><tr><td colspan=\'2\' class=\'none\' align=\'left\'><b>' $title '</b></td></tr><tr><td class=\'none\' align=\'center\' valign=\'top\'><img src=\'' $cover_photo_name '\' width=\'170\' height=\'250\' border=\'0\' 
that will make the image 170 in width and 270 in height ... you can change the values at your need ...

PS, for the "Trailer" link to appear you need to upload a "image/trailer.png" image ...
__________________
"How terrible is wisdom when it holds no benefit for the wise?" - Louis Cypher
WDW Tracker - Using heavy modified TSSE
Reply With Quote
The Following 2 Users Say Thank You to mmisu120000 For This Useful Post:
Marco (23rd November 2010), PAX (6th January 2011)