Replies
- This reply has been marked as private.
Hi,
Yes, It is doable. What you are looking is beyond our forum support and will need custom development.Also, if you need gamifying it, It will need a bit more like real time notification and updates of the other members comment(using push may be?).
Regards
BrajeshHi Loïc,
Thank you for using the plugin.We have deprecated it in favour of https://wordpress.org/plugins/buddypress-profile-completion/
Please give a shot to that plugin(you can enable avatar only action).
If that has similar issues, Please do let me know.
Thank you
BrajeshHi Tosin,
I am sorry for the inconvenience.To show the login error, the form needs to be posted to pur custom url. We have a url filter which filters the login url to point to our page.
It is still possible that the form you are using has the form action url added in a way which is not getting filtered by our code.
Can you please tell me which form it is and from where it is coming(theme/plugin and which one). We can look at the code and let you know the best way to deal with it.
Regards
Brajesh- Brajesh Singh on June 1, 2019 at 9:48 pm in reply to: [Resolved] Hide parts of visibiliy settings (in BuddyPress Profile Visibility Manager) #23274
Hi Markus,
Thank you for using the plugin.Yes, It is possible to do so.
1. For Friends/Groups tab visibility you can disable it from the BuddyPress Profile Visibility Settings
2. For other settings, we will need to copy a template file from plugin to your theme or child theme and remove the options.If you need the option 2, Please let me know which options you want to remove and I can share the modified template file.
Regards
Brajesh - Brajesh Singh on June 1, 2019 at 9:38 pm in reply to: [Resolved] Change my-posts slug in buddyblog #23273
Hi Shayne,
I have tested it and I can see the issue.The ‘BUDDYBLOG_ARCHIVE_SLUG’ constants gets defined very early. It won’t work if you have put it in your bp-custom.php
I will update to make it work with bp-custom.php in next release. For now, Please put that constant in wp-config.php
define( 'BUDDYBLOG_ARCHIVE_SLUG', 'some-posts' );Regards
Brajesh Hi Diane,
My apologies for the delayed reply.I just tested it again to be sure. I tested this with twentyninteen as well as a custom theme and for both it worked(normal subscriber user account). It is working as expected.
I believe, there are some issues or conflict with your theme and will suggest asking the theme developer to ask for assistance(since the theme is a paid one).
Regards
BrajeshHi,
BuddyBlog 2.0 is delayed. Will be available by the end of June.Thank you
Brajesh- Brajesh Singh on June 1, 2019 at 8:54 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types – output is HTML #23270
You are welcome.
- Brajesh Singh on June 1, 2019 at 8:52 pm in reply to: buddyblog incompatibility between BP_DEFAULT_COMPONENT and BP_BUDDYBLOG_SLUG #23269
Hi Shayne,
Thank you for reporting.
This seems like a bug in BuddyPress.I tested with
define( 'BP_FRIENDS_SLUG', 'alpha' ); define( 'BP_DEFAULT_COMPONENT', 'alpha' );and I got the same result. Changing the name does not work as expected.
I can certainly look into it but I will need some time before I can. In the meantime, you may want to report it on BuddyPress trac.
Regards
Brajesh