Support Forum
I am in the process of updating the forum profile for our students. I am running into an issue with the custom profile fields plugin.
I created a custom profile field for a blog category. It's a 'Select' type field containing a list of values users chose from; it's displayed on 'Edit Profile'. It displays fine but updates don't stick, it always reverts to "Choose One" when reloading the page. I can't figure out why. I created a second custom field that has a different slug. It, too, won't keep updates.
Also, I can't get the custom field to display on a user profiles. Maybe this is linked to the first issue or I am doing it wrong. I created a child theme and am editing spProfileShow.php. I've added sp_CustomProfileFieldsDisplay('Blog Category', $spThisPostUser->ID); right below sp_ProfileShowWebsite('', __sp('Website')); where I'd like it to show. But it doesn't display.
Any help would be much appreciated. After that I have some more questions concerning the Member display and search options.
Thank you,
Thorsten
Quick update: I checked the database and the meta field is updated in usermeta. Every consecutive update is reflected in the database, just not on the profile edit form. I assume that with a Select type the current value of the meta field is displayed when editing one's profile.
Update 2: running into the same issue with the two custom identities I created, Pinterest and Instagram; they update in the database but the fields come up blank in the edit profile section after reload. This reminds me of my previous issue here: https://simple-press.com/suppo.....le/page-2/. All standard fields update and display updates fine, this only affects my custom fields.
Update 3: I got the custom profile field to show up on spProfileShow.php, that issue is resolved. I found some formatting instructions here on the forum and that did it.
A quick summary:
1. I am using Custom Profile Fields and Add User Identities to add a) a Select type custom field called Blog Category and b) Pinterest and Instagram identities (which would be great to have by default).
2. All three show up fine on the profile edit page.
3. All three fields update data in the back-end.
4. None of them display the updated data though and come up blank / Choose One
We just switched hosting providers (SiteGround) and are using PHP7 now. I wonder if that has anything to do with it since these fields are dynamically added to the profile form.
do you have screenshot of the custom profile and identities admin panels? are the custom profiles enabled for display?
All three fields update data in the back-end.
what does that mean? you wouldnt see any data in the custom profile backend - only in user profile..
maybe I am just missing what you are saying... updating and the link you provided refer to updates in the user profile.. so confused by backend updates??
Visit Cruise Talk Central and Mr Papa's World
ah, back end usually means admin not db, so was thrown off...
are you only having issue with the select select box option? or other types too?
can you show me screenshot of the admin panel for the custom profile fields for this field?
can you show me the db value for this particular custom profile field for user after saving?
assume you are running latest 1.4.1 version of the plugin?
are you by chance running php 7?? wondering if something went south with that new version...
I will try to run some tests on the select element...
Visit Cruise Talk Central and Mr Papa's World
okay... I can confirm that there seems to be an issue with the custom profile fields plugin working when running under php 7... side note, it works fine under php 5...
so assume that you running php 7...
we will have to work up some fixes - I know what the issue is... may take a few days or until weekend until we can release...
we will make an update, test fully and release when we can - no later than this coming weekend... sorry for the issue...
Visit Cruise Talk Central and Mr Papa's World
Apologies for the confusion, I use the term back-end a bit liberally at times.
Thank you so much for the fix, that did it.
I also went into sp-identities-components.php of the Add User Identities plugin and replaced all instances of $spProfileUser->$identity['slug'] with $spProfileUser->{$identity['slug']}.
I do have a few more questions but will open a new topic for those.
you must have read via email pre my changes to post above... 🙂
actually, a couple more minor mods I made to custom profile plugin were needed in same vein, so I removed the code since it was only a partial (90%) solution...
hope to release updates in next few days after bit more rigorous testing...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)