Displaying a user's total number of posts and registry date?
-
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
You must be logged in to reply to this topic.