Quote:
Originally Posted by professional77
welcome all
Open Template "threadbit"
FIND
PHP Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
REPLACE WITH
PHP Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]" style="cursor:hand;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';" Dublclick="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>';">
the error in
PHP Code:
td_title_$thread
the ok
PHP Code:
td_threadtitle_$thread
working on 3.6.2
go to site
http://www.professional77.com/vb
Enjoy!

|
Does this work on 3.6.7? I love this mod but I love my inline edit also.