Helping you Build Your Own Social Network!

Faster, better and easier!

Upload & Post images through Sitewide Activity Widget

(4 posts) (2 voices)
  • Started 1 year ago by notfarnow
  • Latest reply from notfarnow

  1. 1. Is it possible to post images through the sitewide activity widget form? Could it function like facebook's wall?

    2. Also, if a link is posted, is it possible to pull a thumbnail and some content from the link like facebook?

    Thanks!

    Posted 1 year ago #
  2. If its not possible, My workaround was just to add a link at the top (right before the activity) that links to activity page and to the wire.

    If interested, heres what i did.
    found the following line in bp-sitewide-activity.php

    <ul id="activity-stream" class="activity-list item-list">

    and inserted this below it:

    <?php global $current_user;
    $username = $current_user->user_login; ?>
    <p>   Write to: ACTIVITY STREAM or
    /" target="_parent">PROFILE WALL</p>
    <p> </p>

    * plus it kind of hints to the users that there is a difference between activity posts and Wire posts (wall). because people are confused about the two.

    Posted 1 year ago #
  3. oh well, it didnt post the code correctly.

    Posted 1 year ago #
  4. Nice! I'll give this a try. I'm new to Buddypress. what is the Wire?

    Posted 1 year ago #

Reply

You must log in to post.