throm17
Forum Replies Created
-
Hi @cryptex_vinci,
Thanks for your answer.
You can see en example at the bottom of this link :
https://francecasting.fr/inscription_candidat/
Regards,
Where i need placed my meta key in the second code ?
Problem resolved
You are perfect, thank you very much !
I mark this topic in solved.
- This reply was modified 5 years, 11 months ago by throm17.
Thank you so much !
I have one last question, I come back to my main request, the information displayed by php are the information of people connected. How can I view the information of the selected person ?
https://francecasting.fr/wp-content/uploads/2019/04/Capture.png
This is the capture of the characteristics.
Your code returns : Array ( [0] => Horse [1] => Tennis )
Send me back “Array” (sorry)
IT WORKS !!!!!
THANKS YOU SO MUCH !!!
I have a last question, I created forms where the user can select several choices. Except that this code:
$user_id = um_user(‘ID’);
um_fetch_user( $user_id );
$meta_value = um_user(‘sports’);
echo $meta_value;
?>Me renvoie “Array” Do you have any idea ?
It sends me
https://francecasting.fr/wp-content/uploads/ultimatemember/31/profile_picture.jpg
But not the visual of this picture
In fact it sends me the name of the image, (its name in the database, but it does not display it as an image)
I have many result :
[_wp_http_referer] => Array ( [0] => /inscription_candidat/ ) [profil_picture] => Array ( [0] => stream_photo_b90a0f1f_5216da8f479eaf8ac81c5d848023ecb57b85c12e.jpg )And I just checked in the database, it is well stored.
With i try “echo $user_id for all profil, i have number 31.
Where i find the database in filezilla, in which file ?
Thanks for your time !
I have no result whith this code
I would like to get the photo for the profile that you are looking at