• Not good job…
    On news feed whatever you delete it will remove the photos and albums too, not just activity. Users who are not logged (and they might not be members of the community at all) have some options Edit/Delete (???) while looking the group albums. No navigations when you watch albums…
    That’s what I’ve could find in 10mins, didn’t want to look this plugin any longer

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Rahul Bansal

    (@rahul286)

    I guess you did not bother to check other support requests and overall roadmap of this project.

    Till BuddyPress 1.7 comes out, we are focusing on behind-the-scene functionality. After that we will address UI issues.

    Anyway, just for info, deleting activity should delete media-item was a feature requested in one of early versions and it really makes sense to us.

    Plugin Contributor Saurabh

    (@saurabhshukla)

    Hi,

    The first one is intended. The activity and the media are tightly integrated. You delete the media, the activity gets deleted and vice versa.

    The second, we haven’t noticed. You could have posted in the support forum with the link. I’m saying so especially because Delete option is the activities delete straight from BuddyPress and BuddyPress Media doesn’t even add anything for deleting except filtering the activity delete so that we can delete the media with it.

    Third, if you had noticed the discussions and/or contacted us, you’d have know that the next version, due in a day or two will provide a lightbox with navigation.

    However, instead you chose to give us a very strong one-sided review that doesn’t help anyone.

    You don’t want to look at this plugin, any longer. Accepted. You are not using or likely to use this free, open source plugin anyway. Then, why bother sullying the work of the developers and the thousands of users who’ve been patiently and diligently weeding out problems?

    Thanks, but no thanks for your feedback.

    Thread Starter GMarco24

    (@gmarco24)

    Mister Saurabh,

    Activity is activity. It’s not media. There is no other cases in BP where by deleting activity you delete actual post. Intended or not – it’s bad. In fact, some of images stayed “traped” now. I can’t delete them, because only option for deleting them is on news feed ?? Wonderful idea…
    You “didn’t notice” Edit/Delete for not logged visitors?
    Here you go to “notice” it:
    https://osknaissus.com/img/Screenshot-26.png
    Meanwhile I got a bunch of errors from your another plugin, but as I liked your reaction very much, I will put them in another review ??
    That one unfortunatelly wasn’t worth 5 minutes.
    I am using BP Media 2.6.7. Once again numbers are 2.6.7 and there’s still no navigation for gallery? ??
    So, instead of being insulted by my review, you could leave people who are posting reviews alone and work on improving your programming skills ??

    Plugin Author Rahul Bansal

    (@rahul286)

    So, instead of being insulted by my review, you could leave people who are posting reviews alone and work on improving your programming skills ??

    Why don’t you start developing your own plugin rather than testing and reviewing others stuff?

    Plugin Contributor Saurabh

    (@saurabhshukla)

    Thanks for the feedback, we’ll keep it in mind.

    Thread Starter GMarco24

    (@gmarco24)

    Ok, you are right, I was too rude. My appologies for that.
    This is HTML of the Edit/Delete buttons:
    <div class="album-edit"><a href="https://newpet/groups/some-group/albums/edit/51/" class="button item-button bp-secondary-action bp-media-edit bp-media-edit-album" title="Edit Album">Edit</a><a href="https://newpet/groups/some-group/albums/delete/51/" class="button item-button bp-secondary-action delete-activity-single confirm" rel="nofollow">Delete</a></div>
    It’s class “bp-media-edit”, so I guess it’s your code. I always try plugin with others turned off first.
    With that corrected and gallery functionality I would have to say you did a good job, so I hope next version will delight me.
    Thanks for your effort guys, sorry once again ??

    Hola RTCamp,
    I love your plugin. I am having a question for you.

    I want to disable rtmedia albums from non-friends. And I am using BP v1.9 and using this code on my function.php

    function hide_rtalbum_if_not_self(){
    	if(bp_is_my_profile())
    	return ;
    
    	bp_core_remove_nav_item('album');
    }
    add_action('bp_setup_nav', 'hide_rtalbum_if_not_self');

    But nothing happens… ?? what to do to solve it…
    Sorry for my english
    Cheers!

    Plugin Contributor Umesh Kumar

    (@umeshsingla)

    Hi, It’d be really nice if you can post the question on our support forums, so that you could get a quick reply, Here is the forum link: https://rtcamp.com/support/forum/rtmedia/

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘BP-Media group albums’ is closed to new replies.