Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author meg@info

    (@megainfo)

    Hi,

    I didnt not test the plugins with rtMedia, it’s would be greate if you make some tests and give me some feedback.

    Thanks.

    Thread Starter Andres Felipe

    (@naturalworldstm)

    Hi

    Actually it works in activity posts old and new, but not the option to change the photo’s privacy itself, just the activity that contains the photo.

    i.e.: If I mark an activity with a photo from rtMedia as only me, doesn’t show anything to anyone but me, but if I go with another user to Multimedia’s user tab, there I can see the photo, so the privacy is being applied to the activity but no to the photo itself.

    btw, it also works with BuddyPress Like (new version) but for this type of activity displays all the options, including group options.

    Thanks for your time!

    Plugin Author meg@info

    (@megainfo)

    Thanks @naturalworldstm for tests,

    i makedes tests and i think rtMedia use his proper privacy for medias.

    integration for rtMedia is bit difficult because it’s need modification for privacy system of this plugin.

    Thanks you again.

    Plugin Author meg@info

    (@megainfo)

    Hello @naturalworldstm,
    h
    I added in last version of plugin an integration with rtMedia.

    All feedback’s are welcome.

    thanks.

    There is a serious bug which causes a fatal error in bbPress. I don’t have rtMedia installed and this is what I am getting:

    /home/mysite/public_html/forum/wp-content/plugins/buddypress-activity-privacy/includes/bp-activity-privacy-integrations.php on line 322

    Fatal error: Class ‘RTMediaNav’ not found in /home/mysite/public_html/forum/wp-content/plugins/buddypress-activity-privacy/includes/bp-activity-privacy-integrations.php on line 350

    You can still see the image as an album cover!
    still need modifications.

    Didn’t fully tested. Will update soon.
    Thanks for your plugin.

    BTW, why is your select box built that way? My template has it’s own select design and yours overrides it. Can you please reverse that ?

    thanks.

    More issues:

    1. If disabling the rtMedia privacy option, you cannot change image privacy again. That’s pretty annoying. Try to work together with their privacy on
    2. When opening a non-private image with light box and clicking on the arrow for next image (which is private), you cannot see anything but the light box with empty grey box.

    Hello i found another bug.

    Here are my php error logs:
    ——————————–
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘where media_type IN (‘photo’,’video’,’music’) “
    [13-Sep-2014 13:42:37] WARNING: [pool mydomain.net] child 20527 said into stderr: ” and’ at line 3 for Query SELECT activity_id, media_type “
    [13-Sep-2014 13:42:37] WARNING: [pool mydomain.net] child 20527 said into stderr: ” from “
    [13-Sep-2014 13:42:37] WARNING: [pool mydomain.net] child 20527 said into stderr: ” where media_type IN (‘photo’,’video’,’music’) “
    [13-Sep-2014 13:42:37] WARNING: [pool mydomain.net] child 20527 said into stderr: ” and context = ‘profile'”
    [13-Sep-2014 13:42:37] WARNING: [pool mydomain.net] child 20527 said into stderr: ” and media_author = 5 “
    ———————————-
    You see, the table_name is not set in query.

    I use the latest release of rtMedia with the latest release of BuddyPress Activity Privacy on WordPress 4.0.

    I changed the lines 225, 330, 472 in your code
    from
    $table_name = $rtmedia_query->model->table_name;
    to
    $table_name = $wpdb->base_prefix."rt_rtm_media";

    Now the error is going away and it works fine for me.

    Please fix this for next updates, so my changes are not lost.

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Integration with rtMedia’ is closed to new replies.