STEVE

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • STEVE
    Participant

    Worked perfect!

    Thank you!

    STEVE
    Participant

    I’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

    STEVE
    Participant

    Sorry that image link didn’t work. Let’s see if this one will…

    Message Tab

    in reply to: Message & Announcement Formatting issue discovered #13536
    STEVE
    Participant

    That code worked!

    Thanks!

    in reply to: Message & Announcement Formatting issue discovered #13529
    STEVE
    Participant

    My pleasure. Thanks for your help! I look forward to your reply.

    in reply to: Message & Announcement Formatting issue discovered #13502
    STEVE
    Participant

    Hi @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

    in reply to: Trouble with CSS on View Messages screen #13443
    STEVE
    Participant

    Thank you.

    in reply to: Trouble with CSS on View Messages screen #13352
    STEVE
    Participant

    This is helpful, but I’d rather have the button centered, not to the right. Can you help?

    Thanks

    in reply to: Message & Announcement Formatting issue discovered #13342
    STEVE
    Participant

    Now 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.
    in reply to: Trouble with CSS on View Messages screen #13330
    STEVE
    Participant

    Hi @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

    in reply to: Email Notifications being sent to Pending Members #13327
    STEVE
    Participant

    That worked. Thanks!

    in reply to: Email Notifications being sent to Pending Members #13281
    STEVE
    Participant

    Hi @shamim,

    Bad news, the code above is no longer working after Ultimate Member upgraded to version 2.0.4.

    Any fix for this?

    Thanks

    in reply to: Notification of attachment without including attachment #12895
    STEVE
    Participant

    Done

    in reply to: Notification of attachment without including attachment #12881
    STEVE
    Participant

    @shamim,

    What would it cost for you to write?

    Thanks

    in reply to: Notification of attachment without including attachment #12868
    STEVE
    Participant

    Thanks @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

Viewing 15 posts - 1 through 15 (of 27 total)