Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   Poster with glossy style (http://www.bvlist.com/showthread.php?t=6245)

Edgein 28th March 2011 20:36

Poster with glossy style
 
2 Attachment(s)
Go to
/public_html/include/templates/youre template/header.php

Find

PHP Code:

<link rel="shortcut icon" href="<?php echo $BASEURL?>/favicon.ico" type="image/x-icon" />

place under it

PHP Code:

<script type="text/javascript" src="scripts/glossy.js"></script> 

open details.php

Find

PHP Code:

        <td rowspan="'.$rowspan.'" align="center" valign="top" width="175">'.($torrent['t_image'] != '' ? '<a href="#" onclick="javascript:popImage(\''.$torrent['t_image'].'\',\'Image Preview\')"><img src="'.htmlspecialchars_uni($torrent['t_image']).'" border="0" width="175" height="175">' : '<img src="'.$BASEURL.'/'.$pic_base_url.'nopreview.gif" border="0">').'</a>'.($ratingsystem == 'yes' ? ''.$rating : '').'</td

and replase by

PHP Code:

        <td rowspan="'.$rowspan.'" align="center" valign="top" width="175">'.($torrent['t_image'] != '' ? '<a href="#" onclick="javascript:popImage(\''.$torrent['t_image'].'\',\'Image Preview\')"><img src="'.htmlspecialchars_uni($torrent['t_image']).'" class="glossy" border="0" width="175" height="175">' : '<img src="'.$BASEURL.'/'.$pic_base_url.'nopreview.gif" class="glossy" border="0">').'</a>'.($ratingsystem == 'yes' ? ''.$rating : '').'</td

ad this glossy style to other images

Find sommething like this in the page you like to have it

PHP Code:

<img src

and add this on it

PHP Code:

class="glossy" 

in total it looks like

PHP Code:

<img class="glossy" src


lafouine022 29th March 2011 02:12

Opacity img link
 
1 Attachment(s)
glossy I had already installed ;)

so look the opacity img link

In your theme/style/style.css
add

PHP Code:

A IMG  displayinline-block;  }
A:hover IMG  opacity:0.4filter:alpha(opacity=40);  } 

but glossy whit opacity img link is not work :p

Marco 29th March 2011 08:06

hello

probably my server is slower but the glossy effect didn't working :(
i use ts 5.6 nightcrawler :)

but i am patient.. :D


have a nice day


Later edit ....working really nice :D thank you for all :)

lafouine022 30th March 2011 01:31

Oki :friend:

gabkoko 31st March 2011 13:03

Thanks, very nice!:ok:

EMPEREUR1 1st April 2011 01:19

error
 
Quote:

Originally Posted by Edgein (Post 27386)
Go to
/public_html/include/templates/youre template/header.php

Find

PHP Code:

<link rel="shortcut icon" href="<?php echo $BASEURL?>/favicon.ico" type="image/x-icon" />

place under it

PHP Code:

<script type="text/javascript" src="scripts/glossy.js"></script> 

open details.php


Module shows fine with Firefox but IE6 through IE8 gives this error when loading...

Détails de l’erreur de la page Web

Agent utilisateur : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3)
Horodateur : Fri, 1 Apr 2011 07:40:05 UTC


Message : Argument non valide.
Ligne : 19
Caractère : 3
Code : 0
URI : http://www.empereur-team.net/scripts/glossy.js


Any suggestions?

lafouine022 5th April 2011 23:23

is not

PHP Code:

<img src="'.htmlspecialchars_uni($torrent['t_image']).'" class="glossy" border="0" width="175" height="175"

remplace for this

PHP Code:

<img class="glossy" src="'.htmlspecialchars_uni($torrent['t_image']).'" border="0" width="175" height="175"


steven2007 3rd August 2012 17:11

How i can made the glossy for ajaxtorrent on indexpage?

:sos:

Marco 22nd March 2013 15:16

how it is possible to put for those images from login page?


All times are GMT +2. The time now is 15:00.

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