Forum Replies Created
-
Author
-
Ronin72Participant
Hi Andrei,
I understand.Anyway, I just found this plugin “http://www.buddyboss.com/product/buddyboss-wall/”.
It have “thumbs up” (like) features for any activity.
I’ll try that, as it seems to be perfect to achieve what I want.Cheers
Ronin72ParticipantI notice that if you setup the media library to show thumbs as “GRID”, images are still in full size, not thumbs.
No care, anyway… I never use this kind of sort.
Just tell you, so you will know.
Thanks again.
Ronin72ParticipantThanks Andrei, first code it works 100% !
Another question, related to that:
is possibile to pass this variable to an URL so user can click and filter RtMedia upload in the activity stream?I’ll explain better..
Example: http://www.MYWEBSITE.com/activity/filter_rtmedia
and in this page have the option “rtMedia Updates” selected like default.Is that possible to achieve?
ONLY for a specific page.Thanks again
Ronin72ParticipantFind that in RTcamp doc:
http://docs.rtcamp.com/rtmedia/developers/add-rtmedia-updates-to-activity-show-dropdown.html
Try to add this code in theme function.php, but “rtMedia updates” is NOT showed in the dropdown filter..
Any help?
Ronin72ParticipantWhy you are talking about “native bp cover functionality”?
That’s not my problem.. 😉My problem is filter ONLY media upladed by user in the activity stream page..
Can you help me on that?
I suppose, this will be a nice solution for every of your Theme users, not just me.Ronin72ParticipantFind an “almost solution here”:
http://community.rtcamp.com/t/rtmedia-activity-updates-not-showing-in-activity-loop/1654(in reply to that question: http://community.rtcamp.com/t/rtmedia-filter/1856)
It say:
rtMedia stores an update as “rtmedia_update” in DB.
Use this code to filter your activity:COPY CODE<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ).'&action=activity_update,rtmedia_update' ) ) : ?>
This will also show the rtMedia updates.
The problem is I don’t know where to apply that!!!
Can anyboy help, please?
Waiting solution from theme creator staff.
REALLY REALLY IMPORTANT FOR ME.
Thanks
-
AuthorPosts