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!
Faster, better and easier!
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!
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.
oh well, it didnt post the code correctly.
Nice! I'll give this a try. I'm new to Buddypress. what is the Wire?
You must log in to post.