-
Jonathan started the forum topic Removing admin bar when not logged in in the group How-To and Troubleshooting 12 years, 3 months ago
This is a funny one, I’ve noticed that when I’m not logged in I get the wp-admin bar at the top of the page when browsing the site. Now, this shouldn’t be here, and isn’t on all other WP installs. I am […]
-
Jonathan replied to the forum topic Excluding Multiple Groups from Directory in the group How-To and Troubleshooting 12 years, 3 months ago
php while ( bp_groups() ) : bp_the_group(); if(bp_get_group_name() != “Name of your Group” && bp_get_group_name() != “Name of your Group2” && bp_get_group_name() != “Name of your Group3”) :
Depending on how […]
-
Jonathan replied to the forum topic Removing admin bar when not logged in in the group How-To and Troubleshooting 12 years, 3 months ago
Ah, That’s brilliant. I totally forgot about those settings.
Thank you Shawn.
-
Jonathan started the forum topic Wrapping Secondary avatar with link in the group How-To and Troubleshooting 12 years, 3 months ago
I’m looking to wrap all of my secondary avatar’s with a link to the destination profile, whether that is a profile, group, event or anything else etc.
I’ve tired using a hook into the […]
-
Jonathan replied to the forum topic Wrapping Secondary avatar with link in the group How-To and Troubleshooting 12 years, 3 months ago
For anyone who may find this,and is looking to do what I did here is the code:
`function bbg_turn_secondary_avatars_to_links( $avatar ) {
global $activities_template;switch ( […]
-
Jonathan replied to the forum topic Wrapping Secondary avatar with link in the group How-To and Troubleshooting 12 years, 3 months ago
Thanks Boone, I’ll have a look at your idea.
FYI, I’ve submitted a ticket. https://buddypress.trac.wordpress.org/ticket/4436
-
Jonathan started the forum topic Status Update: There was a problem posting your update, please try again. in the group How-To and Troubleshooting 12 years, 3 months ago
I’ve had a search and it seems this use to be an issues, however it was patched. I am now getting this issue on a fresh install of WP & BP.
I’ve seen that strict mode causes this (possibly) however on my […]
-
Jonathan joined the group How-To and Troubleshooting 12 years, 3 months ago
@jag1989
Active 5 years, 11 months ago