Skip to:
Content
Pages
Categories
Search
Top
Bottom

move Username and IP to the right of the avatar


  • Doremdou
    Participant

    @doremdou

    Hello,

    I would like to move username and IP to the right side of the avatar, how can I do that please? 🙂
    I tried to change some css but can’t find a way to force username and IP to go there, it is always below the avatar 🙁

    I want to change it like this:

    thank you a lot for your help!
    Dorem

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

  • Robin W
    Moderator

    @robin-w

    You’ll be needing to modify

    wp-content/plugins/bbpress/templates/default/bbpress/loop-single-topic.php


    Doremdou
    Participant

    @doremdou

    Hello @robin-w thanks for your answer 🙂

    But I cant really figure out what I need to change in loop-single-topic.php can you help me please? ;x

    I only see this concerning the author:

    <?php do_action( ‘bbp_theme_before_topic_freshness_author’ ); ?>

    <span class=”bbp-topic-freshness-author”><?php bbp_author_link( array( ‘post_id’ => bbp_get_topic_last_active_id(), ‘size’ => 14 ) ); ?></span>

    <?php do_action( ‘bbp_theme_after_topic_freshness_author’ ); ?>

    thank you 🙂


    Doremdou
    Participant

    @doremdou

    Hello again, I found a temporary fix thank you Robin 🙂


    Robin W
    Moderator

    @robin-w

    Great, glad you’re sorted.

    If you’ve fixed it, would you like to post what you did here, it might help someone searching for a similar fix going forward 🙂


    Doremdou
    Participant

    @doremdou

    Hi again,
    I just played with https://codex.bbpress.org/bbp_author_link/ and adapted it to my theme.


    Robin W
    Moderator

    @robin-w

    ok, thanks

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