Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   xBTiT (http://www.bvlist.com/forumdisplay.php?f=30)
-   -   need help with limiting page size (http://www.bvlist.com/showthread.php?t=5192)

aleon 19th August 2010 04:48

need help with limiting page size
 
2 Attachment(s)
I am using PB Edition(modd BtiTracker 1.4.X) and what i am been try to do is limit the page size on Torrents.php
like

123456789 123456789 123456789
123456789 123456789 123456789 on and on

to
123456789 123456789 123456789
1234567890 1234567890 123456..

if you get what i meen it that im trying to make the torrent name go down a line after same like 10 words.
so if the torrent name is 20 words long i what it to pote 10 work on one line then 10 on a other line

not like (gos on and on)
Attachment 2437

some thing like (photo down) but i can not get it to do the same on torrents.php
Attachment 2438

what do i have to do to torrents.php to limit the page size? or
how can i make the torrent's name go down a line??

joeroberts 19th August 2010 07:02

the code your looking for to use is
PHP Code:

((strlen($dispname) <= 51) ? $dispname substr($dispname,0,50)."..."

51 would be the max letters and 50 is the cut down to

12345678911234567892123456789312345678941234567895 123456789

would become

12345678911234567892123456789312345678941234567895 ...

aleon 19th August 2010 08:49

I see
 
thinks for the past joeroberts


All times are GMT +2. The time now is 13:48.

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