View Single Post
  #1  
Old 28th June 2010, 14:50
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default poster/images with glossy effect
open main.php in your theme/s

find at the bottom. yours may look a little diff
PHP Code:
function themefooter(){
global 
$db$db_prefix$startpagetime$theme$siteurl$user$upload_level$sitename$gfx_check$donations$INVITEONLY,$onlysearch$pivate_mode$forumshare$shout_config$PHP_SELF$_SERVER
and add below

PHP Code:
echo '<script type="text/javascript" src="js/glossy.js"></script>'
now open include/functions.php

find
PHP Code:
"<a href=\"\\1\" target=\"_blank\"><img border=0 src=\"\\1\" onLoad='SetSize(this, 300)'></a>",
"<a href=\"\\1\" target=\"_blank\"><img border=0 src=\"\\1\" onLoad='SetSize(this, 300)'></a>"
and change to this or alter as your see if yours is modified

PHP Code:
"<a href=\"\\1\" target=\"_blank\"><img class=glossy border=0 src=\"\\1\" onLoad='SetSize(this, 300)'></a>",
"<a href=\"\\1\" target=\"_blank\"><img class=glossy border=0 src=\"\\1\" onLoad='SetSize(this, 300)'></a>"
basically adding

PHP Code:
class=glossy 
unpack attatched rar, upack and place glossy directory into your root/js folder.

Click the image to open in full size. Click the image to open in full size.
Attached Files
File Type: rar glossy.rar (3.4 KB, 48 views)
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
The Following 2 Users Say Thank You to daffy For This Useful Post:
chickens (2nd July 2011), PopcornCat™ (18th April 2011)