Alex Githatu
Forum Replies Created
-
Hello Antipole,
The bp-xprofile part of the link in the error message indicates that the issue is in the BP Xprofile component. You may be accessing Profile fields outside of the template loop.
You’re welcome!
On taking a second look, I think you may be able to sort out the issue with the following alterations:
File: /wp-content/plugins/buddypress-xprofile-image-field/bp-xprofile-image-field.php
Line 478: Replace the whole line with
$field = new BP_XProfile_Field( $xprofile_field_id );
Line 480: Replace the whole line with
if($field->type !== $this::FIELD_TYPE_NAME) {
These changes should allow you to proceed with your project pending the next plugin update that shall incorporate them.
Hello @pgworks,
I suspect that BuddyBoss is not using the latest version of BuddyPress. There was a change in version 14 that altered how user registrations are handled. I do not have a copy of BuddyBoss on hand to perform a test.
I can look into your particular installation to figure out exactly what is causing the error. This, however comes at a fee. Alternatively, you can get in touch with BuddyBoss devs for assistance on how to get to the bottom of the issue.
Forum: Plugins
In reply to: [BuddyPress XProfile Custom Image Field] Plugin No longer workingHi @newtonpoole,
Sorry for the difficulties. From your description, it sounds like there’s another conflicting plugin installed. When you disable BPXPIF, the image fields on the form should no longer be available. If the image fields are still showing and you can select images for upload, then a different plugin is rendering them. Try disabling the other plugins, one at a time, to determine which one it is.
Kind regards,
Alex Githatu
Forum: Plugins
In reply to: [BuddyPress XProfile Custom Image Field] Plugin No longer workingMarking as resolved
Closing.
Closing this issue as a BuddyBoss concern.
Forum: Plugins
In reply to: [BuddyPress XProfile Custom Image Field] Plugin No longer workingHello @newtonpoole,
Kindly update to the new version (3.0.0) and let me know whether the issue has been solved.
Kind regards,
Alex Githatu
I received the link and ran some tests. Have a look at your mail for further details.
You can send me a message here: https://alextheafrican.wordpress.com/about/. There is a Contact form at the bottom
- This reply was modified 5 months, 3 weeks ago by Alex Githatu.
The versions of WordPress and XProfile Image Field plugin are OK. I believe the BuddyPress version being used by BuddyBoss is outdated.
Looks like ByddyBoss is a premium theme, so I’m not able to test. If you have access to a test copy you can get in touch with me via https://alextheafrican.wordpress.com/about/.
An alternative is to get in touch with the BuddyBoss team and have them instruct you on how to update to the latest version of BuddyPress on your site.
Ok. Let me test that
Also, what versions of the following are you using?
WordPress=
BuddyPress=
XProfile Image Field=Hello Ira,
Thanks for using my plugin.
I have tested the plugin by not supplying an image for a required image field and I the get mesage: Please select a file.
This means that the Registration form cannot be submitted until you select an image.
Did you mark the “Gov’t ID/Alumni” field as Required during the setup of the field?
Alex Githatu