-
Anonymous started the topic Using bp_group_list_admins() in the forum Installing BuddyPress 11 years, 4 months ago
Hi,
If called in group-header bp_group_list_admins() lists the admins, but when I try to call it anywhere else on the group page it says no admins. Any ideas?
Thanks
-
Anonymous replied to the topic [Resolved] Show empty fields in profile in the forum Installing BuddyPress 11 years, 5 months ago
Just an FYI to anyone curious, here is the solution:
<?php do_action( 'bp_before_profile_loop_content' ); ?>
<?php if ( bp_has_profile('hide_empty_fields=0') ) : ?>
<?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
<?php if ( bp_profile_group_has_fields() ) : ?>
<?php do_action( 'bp_before_profile_field_content' );…[Read more]
-
Anonymous replied to the topic Header and footer widget problems in the forum How-to & Troubleshooting 11 years, 5 months ago
TO be honest I’m not exactly sure which file I would have to copy/modify to change anything. The header and footer are perfectly intact save for the widgets (and just in specific member view).
-
Anonymous replied to the topic Header and footer widget problems in the forum How-to & Troubleshooting 11 years, 5 months ago
@mercime Thank you, that is very interesting but I can’t seem to figure out how it fixes my issue.
Compare:
http://www.thesojo.net/members/
to
http://www.thesojo.net/members/jesse/
What would cause the widgets to appear on the directory page but not individual users?
-
Anonymous replied to the topic [Resolved] Show empty fields in profile in the forum Installing BuddyPress 11 years, 5 months ago
Err, sorry I had those two reversed.
-
Anonymous started the topic [Resolved] Show empty fields in profile in the forum Installing BuddyPress 11 years, 5 months ago
Hi all, as far as I can tell empty fields should be enabled when I change
<?php if ( bp_has_profile(‘hide_empty_fields=0’) ) : ?>
to
<?php if ( bp_has_profile() ) : ?>
in profile-loop.php, sadly however the empty profile fields still wont show up.
-
Anonymous started the topic Header and footer widget problems in the forum How-to & Troubleshooting 11 years, 5 months ago
Hello, I am the dev for http://www.thesojo.net and we have started integrating Buddypress into the site.
I’ve been designing the profile/activity etc pages and noticed that the widgets in the footer that normally show up do not show, nor do the social media icons in the header that should be next to the search bar. Here is my activity stream and profile…[Read more]
@junithorn
Not recently active