pasalomoco
Forum Replies Created
-
It′s only one field.
So there isn′t any hook to update _um_custom_fields with my query and show them in the member’s directory
Thanks- This reply was modified 2 years, 5 months ago by pasalomoco.
Anyone can help me here?
ThanksI need to fill a custom field with a query.
I mean:
When I click in my custom function inside wp-admin, I convert a user with one specific role and create metauser data from that user.
I need to show this metauser information inside ultimate member profile user
Thanks!I have this metauser information https://ibb.co/fx8DnVx and I want to put them inside um_fields and _um_custom_fields so I can use it in member filters https://ibb.co/kMPSWNT
- This reply was modified 2 years, 5 months ago by pasalomoco.
- This reply was modified 2 years, 5 months ago by pasalomoco.
is it possible to do a default custom field for users using a query that appears always in their profiles without having to edit the field?
- This reply was modified 2 years, 5 months ago by pasalomoco.
- This reply was modified 2 years, 5 months ago by pasalomoco.
You have to go to member directories and change the settings inside:
User roles to display:Thank you very much !!
Thanks !
Yes, i have this but i have a profile with two roles at the same time
A and B
I want to filter excluding the accounts with A role but not B role
- This reply was modified 2 years, 10 months ago by pasalomoco.
It is impossible to resolve because linkedin does not allow it
Since we are using the r_liteprofile permission in the LinkedIn app, the VanityName( public profile URL name ) of the LinkedIn app won’t be retrieved. You need special app permission like r_basicprofile. But LinkedIn has stopped accepting permission requests for the r_basicprofile. Also, please see https://stackoverflow.com/a/57024539
- This reply was modified 2 years, 10 months ago by pasalomoco.
What kind of code do should need ?
@missveronicatvI try with this code:
$username = "lucia-villatoro-lópez-1ba32618a"; $profileurl = "https://www.linkedin.com/in/".$username; $fp = curl_init($profileurl); echo "FP --->"; var_dump($fp); $response = curl_exec($fp); echo "<br>response--->"; var_dump($response); $response_code = curl_getinfo($fp, CURLINFO_HTTP_CODE); echo "<br>response_code--->"; var_dump($response_code); $validprofile = ($response_code == 200); echo "<br>validprofile--->"; var_dump($validprofile); die();
But linkedin send this response : 999
Status code 999 – a non-standard code is returned by some sites (e.g. LinkedIn) which do not permit scanning.
Oukey, i am going to search on my own
- This reply was modified 2 years, 11 months ago by pasalomoco.
No, with an individual profile. If i put an unexisting url profile, it doesn’t send an error messages
- This reply was modified 2 years, 11 months ago by pasalomoco.
- This reply was modified 2 years, 11 months ago by pasalomoco.
–
- This reply was modified 2 years, 11 months ago by pasalomoco.
Yes !! this email
[email protected]- This reply was modified 2 years, 11 months ago by pasalomoco.