Forum Replies Created
-
In reply to: Feature request – "Reply" button in every post
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.In reply to: Display Location User Meta below User RoleI 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;
In reply to: Display Location User Meta below User Rolei don’t know whats happening, the code is not showing
In reply to: Display Location User Meta below User RoleThank 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 12 years, 1 month ago by kate.t.
In reply to: Adding Information Under Avatar on Topic Pages?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.
In reply to: Forum Participants can't edit their profilesi’m using bbpress 2.1.2
In reply to: Forum Participants can't edit their profilesjust a feedback, i still get “You do not have sufficient permissions to access this page”