-
Mladen started the forum topic navigation like on testbp.org in the group How-To and Troubleshooting:
How can i make a navigation like the new one on testbp.org, which have a submenu…
sorry for my bad english
… -
thank you mercime
… -
Mladen joined the group BuddyPress Deutschland
-
how to move the search from the header to the sidebar?
-
Mladen joined the group How-To and Troubleshooting
-
i want to show specific profile fields in the sidebar, i do this with echo xprofile_get_field_data(’6′ ,bp_get_member_user_id()); but when the field is empty i want it to show something else… i have tryed out this with this code: if ( bp_field_has_data() ) : echo xprofile_get_field_data(’6′ ,bp_get_member_user_id()); else : if ( function_exists(…[Read more]