Log in

View Full Version : Change thread preview to only work over title


Troy Roberts
08-19-2006, 09:29 PM
I would like to change it so that the thread preview only works when the mouse is over the thread title instead of when it is anywhere in the box containing the thread title.

I did this a long time ago on an earlier version of vB but i can't seem to find where to do it in 3.6.

Kirk Y
08-20-2006, 08:37 PM
Find in your Threadbit template:
id="thread_title_$thread[realthreadid]"

Add before:
title="$thread[preview]"

Find in Threadbit template:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">

Replace with:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]">

Troy Roberts
08-20-2006, 09:48 PM
Thank you!

Worked perfectly.

Kirk Y
08-20-2006, 10:16 PM
No problem, glad to help.