throm17
Forum Replies Created
-
Thanks for your answer.
There is not exist a functionality by default to see the validate profile and awaiting validation ?
Regards.
I have a second question.
I want to add a search field in the directory, for select the profile “awating validation”.
Do you have any idea for edit this option ?Regards,
I can do this, but i don’t know the name of file, who manage this option.
Can you get me, the way to access at this option ?
Regards,
I found this link : https://ultimatemember.com/how-to-manually-approve-new-user-registrations-wordpress-site/
But i don’t see the “Registrations options” in the plugin.
Hi @mansurahamed,
Thanks for your answer.
How can i change this propreties ?
Can i edit file for this ?
Thanks.
I have this result : https://francecasting.fr/wp-content/uploads/2019/08/1236.png
And i want this issues : https://francecasting.fr/wp-content/uploads/2019/08/12367.png
I get this result with this code :
element.style { top: 50px; width: 300px; left: -20px; right: 0; text-align: center; display: block; }
But i don’t know how to change the parameters for mobile version.
I tried this code :
@media only screen and (max-width: 800px) { #um-dropdown{ top: 50px; width: 300px; left: -20px; right: 0; text-align: center; display: block; } @media only screen and (max-width: 800px) { .div.um-profile-edit{ top: 50px; width: 300px; left: -20px; right: 0; text-align: center; display: block; } }
Solv
- This reply was modified 5 years, 9 months ago by throm17.
Up up
Ok, thanks, i’m going to verify this.
Hi @suiteplugins,
Thanks for your answer, but this code don’t allow to display a picture..
Do you have any over idea ?
Regards.
I tryed on select directly the id of user correspond, but it don’t working.
$Francois75 = um_get_requested_user();
um_fetch_user( $Francois75 );
$meta_value = get_user_meta( $Francois75, ‘photonbre2’, true );
if ( $meta_value ) {
echo ‘uploader()->get_upload_base_url() . um_user( ‘Francois75’ ) . “/” . $meta_value . ‘” />’;
}
?>Do you have any idea ?
Thanks @mansurahamed
- This reply was modified 5 years, 10 months ago by throm17.
Thank you very much !!
I already do this, and i used php code like this :
$user_id = um_user(‘ID’);
um_fetch_user( $user_id );
$meta_value = um_user(‘first_name’);
echo $meta_value;And i display this value on profil page.
But i don’t know how autorize access only to the administratorsRegards,
Hi @darkfreaks,
Your link do not correct my problem,
But that one, yes : https://docs.ultimatemember.com/article/270-how-to-change-default-ultimate-member-blue-color-using-css
However, he don’t allow to change color as a function of user sexe.