Re: Buddypress gifts component
@pandragon i already received error about difference username and login name and think it will fix in next upload.
your first post, specify url to the image? what do you mean? Is it add a link to and image that show on activity stream? for that you have to add URL field in bp_gifts like
gift_url varchar(100) NOT NULL
and edit function bpgifts_sendgift_updatedb() in bp-gifts-ajax.php
and add url in $content = ‘<img class=”gift-image” src=”‘. $_POST[‘gift_path’] .'” />displayed_user->domain.'”>@’.$bp->displayed_user->fullname.’ ‘.$_POST[‘gift_message’];
… many place to edit
ps. your web look good