Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Notices

Reply
Thread Tools
  #11  
Old 16th September 2024, 22:10
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 227
Default
Oh I don't know, but I actually like the way it looks.

I just don't see the point, or the sense, for having that row of torrent images along the bottom of the page.

Waste of time, and resources.
Reply With Quote
The Following User Says Thank You to thartley55 For This Useful Post:
miralsplet (16th September 2024)
  #12  
Old 16th September 2024, 22:37
miralsplet's Avatar
miralsplet miralsplet is offline
Senior Member
 
Join Date: Nov 2013
P2P
Posts: 90
Default
plugin simple recent torrents
Reply With Quote
  #13  
Old 17th September 2024, 00:52
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 227
Default
I'm talking about that row of torrent images on the bottom of the page on torrent details.
It just seems useless and in the way.
Eye candy, for no purpose.
Reply With Quote
  #14  
Old 27th September 2024, 17:44
Dani18 Dani18 is offline
VIP
 
Join Date: Dec 2023
P2P
Posts: 84
Default
Click the image to open in full size.

How can I add this effect? ​​When I go over the link the movie poster appears! I'm trying everything but I can't find anything. Any suggestions?
Reply With Quote
  #15  
Old 30th September 2024, 00:33
miralsplet's Avatar
miralsplet miralsplet is offline
Senior Member
 
Join Date: Nov 2013
P2P
Posts: 90
Default TOOLTIP TSUE2.2
PHP Code:
// Pridobivanje dodatnih informacij o torrentu
$title addslashes(strip_tags($Record["name"]));

// Ustvarjanje druge vrstice za podatke
$infoLine $TSUE["TSUE_Language"]->phrase["torrents_seeders"] . ": " friendly_number_format($Record["seeders"]) . " / " 
            
$TSUE["TSUE_Language"]->phrase["torrents_leechers"] . ": " friendly_number_format($Record["leechers"]) . " / " 
            
$TSUE["TSUE_Language"]->phrase["torrents_size"] . ": " friendly_size($Record["size"]) . " / " 
            
$TSUE["TSUE_Language"]->phrase["torrents_times_completed"] . ": " friendly_number_format($Record["times_completed"]);

// Ustvarjanje naslova za tooltip z zmanjšano sliko in naslovom
$tooltipTitle '<strong>' htmlspecialchars($titleENT_QUOTES) . '</strong><br>'// Naslov torrenta
$tooltipTitle .= '<img src="'.$baseurl.'/data/torrents/torrent_images/l/'.$Record['filename'].'" alt="'.htmlspecialchars($titleENT_QUOTES).'" class="torrent-image" width="50" height="50">';
$tooltipTitle .= '<br>' htmlspecialchars($infoLineENT_QUOTES); // Informacije o torrentu 
Reply With Quote
  #16  
Old 8th October 2024, 20:18
Dani18 Dani18 is offline
VIP
 
Join Date: Dec 2023
P2P
Posts: 84
Default
Quote:
Originally Posted by miralsplet View Post
PHP Code:
// Pridobivanje dodatnih informacij o torrentu
$title addslashes(strip_tags($Record["name"]));

// Ustvarjanje druge vrstice za podatke
$infoLine $TSUE["TSUE_Language"]->phrase["torrents_seeders"] . ": " friendly_number_format($Record["seeders"]) . " / " 
            
$TSUE["TSUE_Language"]->phrase["torrents_leechers"] . ": " friendly_number_format($Record["leechers"]) . " / " 
            
$TSUE["TSUE_Language"]->phrase["torrents_size"] . ": " friendly_size($Record["size"]) . " / " 
            
$TSUE["TSUE_Language"]->phrase["torrents_times_completed"] . ": " friendly_number_format($Record["times_completed"]);

// Ustvarjanje naslova za tooltip z zmanjšano sliko in naslovom
$tooltipTitle '<strong>' htmlspecialchars($titleENT_QUOTES) . '</strong><br>'// Naslov torrenta
$tooltipTitle .= '<img src="'.$baseurl.'/data/torrents/torrent_images/l/'.$Record['filename'].'" alt="'.htmlspecialchars($titleENT_QUOTES).'" class="torrent-image" width="50" height="50">';
$tooltipTitle .= '<br>' htmlspecialchars($infoLineENT_QUOTES); // Informacije o torrentu 
thanks for the reply, but where do you put it? in which file?
Reply With Quote
  #17  
Old 8th October 2024, 23:02
Houmers Houmers is offline
Support
 
Join Date: Sep 2018
P2P
Posts: 93
Default
Thx working

Bump: what to advise now on TSUE 2.2 how to fix IMDB
Reply With Quote
  #18  
Old 9th October 2024, 19:35
Dani18 Dani18 is offline
VIP
 
Join Date: Dec 2023
P2P
Posts: 84
Default
Quote:
Originally Posted by Houmers View Post
Thx working

Bump: what to advise now on TSUE 2.2 how to fix IMDB
hello houmers from which link did you get tsue?

so I can see if I can help you, because you are missing the files!
Reply With Quote
  #19  
Old 9th October 2024, 20:40
Houmers Houmers is offline
Support
 
Join Date: Sep 2018
P2P
Posts: 93
Default
Quote:
Originally Posted by Dani18 View Post
hello houmers from which link did you get tsue?

so I can see if I can help you, because you are missing the files!
Here : https://www.bvlist.com/showthread.php?t=11412
Reply With Quote
  #20  
Old 3rd December 2024, 21:19
Dani18 Dani18 is offline
VIP
 
Join Date: Dec 2023
P2P
Posts: 84
Default
Click the image to open in full size.


a little script and we move on :)
Reply With Quote
Reply


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 20:14. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2025, vBulletin Solutions Inc.