Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • bertl11
    Participant

    @bertl11

    OK, thanks for your help!


    bertl11
    Participant

    @bertl11

    Hi,

    first I tried it without the quotes and also that didn’t work. The output then was:
    http://test.com/members/username/<a href=
    That’s why I tired it with the quotes.

    Would be great if you can help me with that. Thanks a lot for your help!


    bertl11
    Participant

    @bertl11

    Hello shanebp,

    thanks for your help!

    I changed the code but it’s not working. Did I insert the code in the correct position?

    function bpfr_menubar_link() {
    	global $bp, $my_link;
    	$my_link = '<a href="' . bp_loggedin_user_domain() . '/kalender">Kalender</a>';
    
    	$bp->bp_nav[$slug] = array(
    			
    			'name'     => 'Kalender',
    			'slug'     => 'super_link',
    			'link'     => '$my_link',
    			'css_id'   => 'super-link',	
    			'position' => 30
    		);
    }
    add_action( 'bp_core_new_nav_item', 'bpfr_menubar_link', 999 );

    The output is http://test.com/members/username/$my_link

    Thanks for your help


    bertl11
    Participant

    @bertl11

    Hello and thanks for your help!! It worked!
    And sorry for not using the code button.

    I have another question and perhaps you know how to solve this:

    In the menu there is the profile and the settings tab. I want the settings tab to be a sub tab of the profle tab. Do you know how to do this?

    Thanks for your help


    bertl11
    Participant

    @bertl11

    Hi and thanks!! It works good!


    bertl11
    Participant

    @bertl11

    Unfortunately “Welcome Pack” isn’t working. There are no options to configure the email text.

    Do you have another idea how to send the users a “welcome” email with username and registered email?

    Thanks


    bertl11
    Participant

    @bertl11

    OK, thanks! I’ll try it.
    Saw that it is not updated and hope it still works.

    Meanwhile I also found this plugin and will test it:
    https://wordpress.org/plugins/welcome-email-editor/


    bertl11
    Participant

    @bertl11

    Finally found a code that worked:
    echo bp_core_get_user_displayname( bp_loggedin_user_id() );


    bertl11
    Participant

    @bertl11

    … I tried: bp_displayed_user_username() but that doesn’t work.


    bertl11
    Participant

    @bertl11

    Thanks!! It worked!!

    Perfect


    bertl11
    Participant

    @bertl11

    @r-a-y

    Thanks a lot!!
    Had same problem and could solve it with your posting!!


    bertl11
    Participant

    @bertl11

    Hi Tim,

    thanks so much!! It worked!!
    Great!!

    Have nice day!


    bertl11
    Participant

    @bertl11

    Hello,

    I also want to add a create button to the group profile.
    I tried your solution but didn’t work.

    Where did you insert the code in the groups.php?

    Thanks for your help


    bertl11
    Participant

    @bertl11

    Hi and thanks for your help.

    I changed the theme to twenty fifteen and the @ still appears.

    What can I do to delete or hide it? Do you have any ideas?

    Thanks


    bertl11
    Participant

    @bertl11

    OK, I see. Thanks for your help and answer.


    bertl11
    Participant

    @bertl11

    Hi shanebp,

    thanks a lot for your help!!
    I inserted the code into functions.php and it worked!
    You helped me a lot.

    One more question: Where do I find bp-custom.php? I searched the bp folders but couldn’t find the file.

    Thanks

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