Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   viewing description (http://www.bvlist.com/showthread.php?t=10969)

kira 20th September 2016 16:57

viewing description
 
Torrent presentation display problem, why scroll :sos: (for u-232-v3)

http://zupimages.net/up/16/38/yiqr.jpg

TLO 21st September 2016 09:20

Quote:

Originally Posted by kira (Post 49390)
Torrent presentation display problem, why scroll :sos: (for u-232-v3)

http://zupimages.net/up/16/38/yiqr.jpg

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)

kira 22nd September 2016 13:48

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(
    
"\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>"



All times are GMT +2. The time now is 14:24.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.