The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Code:
$lastpostinfo['trimthread'] = fetch_trimmed_title($lastpostinfo['lastthread']); can anyone clarify where i can tweak this trimming. So where can i determine after how much chars the lastthread title on forumhome gets trimmed? thanks in advance and a happy newyear ;D |
|
#2
|
||||
|
||||
|
From functions.php, line 500 or so:
Code:
function fetch_trimmed_title($title, $chars = -1)
{
global $vbulletin;
if ($chars == -1)
{
$chars = $vbulletin->options['lastthreadchars'];
}
if ($chars)
{
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|