Skip to:
Content
Pages
Categories
Search
Top
Bottom

What is it?

  • @apokh

    Participant

    Hey there,
    can anyone tell me, what plugin (?) I need to show the infos displayed here within this forum beneath the Avatar? Lets say the @Name and perhaps the total postcount? Is it a plugin or will I need to customize the code files. If so, perhaps someone could tell me what files and perhaps how?!

    Best Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • @robin-w

    Moderator

    I have plugin that lets you add up to 4 fields, and also one that adds the postcount

    http://www.rewweb.co.uk/bbp-topic-count-plugin/

    bbp Profile Information plugin

    Try those

    @apokh

    Participant

    thank you very much.

    @apokh

    Participant

    Okay I tested out both. The topic counter is really great. But with the user info thing, I´m not so happy, for the user will have to enter the Data (once again) there which is already present in WP somewhere. I´d prefer a slolution where I can get teh userinfo from WP for example the First Name and display it under the avatar…or above it.

    @robin-w

    Moderator

    Quite doable but not on my list of things to do.

    Maybe you’d care to craft a plugin using mine as the base.

    @apokh

    Participant

    Solution found

    For Example to add the firstname from the WP User Info add
    <?php $user_info = get_userdata( bbp_get_reply_author_id() ); echo $user_info->first_name . "\n";?>
    in ‘loop-single-reply.php’ somewhere between Line 41 and 59.

    @netweb

    Keymaster

    p.s. Topic & Reply counts will be included with bbPress 2.6

    https://bbpress.trac.wordpress.org/ticket/1694
    https://bbpress.trac.wordpress.org/ticket/2519

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar