Skip to content
WJunction - Webmaster Forum

Search results

  1. I

    Sort Thread By...

    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...
  2. I

    Show thanks count for each post on threadbit & forumdisplay

    This is what I got.. Parse error: syntax error, unexpected T_STRING in /home/earkandy/public_html/forumdisplay.php(1050) : eval()'d code on line 4
  3. I

    Show thanks count for each post on threadbit & forumdisplay

    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...
  4. I

    Show thanks count for each post on threadbit & forumdisplay

    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'...
  5. I

    Show thanks count for each post on threadbit & forumdisplay

    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.
Back
Top Bottom