Replies
- Brajesh Singh on August 31, 2015 at 6:36 am in reply to: Problems following Extending BuddyPress profile field visibility #303
Hi Matthew,
Welcome to the BuddyDev forums.How are you hiding the field? You must exclude it from the profile loop like I have done for
https://buddydev.com/plugins/bp-non-editable-profile-fields/It seems you are hiding with css? To make BuddyPress deal with the hidden fields properly( required fields), you need to exclude it from the loop when not required.
Have a look at this filer
https://github.com/buddydev/bp-non-editable-profile-fields/blob/master/bp-non-editable-field.php#L27and the attached method to see an example.
Did that help?
PS: Please use backticks (`) to post code in the forum.
- Brajesh Singh on August 29, 2015 at 9:23 pm in reply to: [Resolved] BP Xprofile Member Type Field not showing in BP Magic Theme #298
Hi Jay,
Thank you for the details. BP Magic theme needs an update for this. Please allow us till Monday to push the update. - Brajesh Singh on August 29, 2015 at 2:54 pm in reply to: [Resolved] BP Multi Network plugin "There was an error saving the group" #294
Hi Lukas,
no problem and not a hassle at all, I just wish I could have helped you much earlier by looking into the database.Thank you for being a member and appreciate your support 🙂
Thank you
Brajesh - Brajesh Singh on August 29, 2015 at 2:52 pm in reply to: [Resolved] BP Multi Network plugin "There was an error saving the group" #293
You are most welcome. I am wondering how do you manage to be so quick in replying 🙂
- Brajesh Singh on August 29, 2015 at 2:51 pm in reply to: [Resolved] BP Multi Network plugin "There was an error saving the group" #290
Please do not do anything now. I deleted the meta removed user and added back and everything is back to normal. Please check.
- Brajesh Singh on August 29, 2015 at 2:47 pm in reply to: [Resolved] BP Multi Network plugin "There was an error saving the group" #287
Please wait. I have installed adminer and I am looking at the site database now.
- Brajesh Singh on August 29, 2015 at 2:32 pm in reply to: [Resolved] BP Multi Network plugin "There was an error saving the group" #284
Hi Lukas,
In case you had deleted it, you must delete this entry from wp_sitemeta table‘bpmnetwork_db_version’
If you don’t do it, that table will not be created. We use it for performance reasons. Once you are done with deleting that option, please visit your network admin. After that Visit the sub site, remove that user and add him again. That will fix it.
Since the table will be created, it won’t cause issues in future.
Yes, those extra tables are for each of the sub site.
- Brajesh Singh on August 29, 2015 at 2:02 pm in reply to: [Resolved] BP Multi Network plugin "There was an error saving the group" #280
Thank you.
I saw it. There is most probably 2 reasons for this.
1. The user is not getting added to our mnetwork table. Can you please open phpmyadmin and check in the tablewp_bp_mnetwork_users
There is an entry for user id 11 with network_id 8?
If it is present, then we may need to look at the other factor.
- Brajesh Singh on August 29, 2015 at 1:45 pm in reply to: [Resolved] BP Multi Network plugin "There was an error saving the group" #278
Sorry, But I don’t see the message in my account.
- Brajesh Singh on August 29, 2015 at 1:30 pm in reply to: [Resolved] BP Multi Network plugin "There was an error saving the group" #276
That is not allowing me to access the sub site. I am only able to see the dashboard of the main site. For second site, It is giving me permission error.