Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares > Mods & Themes
Reply
  #1  
Old 22nd July 2017, 20:04
order order is offline
Banned
 
Join Date: May 2017
Posts: 40
Default tsse imdb
back all files up before adding this mod
@details.php



find
Code:
                <span style="float: right;"><div id="imdbupdatebutton" name="imdbupdatebutton"><a href="#" onclick="TS_IMDB(\''.$id.'\'); return false;"><b><u><i>'.$lang->global['refresh'].'</i></u></b></a></div></span>' : '').$lang->details['t_link'].'
            </td>
        </tr>
        <tr>
            <td>
                <div id="imdbdetails" name="imdbdetails">'.$torrent['t_link'].'</div>
            </td>
        </tr>
    </table>
    <br />';
}
REPLACE WITH

Code:
            <span style="float: right;"><div id="imdbupdatebutton" name="imdbupdatebutton"><a href="#" onclick="TS_IMDB(\''.$id.'\'); return false;"><b><u><i>'.$lang->global['refresh'].'</i></u></b></a></div></span>' : '').$lang->details['t_link'].'
            </td>
        </tr>
        <tr>
            <td>
                <div id="imdbdetails" name="imdbdetails">'.$torrent['t_link'].'</div>
            </td>
        </tr>
        <tr>
            <td align="center" class="subheader">
                <a onclick="TSOpenPopup(\''.$BASEURL.'/ts_get_trailer.php?tid='.$id.'\', \'ts_get_trailer\', 800, 600); return false;" href="#ts_get_trailer"><u>Trailers &amp; Videos</u></a>
            </td>
        </tr>
    </table>
    <br />';
}
Attached Files
File Type: rar tmp_8598-imdb1237593952.rar (4.0 KB, 54 views)
Reply With Quote
Reply

Tags
imdb , tsse

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