Quote:
Originally Posted by Fungsten
That's in a Plug Ins, right? When changing it I entered 100 with and without the quotes and it didn't work.
|
Correct. Title of the plugin is 'Print Message Preview'.
Since you mention quotes, I have a feeling you're just replacing '
threadpreview' with the number of characters. Replace everything from Princeton's post.
The last line of my private_messagelist_messagebit looks like this:
PHP Code:
$pm['pmpreview'] = htmlspecialchars_uni(fetch_trimmed_title($pm['pmpreview'], 70));