Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

  • SrGato29
    Participant

    @jonadeis

    Yes but I need that users can edit their primary email in their frontend profile without links, and about the radio o or select buttons I mean something like this:

    <option value="1">One</option>

    But currently, I only can do this:

    <option value="One">One</option>


    SrGato29
    Participant

    @jonadeis

    Thank you, the function works


    SrGato29
    Participant

    @jonadeis

    I found this add_filter( 'bp_email_use_wp_mail', '__return_true' ); which disable the template but is there a function that disable the email so that way users don’t receive any messages


    SrGato29
    Participant

    @jonadeis

    Hi there ,

    Thanks for your response, I tried your function, but without success, I try this function which I found on internet

    function my_remove_em_nav() {
    	global $bp;
          bp_core_remove_nav_item( 'settings' );
       
    
    }
    add_action( 'bp_init', 'my_remove_em_nav' );

    Thanks


    SrGato29
    Participant

    @jonadeis

    Thanks for the response, so that plugin will allow me to fix that problem? and they will respond to the users and not to the admin? but it’s to expensive… if there is no other option , there would be some way to block those messages? so that way they can comunicate only with the website.


    SrGato29
    Participant

    @jonadeis

    thanks i’ll try


    SrGato29
    Participant

    @jonadeis

    Its posible??


    SrGato29
    Participant

    @jonadeis

    thanks, ill search

Viewing 8 replies - 1 through 8 (of 8 total)
Skip to toolbar