unuigbee
Forum Replies Created
-
Ah ok using that template worked.
Thanks again,
BrajeshForum: Plugins
In reply to: [MediaPress] Restrict certain user roles from commenting on galleriesAh ok It does work, I should have been more specific with my question. I also needed the key for commenting on single media. Which I presume is
$keys['enable_media_comment']
.I’ve know disabled commenting on single media and galleries. Thanks again.
That worked but i’m also trying to remove the links from the images/media in the lightbox because when you click on the individual media items it links back to the groups.
Editing lighbox.php didn’t have any affect when I moved it into my themes folder.
Forum: Plugins
In reply to: [MediaPress] Restrict certain user roles from commenting on galleriesI tried this but wasn’t successful. What is the signature of mmp_settings. Was i a bit naive with my code?
function custom_comment_restrict($keys){ if(!current_user_can('access_s2member_level1')){ $keys['enable_gallery_comment'] = false; } return $keys; } add_filter('mpp_settings', 'custom_comment_restrict');
Forum: Reviews
In reply to: [LoginWP (Formerly Peter's Login Redirect)] Life saver!Hi,
How did you get this plugin to work with S2member? I’ve been unsuccessful when using this with S2member and BuddyPress since S2member takes full control of re-directions.
Regards,
EmmanuelI used gallery-list.php as a template override to disable links for single group galleries. I tried using lightbox.php template file but none of my changes seem to have no affect.
Also to note, if the group gallery is from a hidden group it leads to a 404 page because the group is hidden.
Forum: Plugins
In reply to: [MediaPress] Avatar Issues – same avatar appearing in lightboxHi Brajesh,
I already have. I posted in the BuddyPress support section.
I look forward to your team’s support.
Thanks again
Forum: Plugins
In reply to: [MediaPress] Avatar Issues – same avatar appearing in lightboxHi,
Great the fix worked.I’d like to ask a question about BuddyPress. Is there a way I can contact you about this? since it’s not specifically related to MediaPress.
Thanks for the fix by the way. Much Appreciated.
Regards,
EmmanuelForum: Plugins
In reply to: [MediaPress] Shortcode – get group gallery by slug name?Hi,
Great can’t wait.
Thanks again
EmmanuelForum: Plugins
In reply to: [MediaPress] Avatar Issues – same avatar appearing in lightboxNo problem. Can’t wait for the fix.
Forum: Plugins
In reply to: [MediaPress] Avatar Issues – same avatar appearing in lightboxSorry it won’t be feasible. I can send you some debugging information if that helps. I have buddypress v1.0.2 could those changes have affected changes in v1.0.1.
Forum: Plugins
In reply to: [MediaPress] Avatar Issues – same avatar appearing in lightboxIt is very strange. It is only happening in the lightbox of any mediapress upload. Members directory and all other directories have the right avatars.
I tried disabling and enabling avatars and changing the type of avatars but it didn’t work.
I don’t have any avatar related plugins.
Forum: Plugins
In reply to: [MediaPress] Members in groups can't delete their own galleryHi,
Ok that makes sense.
Thanks for the help.
Forum: Plugins
In reply to: [MediaPress] Avatar Issues – same avatar appearing in lightboxYes they are the same users. They do have avatars set up. Ill try to disable and enable avatars again and see if it works out.
I have the latest avatar fix by the way:
echo bp_core_fetch_avatar ( array( 'item_id' => mpp_get_media_creator_id(), 'object'=> 'members', 'width' => bp_core_avatar_thumb_width(), 'height'=> bp_core_avatar_thumb_height() ) );