annoncemt area


Home Forums Front End PM PRO annoncemt area

This topic is: Not Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15877
    eitan haker
    Participant

    hi
    basicly what i need is only the annoncemt
    how can i remove all tabs beside annoncemt

    tnx

    #15880
    Shamim Hasan
    Keymaster

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

    add_filter( 'fep_menu_buttons', function( $menu ){
    	unset( $menu['newmessage'], $menu['message_box'], $menu['settings'], $menu['directory'] );
    	return $menu;
    }, 99 );
    
    #15883
    eitan haker
    Participant

    thanks if worked
    but by default when i go to
    https://portal.bcsisrael.co.il/%D7%94%D7%94%D7%95%D7%93%D7%A2%D7%95%D7%AA-%D7%A9%D7%9C%D7%99/\
    i get the message box i want the annoncemt to be opened by default
    tnx

    #15892
    Shamim Hasan
    Keymaster

    use [front-end-pm fepaction="announcements"] in page content

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.