Quote:
Originally Posted by msimplay
just realised that the dhtml tooltips missing for when u search posts
could we add it to that ?
ps how do i remove the preview altip from thread title on forum display
also i wasn't sure wether to ask here or in the vbadvanced forum
but i'd also like to intergrate this with last posts block for Vbadvanced somehow
excellent hack idea by the way
the thread previews get annoying when they don't have html stripped in the thread preview alt tip
|
Oh yeah, forgot to specify to take out the title on the cell
In threadbit temlpate, find:
HTML Code:
<td class="alt1Active" id="t$thread[threadid]" title="$thread[preview]">
Replace:
HTML Code:
<td class="alt1Active" id="t$thread[threadid]">
(Thus deleting the title part

.
I'll update the main package later, and I'll try and find out how to put it into the search as well.