Quote:
Originally Posted by mkdevo
thanks for this..
unfortunately, when using it on the threadbit, it makes the entire cell a hyperlink to the thread, and thus takes away the 'quick thread title edit' feature. is there any way to change this?
|
to make it so ONLY the link to the thread opens it and not the whole cell,
open template "threadbit" and find
Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]" style="cursor:hand;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';" onclick="window.location.href='<if condition="$show['gotonewpost']">showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]<else />showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]</if>';">
and replace with
Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]" style="cursor:hand;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';"<else />
let me know if this solves your problem for you