PDA

View Full Version : Make AJAX work on Threadbit Mouseover?


Xplorer4x4
01-31-2007, 04:03 AM
I am using Live Wire old Mouse over hack. I can get it to work fine except the AJAX edit does not work in the thread bit template using the following code:
FIND:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">

Replace with:
<td class="alt1Active" id="td_title_$thread[realthreadid]" title="$thread[preview]" onmouseover="this.className='alt2Active'" onmouseout="this.className='alt1Active'">


Is there a way to add the phrase for AJAX edit(which i assume is) $thread[title_editable] into the code above.

Thanks in advance.

StrifeX
01-31-2007, 07:34 AM
I second this request.

StrifeX
02-08-2007, 03:22 PM
Can anyone help us out with this problem?