11-11-2010, 05:28 AM
A simple template modification for displaying thread preview for each thread in Latest Threads block in our Portal page.
We need Thread Tooltip Preview plugin for this.
Find this code in our portal_latestthreads_thread template:
We need Thread Tooltip Preview plugin for this.
Find this code in our portal_latestthreads_thread template:
HTML Code
|
Replace it with:
HTML Code
|
And find this code in the template too:
HTML Code
|
Replace it with:
HTML Code
|
Basically, we need to put {$thread['postpreview']} variable for displaying the first post message, and {$thread['lastpostpreview']} variable for displaying the last post message.