Quote:
Originally Posted by hcmagix
I have the problem that my preview line ist evertime ... (I test with long and short messages on vb 3.5.4)
@Stoebi in Deinem Screen siehts toll aus. bekomme immer nur die Punkte angezeigt
|
@rossco_2005
Search for
Code:
$newpm['message'] = substr($newpm['message'], 0, strrpos(substr($newpm['message'], 0, $newpmoption['maxcharacters']), ' ')) . '...';
Replace with
Code:
$newpm['message'] = substr($newpm['message'], 0, strrpos(substr($newpm['message'], 0, $newpmoption['maxcharacters']), '')) . '...';
With these small changes a message with few letters/characters is showed.
I hope you like my engagement/interests with
your work.
Another wish i have:
instead of
... a
[more] link could be more impressing.
With a click on this link you go directly to your inbox instead to open a new window.
Kind Regards, Stoebi