New tab for all attachments


Home Forums Front End PM PRO New tab for all attachments

This topic is: Not Resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10566
    Alex Mathew
    Participant

    Hello,

    Is it possible to add a new tab/button for attachments. Which will list all attachments which are sent/received by the current user?

    #10575
    Shamim Hasan
    Keymaster

    It is possible but require custom code.
    If you need this feature badly contact via https://www.shamimsplugins.com/contact-us/ for quotation.

    #10758
    Shamim Hasan
    Keymaster

    I see you already contacted me. But i think my replies never sent.
    Can you please check your email address is correct in your account?

    #10860
    Alex Mathew
    Participant

    Yes my email address is correct, but i have not received any email from your end.

    But i have revived emails in past, when i contacted you with subject “Plugin Pro features” on 19 Jan.

    Also i want to add a custom button/tab which will redirect the user to other webpage. For this purpose i have added following code in class-fep-menu.php file:

    'external'	=> array(
        'title'			=> __('External Link', 'front-end-pm'),
        'action'			=> 'http://google.com',
        'priority'			=> 55
    ),

    but on frontend the url is appearing something like: http://website.com/?page_id=4&fepaction=http://google.com

    #10864
    Shamim Hasan
    Keymaster

    You can add following code in your theme’s (child theme’s if any) functions.php

    
    add_action ('fep_menu_button',function(){
        echo '<a href="http://example.com">My Link</a>';
    }, 20 );
    
    #10876
    Alex Mathew
    Participant

    Thanks for the code, the external link button is now added.

    Let me know about the attachments button.

    #10883
    Shamim Hasan
    Keymaster

    Already replied to you email. Please check your email for attachment button.

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