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 think I have found something. I checked the role for all of my users and when I go to the Users page in the Admin panel, I see the following roles:

    Member,
    Moderator,
    Administrator,
    Key Master,

    Note the "," behind every role, they are actually visible.

    When I change the role of a user, the roles are then showed as:
    , Member
    , Moderator
    , Administrator
    , Key Master

    So first the "," and then a space.

    I will check in my DB if those characters are visible as well.

    Posted: 8 months ago #
  2. Yep, the problem lies in the database.

    It seems that the orginal user role was stored as:

    a:1:{s:9:"moderator";b:1;}

    And after chaging the parameter "Ignore the 30 second post throttling limit" that is changed to:

    a:2:{s:8:"throttle";b:1;s:9:"moderator";b:1;}

    After that, the role is not recognized properly. Disabling the throttling limit solves it.

    Posted: 8 months ago #
  3. seanmetzgar

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    is there a way to expand the maximum number of custom titles?

    Posted: 8 months ago #
  4. Hi, this plugin seems to conflict with Nightgunner5's bbpm plugin. When I deactivate this plugin, the "Send PM" link appears, but when I reactivate it, the link disappears.

    Any suggestions on how I can rectify this problem?

    Thanks!

    Posted: 7 months ago #
  5. Hi! Thanks for this plugin!

    I wonder if there's a way to link the member name not to the "author url" but to its wordpress profile page?

    Thank you

    Posted: 5 months ago #
  6. I have bbpress installed (1.0.2). I have everything working properly EXCEPT: the number of posts never changes. It always shows "1" for any user. Can someone help me please?

    Posted: 5 months ago #
  7. I found the answer. I had to click "[ Rebuild Post Count For All Users ]". Thanks!

    Posted: 5 months ago #
  8. Hey _ck_, dumb question:

    I'm doing some minor tweaking to my theme's profile template page. I would like to replace "nickname" in the H2 with the custom title (currently is "Display Name (nickname)" - I want "Display Name (custom title)").

    Which function do I call to output the custom title? I've tried:

    post_count_plus_custom_title($user_id)
    post_count_plus_custom_title($user->ID)

    ...to no avail.

    Am I using the wrong function? Am I using the wrong argument?

    Posted: 5 months ago #
  9. Nevermind, I overlooked it in the readme.txt. I just needed to add an echo:

    echo post_count_plus_custom_title($user_id)

    Posted: 5 months ago #
  10. Is there a way to extent this plugin to display the location of members?
    Thanks,

    Ben

    Posted: 3 months ago #
  11. Working so good, Love it

    Posted: 3 weeks ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.