Replies
- Daniel on January 25, 2019 at 11:38 am in reply to: All Community Activity Plugin only showing user's personal activity #20503
Hi Brajesh,
Apologies for late reply but I was on a business trip the last days.
I think it must have a conflict with one of the other BP activity Plugins, right?
I will think of it in order to test on a staging site.
First I need to build an external Staging site because using WP Staging is not my favourite as mentioned before.
But I think when the plugin does not work correctly I could also enable debugging and see if error messages are coming up, or what do you think?
Thanks & Regards
Daniel - Daniel on January 22, 2019 at 12:48 pm in reply to: All Community Activity Plugin only showing user's personal activity #20430
Hi Brajesh,
How can I find suspected plugins causing the issue? The All Activity Feature would be very cool to implement.
Thank you.
Regards
Daniel - Daniel on January 22, 2019 at 12:04 pm in reply to: [Resolved] Need to delete a textline in BuddyBlog plugin #20429
Hi Brajesh,
I have found out why the code doesn’t work.
It’s because it is related to the Posts Subnav. But in fact I need a code to redirect for the link when it says:
You haven’t posted anything yet and next to that field is a link which says —> NEW POST
I would need the code for this link and not for the SubNav Menu.
Thank you.
Regards
Daniel - Daniel on January 22, 2019 at 11:04 am in reply to: [Resolved] Need to delete a textline in BuddyBlog plugin #20427
Hi Brajesh,
OK thank you.
Regards
Daniel - Daniel on January 22, 2019 at 10:53 am in reply to: [Resolved] Need to delete a textline in BuddyBlog plugin #20424This reply has been marked as private.
- Daniel on January 19, 2019 at 7:03 pm in reply to: [Resolved] Need to delete a textline in BuddyBlog plugin #20402
Hi Brajesh,
I am using the newest version 1.3.4.
Thank you for your time.
Regards,
Daniel - Daniel on January 19, 2019 at 6:04 pm in reply to: [Resolved] Need to delete a textline in BuddyBlog plugin #20397
Hi Brajesh,
Yes I did, I have put the proper link into the code from Ravi.
This is the whole code I have put in. But it has no effect in front end.
/** * Modify New Post tab link * * @param array $subnav Subnav item array. * * @return mixed */ function buddydev_modify_new_post_tab_link( $subnav ) { $subnav['new-post']['link'] = 'https://properlinktocreatenewpost'; // Replace URL with yours return $subnav; } add_filter( 'buddyblog_setup_sub_nav', 'buddydev_modify_new_post_tab_link' );
Thank you for your help.
Regards
Daniel - Daniel on January 19, 2019 at 5:40 pm in reply to: [Resolved] Need to delete a textline in BuddyBlog plugin #20394
Hi Brajesh,
Thank you for your help on this issue.
I have pasted exactly the whole code Ravi has provided into bp-custom.php but when I click on “Create New Post” then it says, Error 404 page not found.
What I try to do is that the user will be redirected to a specific page in order that he can create a new post, but he doesn’t get redirected with this provided code from Ravi.
Regards
Daniel - Daniel on January 19, 2019 at 5:32 pm in reply to: All Community Activity Plugin only showing user's personal activity #20393
Hi Brajesh,
Thank you for your reply.
I have no clue which plugin could cause the issue. 🙁
Do you think you could help me in finding out why the plugin does only show the personal activity?
When I click @Mention for instance, it shows all the activity of the communit, why then it shouldn’t work with the BP-community-activity plugin?
Thank you for your help and your assistance.
Regards
Daniel - Daniel on January 18, 2019 at 1:54 pm in reply to: [Resolved] Need to delete a textline in BuddyBlog plugin #20383
Hi Ravi,
I have tried to put the code into bp-custom.php but when clicking on the “New Post” Tab, then it still does not redirect but I receive a 404Error saying page not found.
/** * Modify New Post tab link * * @param array $subnav Subnav item array. * * @return mixed */ function buddydev_modify_new_post_tab_link( $subnav ) { $subnav['new-post']['link'] = 'https://mywebsitelink.com'; // Replace URL with yours return $subnav; } add_filter( 'buddyblog_setup_sub_nav', 'buddydev_modify_new_post_tab_link' );
And yes, I have used the link inside the ” string but it’s not working when applying the code.
Thank you for your time.
Regards
Daniel