Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
Reply
  #1  
Old 20th September 2016, 16:57
kira's Avatar
kira kira is offline
Senior Member
 
Join Date: Jul 2011
France
Posts: 69
Exclamation viewing description
Torrent presentation display problem, why scroll (for u-232-v3)

Click the image to open in full size.

Last edited by kira; 20th September 2016 at 17:47.
Reply With Quote
  #2  
Old 21st September 2016, 09:20
TLO's Avatar
TLO TLO is offline
Senior Member
 
Join Date: May 2009
United Kingdom
Posts: 35
Default
Quote:
Originally Posted by kira View Post
Torrent presentation display problem, why scroll (for u-232-v3)

Click the image to open in full size.
Hello its not a problem, its the css. If you want to stop the scroll check the class and look at the overflow.(I don't use v3 so cant pinpoint it, but its a quick fix)
Reply With Quote
  #3  
Old 22nd September 2016, 13:48
kira's Avatar
kira kira is offline
Senior Member
 
Join Date: Jul 2011
France
Posts: 69
Default
Problem fixed

in file details.php
found
PHP Code:
if (!empty($torrents_txt["descr"])) $HTMLOUT.= "<tr><td style='vertical-align:top'><b>{$lang['details_description']}</b></td><td><div style='background-color:transparent;width:100%;height:150px;overflow: auto'>".str_replace(array(
    
"\n",
    
"  "
) , array(
    
"<br />\n",
    
"&nbsp; "
) , format_comment($torrents_txt["descr"]))."</div></td></tr>"
replace to
PHP Code:
if (!empty($torrents_txt["descr"])) $HTMLOUT.=  "<tr><td  style='vertical-align:top'><b>{$lang['details_description']}</b></td><td><div  style='background-color:transparent;width:100%;'>".format_comment($torrents_txt["descr"])."</div></td></tr>"

Last edited by kira; 22nd September 2016 at 15:57.
Reply With Quote
The Following User Says Thank You to kira For This Useful Post:
Protheush (26th September 2016)
Reply

Tags
description , viewing

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