c-alle
Forum Replies Created
-
AuthorPosts
-
August 30, 2019 at 3:02 pm in reply to: Make the email and phone black out in the message content. It's possible? #28672c-alleParticipantThis reply has been marked as private.c-alleParticipant
Sorry, I was wrong. Thanks.
c-alleParticipantHi, thank you it works. I was wondering though if it was possible to insert it in the footer even when I open a single message. I wish it were always present in the footer of the message box, whatever page is opened. Thanks.
August 21, 2019 at 8:20 pm in reply to: Make the email and phone black out in the message content. It's possible? #28360c-alleParticipantFantastic! Thanks.
August 21, 2019 at 12:37 am in reply to: Make the email and phone black out in the message content. It's possible? #28328c-alleParticipantI understand, I await the standard solution. You are very kind. Thanks.
c-alleParticipantThis reply has been marked as private.c-alleParticipantThis reply has been marked as private.c-alleParticipantYes sure. Where can I send you the plugin?
Thanks.
c-alleParticipantProbably it conflicts with this plugin: https://suiteplugins.com/downloads/stories-for-ultimate-member/ because if in the plugin stories I use in the settings as “Form Editor: Textarea”, front end pm works both with set as “text area field” or “wp-editor” or “tynimce”. If instead in the plugin stories I use in the settings as “Form Editor: tynimce or wp-editor”, front end pm plugin works only with set as t “text area field”. Is there any solution to solve?
Sorry for my english.
I hope you understood.
Thanks.
c-alleParticipantIf I enter in settings as text type Text Area you can see the area, if I insert wp-editor or teeny you can’t see !!
c-alleParticipantI updated the plugin to version 11.1.1. did you add the possibility to put the field (to) in readonly for the shortcode? If yes, how can I make it read-only? Thanks, you are always very kind.
c-alleParticipantPerfect, thank you very much. ????
c-alleParticipantOtherwise with this code you can see the avatar directly.
$user_IDER = get_current_user_id (); (Here you recover ID, in this case current user)
um_fetch_user ($user_IDER); (Here you set profile IDs for which you want to get the avatar)
echo get_avatar( um_user('ID'), 32 );
c-alleParticipant
$user_IDER = get_current_user_id (); (Here you recover ID, in this case current user)
um_fetch_user ($user_IDER); (Here you set profile IDs for which you want to obtain the url of the avatar)
$avatar_uri = um_get_avatar_uri (um_profile ('profile_photo'), 32); (Here you get avatars of that ID)
echo $avatar_uri; (Here you can see the url of the avatar)
Can this help you?
thanks.
c-alleParticipantThanks, I tried to ask how to get the url of the profile picture. I await their response.
-
AuthorPosts