Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   can i make the torrent names with more characters show? (http://www.bvlist.com/showthread.php?t=9951)

Giorgatzelos 8th July 2014 18:31

can i make the torrent names with more characters show?
 
1 Attachment(s)
When i go to mysite/torrents.php it shows this the name of the torrents but not complete...in the hover function it is ok though...how can i fix this in pmbt 2.04?

DND 8th July 2014 18:39

you should have something like cutname function.
i don't really know the pmbt code

firefly007 8th July 2014 18:47

Try this...

Edit bitorrent.php in function dir and find this

Code:

echo "\"  title=\"".$dispname."\">".((strlen($dispname) <= 51) ? search_word($dispname, $search): search_word(substr($dispname,0,50)."...", $search))."

";

and change 0,50 for eg 0,80

Giorgatzelos 8th July 2014 20:56

thanx, it worked but you need to alter both numbers 51-->81 and 50-->80


All times are GMT +2. The time now is 02:30.

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