Hi all. I have a forum where users give/get Thanks for posts. I've added the Thanks count for thread below the Replies and Views. So basically it shows...
Replies: 0
Views 111
Thanks: 24
My question is how do I set it up to sort by Thanks?
{vb:raw thread.thankscount} displays the...
Thanks. I am anxious to try this when I get home. I hope it works. If it does then I will gladly send you a few dollars through PayPal to show my appreciation.
So I just add the first code to a new plugin that hooks to threadbit_display and then I would create a new template called...
I figured out what I have to do, sorta...
I have to preregister the variable for use in another template. So I tried creating a plugin/hook to threadbit_display with PHP Code..
$post_thanks_count = $templater->render();
vB_Template::preRegister('thanks_postbit',array('post_thanks_count'...
Preregister a variable for use in another template
What I'm trying to do is insert {vb:raw post_thanks_count} from thanks_postbit template to threadbit template, but when I insert the code into threadbit template, it is just blank, and doesn't show the thanks count.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.