STEVE
Forum Replies Created
-
AuthorPosts
-
June 28, 2018 at 9:40 am in reply to: Front End PM – Ultimate Member Integration – Account “Message” Tab #15374STEVEParticipant
Worked perfect!
Thank you!
June 27, 2018 at 6:45 pm in reply to: Front End PM – Ultimate Member Integration – Account “Message” Tab #15356STEVEParticipantI’m hoping to remove or hide the tab with the envelope icon, the one under the tab with the * astrik icon. This way my users can not click the Envelope and therefore will not see the two buttons that say “Message”.
Thanks
June 27, 2018 at 9:28 am in reply to: Front End PM – Ultimate Member Integration – Account “Message” Tab #15333STEVEParticipantSorry that image link didn’t work. Let’s see if this one will…
STEVEParticipantThat code worked!
Thanks!
STEVEParticipantMy pleasure. Thanks for your help! I look forward to your reply.
STEVEParticipantHi @shamim,
I did the plugin/theme conflict test as you suggested and was not able to resolve the issue. This gave me the idea to test another way. I opened an existing message via the UM/Front End PM Pro integration…
mysite-dot-com/profile/user.name/?fepaction=viewmessage&fep_id=1295&profiletab=fep-um
and then opened the same message, but this time bypassing the integration using a direct link to the message on a messages page I setup with the[front-end-pm]
shortcode. This is that link…
mysite-dot-com/messages/?fepaction=viewmessage&fep_id=1295
The result of this test shows that messages on the page that bypasses the UM/Front End PM Pro integration and uses the
[front-end-pm]
shortcode to display messages, does in fact display the messages as they were intended to be displayed with the carriage returns creating new paragraphs. To try to understand why it works on this “Messages” page and not the “Profile” page, I did some investigating.On the page that utilizes the UM/Front End PM Pro integration, the profile page, when I inspect the code in the web browser, I noticed that the message content is not wrapped in HTML
<P>
tags.However, when I inspect the code for the same message on the messages page, not using the UM/Front End PM Pro integration, the message content is wrapped in HTML
<P>
tags appropriately at each carriage return.Can you please have a look into this to help understand what could be causing this?
If you would like a temporary login to my site for you to see the actual URLs mentioned above, please let me know and I will get that to you right away.
Thank you
STEVEParticipantThank you.
STEVEParticipantThis is helpful, but I’d rather have the button centered, not to the right. Can you help?
Thanks
STEVEParticipantNow that I did these screenshots for you, I realized I was not 100% correct in my interpretation of the problem. As you will see in Screenshot 4, the HTML formatting is present, but the newlines are still being stripped out. Hmmm? So weird.
Let me know what you can do to help. Thanks!
Attachments:You must be logged in to view attached files.STEVEParticipantHi @shamim,
I see you updated the code to include a direct CSS class for “fep-read-receipt”. I was able to style the Read Receipt line the way I like it. Thank you!
I’ve almost 100% been able to style the Message view screen the way I like it via CSS.
The only thing I’m having trouble with is the button used to send the message. On the Message screen it’s the “Reply” button, on the New Message screen it’s the “Send Message” button.
Right now that button has a CSS class of “fep-button”. The problem is, so do all the other Front End PM PRO buttons. So what ever CSS code I give to that button, affects the other buttons. This may not sound so bad, but I’m trying to adjust it’s position and don’t want the other buttons to be affected as well.
Any chance you can help with this?
Thanks
STEVEParticipantThat worked. Thanks!
STEVEParticipantHi @shamim,
Bad news, the code above is no longer working after Ultimate Member upgraded to version 2.0.4.
Any fix for this?
Thanks
March 31, 2018 at 1:30 am in reply to: Notification of attachment without including attachment #12895STEVEParticipantDone
March 31, 2018 at 12:01 am in reply to: Notification of attachment without including attachment #12881March 30, 2018 at 9:09 pm in reply to: Notification of attachment without including attachment #12868STEVEParticipantThanks @shamim but how exactly do I edit this code to send attachment status with email?
add_filter( 'fep_eb_email_legends', function( $legends, $post, $user_email ){ $legends['custom_tag'] = array( 'description' => __('Description of this custom tag', 'front-end-pm'), 'where' => array( 'newmessage', 'reply' ), //where this tag will be used 'replace_with' => 'this will be sent in email instead of {{custom_tag}}' ); return $legends; }, 10, 3);
I believe I’m supposed to replace “this will be sent in email instead of” with something, but I’m not sure what.
Also am I supposed to replace custom_tag with something of my choosing?
Thanks
-
AuthorPosts