View Single Post
  #1  
Old 8th September 2010, 01:09
XoLWoX XoLWoX is offline
Senior Member
 
Join Date: Sep 2009
United States
Posts: 39
Default Glossy Style Images
First open functions.php and search for:
Code:
function stdfoot($normalpage=true, $update=true, $adminpage=false, $torrentspage=false, $forumpage=false) { global $STYLEPATH, $tpl, $no_columns;
And replace it with:
Code:
function stdfoot($normalpage=true, $update=true, $adminpage=false, $torrentspage=false, $forumpage=false) { global $STYLEPATH, $tpl, $no_columns; print '<script type="text/javascript" src="js/glossy.js"></script>'; if ($normalpage) include($STYLEPATH."/footer.php");


Now add where you want to show the gloss {torrent img, category, avatar} add in class="glossy"

Example:
Code:
<img class="glossy" src='$image1' width=223>, <img class=glossy width=117 border=0 src=".($subrow["avatar"]).">
And now download the archive bellow and extract the folder from it into your tracker root

Works with userdetails, forum, details, latesttorrents_block with images...


Click the image to open in full size.

Click the image to open in full size.




Attached Files
File Type: rar js.rar (3.4 KB, 183 views)
Reply With Quote