Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to display full image for author profile?

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

  • Anointed
    Participant

    @anointed

    Not tested:

    In the file loop-single-reply.php change the following line:

    <?php bbp_reply_author_link( array( 'sep' => '<br />' ) ); ?>

    to:

    <?php bbp_reply_author_link( array( 'sep' => '<br />', 'size' => 100 ) ); ?>

    change 100 to whatever size you prefer.

    <?php bbp_reply_author_link( array( ‘sep’ => ‘
    ‘ ) ); ?>

    to:

    <?php bbp_reply_author_link( array( ‘sep’ => ‘
    ‘, ‘size’ => 100 ) ); ?>

    it works and i got my result


    Ravi
    Participant

    @ravidreams

    I am using bbPress 2.0 plugin version and could not find a file called loop-single-reply.php

    I could find a single-reply.php and it had a code like

    <td class=”bbp-reply-author”><?php bbp_reply_author_link( array( ‘type’ => ‘avatar’ )

    I tried adding ‘size’ => 100 to this but did not work.

    We are also using BuddyPress inside the site and guess the avatars are loaded from BuddyPress.


    Ravi
    Participant

    @ravidreams

    The issue has been solved based on

    Changing default avatar size cropped/used by BuddyPress

    The bbPress avatar has been fetching it from BuddyPress avatar.

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