RedWingNut
06-07-2014, 04:22 PM
All,
Does anyone know how to increase the length of the thread title in the vBulletin "Recent Threads" feature (plugin "Latest threads on forum home")?
Right now it shows like 25 spaces, the last 3 being ... on most of them
TIA
--------------- Added 1402162405 at 1402162405 ---------------
Ha. Disregard. Found in and figured it out. In the plug-in code (Plug-in Manager), for that plugin (forumhome_complete), found this code and changed form 22 to 45.
$thread['title'] = fetch_censored_text(fetch_trimmed_title(unhtmlspec ialchars($thread['title']), 45));
might help someone later....
Does anyone know how to increase the length of the thread title in the vBulletin "Recent Threads" feature (plugin "Latest threads on forum home")?
Right now it shows like 25 spaces, the last 3 being ... on most of them
TIA
--------------- Added 1402162405 at 1402162405 ---------------
Ha. Disregard. Found in and figured it out. In the plug-in code (Plug-in Manager), for that plugin (forumhome_complete), found this code and changed form 22 to 45.
$thread['title'] = fetch_censored_text(fetch_trimmed_title(unhtmlspec ialchars($thread['title']), 45));
might help someone later....