Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares > Mods & Themes
Reply
  #1  
Old 28th March 2011, 20:36
Edgein's Avatar
Edgein Edgein is offline
Senior Member
 
Join Date: Sep 2008
Netherlands
Posts: 154
Smile Poster with glossy style
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' ? '<br /><br />'.$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' ? '<br /><br />'.$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
Attached Thumbnails
glossy.jpg  
Attached Files
File Type: rar glossy.rar (3.4 KB, 223 views)
Reply With Quote
The Following 8 Users Say Thank You to Edgein For This Useful Post:
csapagy (29th December 2011), eckeO5 (26th June 2011), gabkoko (31st March 2011), Marco (29th March 2011), mdxpro (14th August 2012), MeNe (11th January 2012), nicukent (29th November 2014), PAX (19th March 2012)
  #2  
Old 29th March 2011, 02:12
lafouine022 lafouine022 is offline
Senior Member
 
Join Date: Feb 2010
P2P
Posts: 120
Talking Opacity img link
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
Attached Thumbnails
opacity.png  
Reply With Quote
The Following 2 Users Say Thank You to lafouine022 For This Useful Post:
MeNe (11th January 2012), Titya (4th April 2011)
  #3  
Old 29th March 2011, 08:06
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
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 :)
Reply With Quote
  #4  
Old 30th March 2011, 01:31
lafouine022 lafouine022 is offline
Senior Member
 
Join Date: Feb 2010
P2P
Posts: 120
Default
Oki
Reply With Quote
  #5  
Old 31st March 2011, 13:03
gabkoko's Avatar
gabkoko gabkoko is offline
Senior Member
 
Join Date: Aug 2010
P2P
Posts: 33
Default
Thanks, very nice!
Reply With Quote
  #6  
Old 1st April 2011, 01:19
EMPEREUR1 EMPEREUR1 is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 44
Default error
Quote:
Originally Posted by Edgein View Post
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?

Last edited by EMPEREUR1; 1st April 2011 at 09:50.
Reply With Quote
  #7  
Old 5th April 2011, 23:23
lafouine022 lafouine022 is offline
Senior Member
 
Join Date: Feb 2010
P2P
Posts: 120
Default
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"
Reply With Quote
  #8  
Old 3rd August 2012, 17:11
steven2007 steven2007 is offline
Senior Member
 
Join Date: Jul 2011
Belgium
Posts: 46
Default
How i can made the glossy for ajaxtorrent on indexpage?

Reply With Quote
  #9  
Old 22nd March 2013, 15:16
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
how it is possible to put for those images from login page?
Reply With Quote
Reply

Tags
glossy , poster , style

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 10:31. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.