Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=93)
-   -   poster/images with glossy effect (http://www.bvlist.com/showthread.php?t=5135)

daffy 28th June 2010 14:50

poster/images with glossy effect
 
1 Attachment(s)
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.

http://i50.tinypic.com/15i4zzo.jpg http://i50.tinypic.com/2nghg9k.jpg


All times are GMT +2. The time now is 19:08.

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