Thread: TSUE v2.2
View Single Post
  #25  
Old 20th January 2018, 18:28
Botanicar's Avatar
Botanicar Botanicar is offline
Senior Member
 
Join Date: Jun 2013
Croatia
Posts: 127
Lightbulb IMDb poster
It's just a temporar fix:

In * imdb_details *
Change:
Code:
<div class="floatleft previewIMDBImage"><img src="{$IMDBImage}" alt="" title="" /></div>
to

Code:
<div class="floatleft previewIMDBImage" alt="" title="" />{$get_torrent_images}</div>
in * functions_getTorrents.php * on root-->library-->functions

after line 897 add

Code:
$get_torrent_images = get_torrent_images($Torrent["tid"], $Torrent["IMDBContent"]["title_id"]);
Reply With Quote
The Following User Says Thank You to Botanicar For This Useful Post:
MasterMan (21st January 2018)