Achim
Forum Replies Created
-
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 4 months, 4 weeks 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).
Forum: Plugins
In reply to: [bbPress Voting] Can rate answers down only!Seems like the problem was we had WPULike running at the same time.
After deactivating that, it worked!
Thank you ??
Hi, thank you, and sorry for my delay.
Is it possible to order posts in the frontend? Without backend-access?
Forum: Plugins
In reply to: [Page Links To] Where is the URL stored?Can it be addressed as a custom field?