Archive > Inbox


Home Forums Front End PM PRO Archive > Inbox

This topic is: Resolved

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #39437
    little.chimp
    Participant

    If you put a message in the archive, is it stuck there? Can an archived message be moved back to the inbox, am I missing something obvious?

    #39441
    Shamim Hasan
    Keymaster

    It can be moved back to inbox, but it seems that option is not populated when load messages. You can go to archive then refresh that page (click address bar and press enter) then check that message and select restore from bulk action.

    I will add that option always in next version.

    #39443
    little.chimp
    Participant

    I see. Unarchive would be a better term if it becomes a permeant fixture.

    #39448
    little.chimp
    Participant

    Just too bring this thread to a conclusion.

    add_action( 'fep_message_table_bulk_actions', function(){
    $filters = array(
    'delete' => __( 'Delete', 'front-end-pm' ),
    'mark-as-read' => __( 'Mark as read', 'front-end-pm' ),
    'mark-as-unread'=> __( 'Mark as unread', 'front-end-pm' ),
    'archive'=> __( 'Archive', 'front-end-pm' ),
    'restore'=> __( 'Unarchive', 'front-end-pm' ),
    );
    return $filters;
    });

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