View Single Post
  #3  
Old 24th January 2015, 14:51
eckeO5 eckeO5 is offline
Senior Member
 
Join Date: Jan 2011
P2P
Posts: 117
Default
has ne1 still found out how to download and not only show the uploaded nfo files in tsse 5.6
Maybe some1 knows how to enable it, may be due to the div class in
details.php around line 750?
i think its possible a new class is needed or something like that.

PHP Code:
<div class="yui-content">
            <
div id="details">'.$details.'</div>
            <
div id="comments">'.$showcommenttable.'</div>
            <
div id="filelist">'.$s.'</div>
            <
div id="peers">'.$peerstable.'</div>
            <
div id="report">'.$report.'</div>
            <
div id="bookmark">'.$bookmark.'</div>
            
'.($show_nfo != '' ? '<div id="nfo">'.$show_nfo.'</div>' : '').'
            '.($show_manage != '' ? '
<div id="manage">'.$show_manage.'</div>' : '').'
        
</div
would be very glad if some1 can help me out with that.
greetz ecke
Reply With Quote