Forum Replies Created
-
OK, thanks for your help!
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!
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
Hello and thanks for your help!! It worked!
And sorry for not using thecode
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
Hi and thanks!! It works good!
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
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/Finally found a code that worked:
echo bp_core_get_user_displayname( bp_loggedin_user_id() );
… I tried:
bp_displayed_user_username()
but that doesn’t work.Thanks!! It worked!!
Perfect
Thanks a lot!!
Had same problem and could solve it with your posting!!Hi Tim,
thanks so much!! It worked!!
Great!!Have nice day!
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
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
OK, I see. Thanks for your help and answer.
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