Skip to:
Content
Pages
Categories
Search
Top
Bottom

Displaying a user's total number of posts and registry date?


  • POS2012
    Participant

    @pos2012

    There are a few things I really always look at when participating in a forum, and that is “role”, “total number of posts” and “registry date” of the ones who answers the topic.

    By looking at those few informations I quickly make up my mind as to how much weight I should put on the persons opinions.

    If the person has 1256 posts and was registered 09.09.2008, then I often would add more weight to that person’s opinions than a person with just 5 posts and registered 04.20.2012…

    So, is there a way to add some php code tp for instance

    wp-content/plugins/bbpress/bbp-theme-compat/bbpress/loop-single-reply.php

    to get:

    - User’s total number of posts

    - User’s registry date

    I was able to get the user’s role by following this:

    http://bbpress.org/forums/topic/displaying-user-role-beside-their-replies

    Thank you :-)

Viewing 2 replies - 1 through 2 (of 2 total)

  • POS2012
    Participant

    @pos2012

    Just want to chime in again:

    In the WP database the table wp_users is where the registry date is. The column is user_registered and I probably need how I would like the date to show?

    I am no programmer, so just have a vague idea how to get the info:

    Probably get the user’s ID, then get the date from the table/ column and row, and then print it in a certain date output?


    perineo
    Participant

    @perineo

    bump
    very interested in this both things

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.