Replies
- Brajesh Singh on July 19, 2019 at 1:47 pm in reply to: [Resolved] Multi-Network/Xprofile Conflicts #24281
I will suggest saving the components and retying field group creation.
That should work.
I haven’t tested with non network active BuddyPress but I do not foresee any issue.
Regards
Brajesh - Brajesh Singh on July 19, 2019 at 1:46 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types do not work #24280
Hi Andres,
When you create Xprofile fields in Dashboard->Users->profile fields, you are adding form fields.When someone fills(enters data) in those fields, it becomes visible on their profile.
In other words, to be visible on someone’s profile, the person needs to enter data for each of these fields.
I hope it clarifies.
Regards
Brajesh - Brajesh Singh on July 19, 2019 at 1:40 pm in reply to: [Resolved] BuddyCommerce with subscriptions #24278
Hi,
Thank you for the details.
I checked.
It seems the following css is hiding the details.shop_table_responsive { display: none !important; }It is shown in the autoptimize concatenated css.
You will need to find the source and remove it.
Regards
Brajesh - Brajesh Singh on July 19, 2019 at 1:27 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types do not work #24277
Hi,
The profile fields will be visible once you add data for them. BuddyPress only lists fields which has data.Please visit the Profile of a user and the “Edit”. Fill the data and save. Now the fields will be visible.
Also, if you are sharing any NSFW image, Please warn in post. It will help other members here.
Regards
Brajesh - Brajesh Singh on July 19, 2019 at 9:24 am in reply to: Groups Creator Pro makes all Group hyperlinks return 404 error for non admins #24271
Hi
1. Will do.
2. The problem was you had overwritten the default landing tab “Home” without creating sub tabs(Actual content). You had only created Parent slug.I simply unchecked it and it is working now.
3. The sitewide activity widget can not be used to list all activities of all groups of a user.
It can either show all sitewide activities(scoped by some component) or usr’s personal activity.On group page, I am guessing that BuddyPress set the scope to current group and that’s why it worked. It was not the expected behaviour.
Regards
Brajesh - Brajesh Singh on July 18, 2019 at 11:39 pm in reply to: Groups Creator Pro makes all Group hyperlinks return 404 error for non admins #24266This reply has been marked as private.
- Brajesh Singh on July 18, 2019 at 11:15 pm in reply to: Member Type not saving on Register Page #24265
Hi Martin,
Please upgrade to 1.0.8 and you can use code like followingadd_filter( 'bp_xprofile_member_type_field_default_type', function( $type ) { return 'student'; // change with your member type slug. });yo select default member type.
Regards
Brajesh - Brajesh Singh on July 18, 2019 at 10:53 pm in reply to: [Resolved] How to redirect to another user private message page ? #24264
Hi Thierry,
Thank you. It will need a dynamic url with nonce. I am going to push an update to ajax registration plugin and will post the code for it then.Thank you
Brajesh - Brajesh Singh on July 18, 2019 at 10:49 pm in reply to: [Resolved] BuddyPress Tabs Creator Pro – Icon Options? #24262
Thank you.
- Brajesh Singh on July 18, 2019 at 10:46 pm in reply to: Groups Creator Pro makes all Group hyperlinks return 404 error for non admins #24261This reply has been marked as private.