Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #11  
Old 4th March 2012, 16:49
artifici artifici is offline
Member
 
Join Date: Jan 2011
P2P
Posts: 9
Default
first i must succeed to install it but from what i seen you need to go to line 660
PHP Code:
<td align="center">'.$torrent_download_link.'</td
and after it add something like
PHP Code:
<td align="center">'.$torrents['forum_link'].'</td
for that to work you will need to also modify the torrents database table with something like
Code:
ALTER TABLE `torrents` ADD `forum_link` VARCHAR(80)
forum_link is just an example, you can define it how you wish
but your torrents table header will need some adjustments too
go to line 514
PHP Code:
<td class="thead" align="center" style="padding: 10px 0 0 0;"><img src="'.$BASEURL.'/'.$pic_base_url.'/down1.gif" border="0" class="inlineimg"></td
and after add
PHP Code:
<td class="thead" align="center" style="padding: 10px 0 0 0;"><img src="'.$BASEURL.'/'.$pic_base_url.'/down1.gif" border="0" class="inlineimg"></td
this will just duplicate it but it will keep the columns number equal
so the best thing is to change down1.gif with your image for forum links(keep the same size)

i didn't even install ts so this is just from my observation
if you use this you will need to modify also the sticky torrents table and probably the css to display correctly
Reply With Quote
Reply

Tags
browsephp , column


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