kate.t (@katet-1)

Forum Replies Created

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

  • kate.t
    Participant

    @katet-1

    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.


    kate.t
    Participant

    @katet-1

    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;


    kate.t
    Participant

    @katet-1

    i don’t know whats happening, the code is not showing


    kate.t
    Participant

    @katet-1

    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.

    kate.t
    Participant

    @katet-1

    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!


    kate.t
    Participant

    @katet-1

    hey jshultz, which file should I put this in? which functions.php?


    kate.t
    Participant

    @katet-1

    Thanks Lynq, the first one displays correctly, the 2nd one is misaligned.

    This one displays correctly

    This is the misaligned one


    kate.t
    Participant

    @katet-1

    i’m using bbpress 2.1.2


    kate.t
    Participant

    @katet-1

    just a feedback, i still get “You do not have sufficient permissions to access this page”

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