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?
|
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!
