Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
plugins-topic
Custom Profile Fields not showing corretly
Avatar
Efrain Lora
Rookie
Free Members
sp_UserOfflineSmall Offline
Apr 2, 2013 - 12:22 pm

I have added two custom fields to user's profiles under Edit Profile. Right not they are set to Select type with 4 options. I can select one of the options via dropdown and update profile. However after going back into the profile these fields do reflect the current stored value, instead they show the first value of the list (currently a blank). Any idea how to fix this? Thanks.

Avatar
Efrain Lora
Rookie
Free Members
sp_UserOfflineSmall Offline
Apr 2, 2013 - 1:05 pm

Nevermind I got this. I had spaces between the comma delimiters. I have another question though. What would be the best way to have it show up in the ProfilePopup:

If you add sp_CustomProfileFieldsDisplay() in spProfilePopupShow.php the formatting isn't added as this is part of the sp_profileShow functions. Any recommendations?

 

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 2, 2013 - 3:12 pm

for the profile display, try using:

echo '<div class="spColumnSection spProfileLeftCol">';
echo '<p>Favorite:</p>';
echo '</div>';
echo '<div class="spColumnSection spProfileSpacerCol"></div>';
echo '<div class="spColumnSection spProfileRightCol">';
echo '<p>';
sp_CustomProfileFieldsDisplay('Favorite', $spProfileUser->user_id);
echo '</p>';
echo '</div>';

of course replace the two occurrences of Favorite with your profile field/label...

 

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17363
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625