Forum Replies Created
-
Hi,
If I try to invite friends by clicking ‘Edit” button, I have this error : “Your event could not be edited. Please try again!”
About inviting system, it would be awesome your plugin support the “Invite Anyone” plugin.
Thanks for your work.
@travel-junkie
For inviting system, only event creator can invite his friends ? Attendee can’t invite his friends ?Hi,
If you want, I can translate your plugin in french. I think you have my email @Svenl77.
Just tested an event’s creation too.
Great ! Would be awesome to be able to invite contact with display name autosuggest, as messaging system of buddypress. Or : a link wich open java popup with current friends list (avatar + display name), as facebook invites.
EDIT : I think invite system should be in a specific page, not on the editing event screen.
Have you plan remind upcoming events by email function ?@Travel-Junkie
Thanks.Hi,
Is anyone knows how to remove “Favorite” tab on profile activity and general activity tab + menu in adminbar ?
Thanks
@antonrsa
If you need more tester, let me know.Nobody ?
Is anyone has done Search Activity on his website ? Would be great to have a tutorial.
Thanks.
Guillaume.I’ve placed this code before button display. But I think it will be better to charge the plugin only if the admin is logged in, just after to have checked if buddypress is runing, I don’t know how to do that. Excuse my english..
if ( $bp->loggedin_user->is_site_admin ) {
Other question. Is it possible to do the same thing for groups activity ? And for users activity ?
@brainwaves
You’re my hero. Thanks !Nobody ?
Hi,
Thanks for this tips.
I need to display as delault “activity_update” AND “new_blog_post” AND “new_blog_comment”. How can I add this to your code ?
Any idea ?
Guillaume.Ok. Thanks for the idea, I’ll try differently.
In bp-groups.php, I’ve replaced :
bp_core_new_subnav_item( array( ‘name’ => ( ‘Forum’, ‘buddypress’ ), ‘slug’ => ‘forum’, ‘parent_url’ => $group_link, ‘parent_slug’ => $bp->groups->slug, ‘screen_function’ => ‘groups_screen_group_forum’, ‘position’ => 40, ‘user_has_access’ => $bp->groups->current_group->user_has_access, ‘item_css_id’ => ‘forums’ ) );
by
bp_core_new_subnav_item( array( ‘name’ => sprintf( __( ‘Forum (%s)’, ‘buddypress’ ), groups_get_groupmeta( $bp->groups->current_group->id, ‘forum_id’ ) ), ‘slug’ => ‘forum’, ‘parent_url’ => $group_link, ‘parent_slug’ => $bp->groups->slug, ‘screen_function’ => ‘groups_screen_group_forum’, ‘position’ => 40, ‘user_has_access’ => $bp->groups->current_group->user_has_access, ‘item_css_id’ => ‘forums’ ) );
But the fonction called catch the current group forum id instead of the current group forum topic count.
Is it why you told me that : “you may also want to look at BP_Groups_Group::get_global_forum_topic_count but that is an overall general count – this function could be duplicated and changed to a per forum_id basis.” ? Because I don’t understand what you mean..
Thanks.
Ok. Thanks ! I’ll test that.
No idea ?
Help me pleeeeeeeease ! Thanks

@lincme.co.uk
Thanks, it’s exactly what I’was looking for. But I want to filter activity only for groups activity, not for global activity. Do you know how I can do this ?Guillaume.
Nobody ?
I have the same with 2.9.2/1.4.2.1. Is it fixed with new BP version ?
Up
Nobody ?