Show all replies on load


Home Forums Front End PM PRO Show all replies on load

This topic is: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11302
    Alex Brearley
    Participant

    Hi Shamim,

    Is it possible to have messages visible when landing on the view a message page rather than collapsed and then shown if ‘toggle messages’ is clicked?

    https://example.com/private-messages?fepaction=viewmessage&fep_id=xxxx
    (MODERATOR: website address edited)

    Nick

    #11326
    Shamim Hasan
    Keymaster

    By default it collapse only messages which already read. all unread messages are open. If you still want to show all messages by default add following code in your theme’s (child theme’s if any) functions.php

    
    add_filter( 'fep_filter_hide_message_initially_if_read', '__return_false' );
    
    #11344
    Alex Brearley
    Participant

    Excellent, thank you

Viewing 3 posts - 1 through 3 (of 3 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.