Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • mllapan
    Participant

    @mllapan

          <?php // Get the Cover Image
            $member_cover_image_url = bp_attachments_get_attachment('url', array(
              'object_dir' => 'members',
              'item_id' => bp_loggedin_user_id(),
            ));
          ?>
    <img src="<?php echo $member_cover_image_url; ?>">

    Try this with that plugin and it won’t work at all.


    mllapan
    Participant

    @mllapan

    @danbp you’re boring with that plugin in every single topic about default cover image.

    I am looking to set default cover image too, but without overriding the existing ones.

    That plugin SUCKS!

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar