Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Post count: 0?

edited July 2010 in Vanilla 2.0 - 2.8
Some users post counts are displaying as zero on their post!

image

For now, I just changed line 99 in class.postcount.plugin.php to +1 to $Posts


echo '
'.sprintf(T(Plural($Posts,'Posts: %s','Posts: %s')),number_format($Posts+1,0)).'
';

Comments

  • Options
    TimTim Operations Vanilla Staff
    This has been mentioned and I'll be fixing it.

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • Options
    It does not showing the number, only the word "Posts"
  • Options
    kindly, post the revised addin once it's ready, thanks
  • Options
    phreakphreak Vanilla*APP (White Label) & Vanilla*Skins Shop MVP
    Anyone willing to update this plugin for 2.0.3, still the same issue.

    The plugin consists only off 1 PHP-file with 110 lines, but i'm not able to do so.
    Maybe this could be done in 15 minutes.

    Thanx
    • VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
    • VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
  • Options
    Yea, I have this problem to. @Tim please help :D
  • Options
    TimTim Operations Vanilla Staff
    Fixed in 1.0

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • Options
    MarkMark Vanilla Staff
    I wonder what my post count is...
  • Options
    MarkMark Vanilla Staff
    post count needs number_format() :P
  • Options
    LincLinc Detroit Admin
    @Mark Now I have post count envy like it's 2004.
  • Options
    LincLinc Detroit Admin
    PS: No fair double-posting to pad your count!
  • Options
    Any news on this?
  • Options
    lanymolanymo New
    edited February 2011
    seems to be working on this forum at least :) nice plugin
Sign In or Register to comment.