Quote:
Originally Posted by tpearl5
Ted - can the $toppost['postid'] = $threadinfo['postid'] be used to highlight the post?
|
Actually - I figured this out too. Had to register the variable with postbit...
Added
PHP Code:
vB_Template::preRegister('postbit_legacy', array('toppost' => $toppost['postid']));
After
PHP Code:
$template_hook['showthread_above_posts'] .= $templater->render();
In Helpful Answers -- Query To Get Votes & User Vote History
Then added
PHP Code:
<vb:if condition="$toppost == $post['postid']">Rated most helpful post - </vb:if>
Before
PHP Code:
<a name="post{vb:raw post.postid}" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}"
in postbit_legacy