Prevent reload + default homepage


Home Forums Front End PM PRO Prevent reload + default homepage

This topic is: Not Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42785
    bth1v
    Participant

    Dear forum members,

    I just purchased the Front End PM Pro. Thanks for it. I have one big question : is it possible to switch between Inbox and Send a message without reloading the whole page ?
    If this is not possible, how can we prevent the fact that we need to scroll down the whole page to find the messaging system on reload ? This is very annoying.

    Moreover, can you please tell me if there is a way to show the « New message » page instead of the « Inbox » by default for users on a page ?

    Best regards,

    Baptiste

    #42790
    Shamim Hasan
    Keymaster

    Thank you .
    1. If you use plain textarea for your message area then it is possible, though there is no official support for that.
    2. Add following code in your theme’s (child theme’s if you are using) functions.php

    add_filter( 'fep_query_url_without_esc_filter', function( $url ){
    	return "{$url}#fep-wrapper";
    }, 99 );
    

    3. add shortcode in your page like [front-end-pm fepaction="newmessage"]

Viewing 2 posts - 1 through 2 (of 2 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.