Achim
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Docs] no more access to revisionsforgot to mark as solved… sorry
Forum: Plugins
In reply to: [BuddyPress Docs] Delete attachment?Ok, there is a button, we didn´t see before.
THANK YOU for this GREAT plugin!
Forum: Plugins
In reply to: [BuddyPress Docs] no more access to revisionsOk David, THANK YOU for such quick support! 🙂
Seems like rtmedia is interfering heavily…
Thank you, Jon.
Unfortunately, this code is not having any effect in our code.
Forum: Plugins
In reply to: [Embed Privacy] Buddypress activity stream?Ok, thank you 🙂
… in bp-custom.php, it makes a critical error.
<code>
<?php
add_filter('em_event_output_placeholder', 'my_em_styles_placeholders', 1, 3);
function my_em_styles_placeholders( $replace, $EM_Events, $result ) {
if( preg_match( '/#_EVENTBPGROUPNAME.*/', $result ) && !empty($EM_Event->group_id) && function_exists('groups_get_group') ) {
$group = groups_get_group( array( 'group_id' => $EM_Event->group_id) );
$replace = $group->name;
}
return $replace;
}
?>
</code>With “overwrite with formats” activated,
#em-view-… .em-event-single
rapidly changes between
.size-medium and .size-small
- This reply was modified 1 year, 10 months ago by Achim.
Thank you, Jon.
This doesn´t seem to work for us though… Changes nothing…
Forum: Plugins
In reply to: [Embed Privacy] Buddypress activity stream?This really seems to be a great plugin, and it would be SO cool, if it worked there too!
Thank you, best wishes. 🙂
Thanks – have a marvellous time 🙂
No. I think it wasn´t.
Might be an explanation, a way to work with it.
BUT ideally, event visibility should change with group status, shouldn´t it?
In https://vkl.0rga.net, most of the wednesday events are in a private group.
Ok, thank you 🙂
Hi Jon, thank you 🙂
Is there ANY way to display the group an event belongs to?
Hi Jon,
thank you for your answer.
Still, we can´t find that in our settings!
We tried all modes (extended, super extended, normal).