Forum Replies Created
-
I agree. In fact GD BBpress Tools doesn’t work very well. It doesn’t add a quote link to every post, only selected posts, and I have no idea why.
In any case…quoting replies is really a basic function of any forum.
Hope to see it in the upcoming versions.I added below
< ?php do_action( 'bbp_theme_after_reply_author_details' );
$user_id = bbp_get_reply_author_id( $reply_id );
$usermeta = get_userdata( $user_id, 'residence' );
echo $usermeta->residence;
i don’t know whats happening, the code is not showing
Thank God! I found the answer just when I need it, and I’ll like to share with all of you. As well as for myself in case I forget.
I went to loop-single-reply.php in bbpress-theme-compat/bbpress
I added below residence;
by the way ‘residence’ is the usermeta key that I have used for country of the author. I used the User Meta Pro plugin to create that field in registration and attached the usermeta key to that piece of information. Hope this helps whoever is looking for it
-
This reply was modified 8 months, 2 weeks ago by
kate.t.
Hi craftcore, if i would like to put the Country below the user role, do you know what code I can insert in? I am using the User Meta Pro plugin, and the Country field is derived from there. Thanks!
hey jshultz, which file should I put this in? which functions.php?
Thanks Lynq, the first one displays correctly, the 2nd one is misaligned.


i’m using bbpress 2.1.2
just a feedback, i still get “You do not have sufficient permissions to access this page”
-
This reply was modified 8 months, 2 weeks ago by