bbPress

Simple, fast, elegant

bbPress Plugin Browser »

Post Count Plus - Dynamic Titles, Colors & More! (1.1.10)

Download

Version: 1.1.10

Last Updated: 2009-1-27

Requires bbPress Version: 0.8.2 or higher

Compatible up to: 0.9

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(17)

Your Rating

Author: _ck_


  1. I absolutely love this plugin!

    I hope it's not too much too ask, but is it possible to make a functionality by which you define custom fields in the user profile under the avatar (next to each post)? Best would be to link those to the fields you can enter in the profile.

    eg.
    Location: <user can fill in anything>

    Personally I would use it for the following (I have a gaming forum):
    QL Nick:
    Clan:

    Thats why I think it would be great to have custom fields :)

    If you don't think this is needed for this plugin, it's ok. Let me know and I'll ask in general forum if someone can guide me in the direction to get this functionality. :]

    Thanks and greetings,
    Malice

    Posted: 1 year ago #
  2. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    bbPress can have extra profile fields via a plugin but this is not the plugin for that.

    Posted: 1 year ago #
  3. Yea that's a seperate plugin

    but this is is a plugin that focusses on enhancing the little profile field of a user next to each post, or not?
    Like ading extra information about a user (such as I suggested)

    eg.
    Name
    Usertitle
    avatar

    Location: mars (new)
    Anything else: lol (new)

    Post count

    etc...

    Posted: 1 year ago #
  4. It seems as if the "Minimum Days" variable is disregarded and the title is only assigned from the "Minimum Posts" on my forum.
    I am on Version: 1.1.10 (bbPress Alpha 6) but I think it didn't change for me from earlier releases.

    Posted: 1 year ago #
  5. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    Give me a screenshot of the matrix settings you have in the plugin.
    It should work as long as they are in consecutive order.

    Posted: 1 year ago #
  6. Thank you for your reply, _ck_

    Here's my current matrix screen shot: http://i463.photobucket.com/albums/qq360/the_wish/current.jpg

    An example: I have users registered in May 2008 (equals <360 days) with a post count >250 that show up with the "Signature Lounger" attributes.
    Also newly registered people will convert to "Lounger" once they have a post count >10, the 30day limit is neglected.

    Another thing I wanted was a "Lurker" title with <10 posts but >30days of membership but it's impossible to achieve.

    Hope this helps.

    Lars

    Posted: 1 year ago #
  7. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    Must be a date calculation bug I need to track down.
    The logic to calculate the title is correct and bug-free, so the date calculation must be wrong.

    update: wow it was a very simple bug, not sure how I got it in the wrong order

    download 1.1.10 and see if it fixes the problem for you

    You should be able to do lurker if you make it the 2nd item with 9 posts and 31 days - the lookup in done in table order

    Posted: 1 year ago #
  8. Whatever you did, that fixed it entirely.

    Thanks :o)

    Posted: 1 year ago #
  9. Hi ck,
    If a User has set a custom title for himself, this title is shown instead of his rank name.
    Is it somehow possible to show both - rank and custom title?

    thanks in advance - farly

    Posted: 1 year ago #
  10. Delete this post.

    Posted: 1 year ago #
  11. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    sorry I missed your question from last month farly

    if you haven't figured it out, around line 40 you'll see

    if ($user->title) {$title=$user->title;}
    else {$title=post_count_plus_custom_title($user_id);}

    you can try changing it to something like

    $title=post_count_plus_custom_title($user_id);
    if ($user->title) {$title.="".$user->title;}
    Posted: 1 year ago #
  12. zoeygirly

    Member

    Excellent plugin, thank you!!

    Posted: 12 months ago #
  13. Hello _ck_

    First of all thank you for the plugin.

    I've been using it for months, but this morning I have a problem ( please take a look at : http://bbpress.org/forums/topic/blank-page-after-posting )

    Is use Post Count plus 1.1.2 / bbpress 0.9.0.1.

    When I post something, the post is posted but instead of redirecting me to the post, it shows a blank page.

    I noticed that the user who posts doesn't have his post count updated. So I deactivated the plugin and since that, my forum works again, I don't see the blank page anymore.

    Do you have any idea ?

    What could be the problem ?

    Thanks a lot !

    Gautier

    Posted: 11 months ago #
  14. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    Did you try doing a recount under the admin section and include post counts?
    "[ Rebuild Post Count For All Users ]"

    Don't forget to upgrade to 0.9.0.4 (though I doubt that will do anything for this problem)

    Posted: 11 months ago #
  15. Hello

    Yes I did a recount.

    Well I don't understand... I did other tests with Post Count Plus activated. Sometimes I have the blank page, sometimes I am right redirected to the post page and don't have it.

    What can be the problem?

    Posted: 11 months ago #
  16. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    Did the recount solve it or not?
    You are the first to report such a problem so I am uncertain what it could be.

    First I would backup your mysql database just to be safe.
    Then I would update to bbPress 0.9.0.4 to make certain it's not a subtle bbPress bug when interacting with plugins.

    and see if it persists after that.

    Wait, why are you using 1.1.2 ?
    Make sure you update to the newest 1.1.10

    Posted: 11 months ago #
  17. Thanks so much for the plugin, it's EXACTLY what I wanted!

    One small thing -- I seem to be having trouble assigning a title for the Key Master role. Administrators and everyone else have no problem, but anyone with the "key master" role revert to senior member instead. Any ideas? Thanks in advance!

    Posted: 10 months ago #
  18. I have the same problem as DoctorWomb. All titles work as expected, but the role for the keymaster is shown based only on the postcount, and not on the role of the user.

    I noticed that in the plugin the role is specified as "keymaster" but bbpress shows the role as "Key Master" (so with a space included in the name) maybe that is wrong?

    Posted: 8 months ago #
  19. Worked great for me. Thanks! :D

    Posted: 8 months ago #
  20. Since bbpress 1.0.1 more titles do not work anymore. I have two mods on my forum of which only one had his name in red and his title is shown as mod. (In red) The other one has his name in black and is shown as user and not mod.

    Posted: 8 months ago #

RSS feed for this topic

Add a Comment »

You must log in to post.

Code is Poetry.