Quote:
Originally Posted by vijayninel
This is really awesome .. can you please add a thread preview in new posts/todays posts search. 
|
You can do the following manual edit to add tooltips to posts/todays posts.
(I will add this to the next release.)
Open your 'threadbits' template, then find:
PHP Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
(near the top of the template)
and REPLACE with:
PHP Code:
<td class="alt1 cornry" id="td_threadtitle_$thread[realthreadid]" title="<b>Started by: $thread[postusername], $thread[lastpostdate] $thread[lastposttime]</b><br /><br />$thread[preview]">
Hope that helps.