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.
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.