Tarfandestan, hm, you need little rewrite code...
Find in plugin Threads rating (showthread_complete)
PHP Code:
$vbulletin->templatecache['SHOWTHREAD'] = str_replace('$navbar', '$navbar'.$vbulletin->templatecache['trate'], $vbulletin->templatecache['SHOWTHREAD']);
Replace with
PHP Code:
$vbulletin->templatecache['SHOWTHREAD'] = str_replace('$trcode', $vbulletin->templatecache['trate'], $vbulletin->templatecache['SHOWTHREAD']);
Now put $trcode in template SHOWTHREAD
Quote:
between quick reply and posts
|