Skip to:
Content
Pages
Categories
Search
Top
Bottom

add links to bbpress login widget


  • Matthias
    Participant

    @matthias70

    I would like to add some links to the bbpress login widget.
    Can someone point me in the right direction.
    I can not even find the code of the login widget in my bbpress plugin folder…?
    Thanks
    Matthias

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

  • Matthias
    Participant

    @matthias70

    Found it 😉
    …/wp-content/plugins/bbpress/includes/common/widgets.php
    About line 135 you can add some links…

    <div class="bbp-logged-in">
    <a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>" class="submit user-submit"><?php echo get_avatar( bbp_get_current_user_id(), '40' ); ?></a>
    <h4><?php bbp_user_profile_link( bbp_get_current_user_id() ); ?>

    Robin W
    Moderator

    @robin-w

    great – glad you tracked it down

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar