Replies
- Brajesh Singh on September 1, 2015 at 10:07 pm in reply to: [Resolved] BP Xprofile Member Type Field not showing in BP Magic Theme #313
Hi Jay,
I am sorry it took a little longer to update.
I have updated the theme. It provides support for the xprofile custom field types and fixes the Profile visibility page under user settings.Please upgrade to version 1.0.7.
You can download it from here
https://buddydev.com/themes/bp-magic/Please do let me know if this works for you or not?
Thank you
Brajesh - Brajesh Singh on August 31, 2015 at 10:22 am in reply to: Problems following Extending BuddyPress profile field visibility #310
Hi Matthew,
Thank you for posting the code.
I am sorry but I have to leave due to some urgent personal work, I will get back to you a little late( around 10 hours from now) when I am back at desk.Thank you
Brajesh - Brajesh Singh on August 31, 2015 at 10:21 am in reply to: [Resolved] Having problems with showing BuddyBlog posts in activity feeds #309
Hi Rojo,
I am sorry that you are having issues with it. Please allow me to check it tonight and get back to you. I will be away for at least 10 hours, so just wanted to keep you updated. My other team mate is not familiar with this plugin much, so she can not help during that time. - Brajesh Singh on August 31, 2015 at 10:12 am in reply to: [Resolved] Max number of photos per one post #308
Hi,
Thank you for the reply and confirming.Another way to deal with it is to reset the queue using plupload API.
The ‘up’ object is an instance of plupload Uploader, so we can use all its methods there.Here is the link to their API.
http://www.plupload.com/docs/Uploader
Hope that helps.
PS: I will be away for around 10 hours and my apologies in advance for any delay in reply.
- Brajesh Singh on August 31, 2015 at 6:53 am in reply to: [Resolved] Max number of photos per one post #304
Hi Again,
I have pushed a change in may last commit that will allow you to restrict the number of uploads.Please this
https://github.com/buddydev/mediapress/commit/93f6f36842ab32ae160943db286410604d181295And here is an implementation of it(code is commented)
https://github.com/buddydev/mediapress/blob/master/assets/js/mpp.js#L127
You can check the size of the queue using
up.files.length
hope that gives you enough to work with it.
- 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.