-
Sarah Gooding posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 14 years, 4 months ago
I am most interested in the template tags page, which I find to be useful all the time but I suspect it is incomplete. Does anyone know of a way to automatically generate a list of all the tags currently used in the latest version of BP? Or does it just take hunting through the […]
-
Sarah Gooding joined the group buddypress.org Ninjas 14 years, 4 months ago
-
Sarah Gooding posted an update 14 years, 4 months ago
So…. what does this do exactly?
define ( 'BP_FORUMS_PARENT_FORUM_ID', $forum_id );
-
Sarah Gooding posted on the forum topic Forum Categories in the group Requests & Feedback: 14 years, 4 months ago
Tags, however, would require that a user knows to tag his topic so that it shows up under the correct category. It would be much more handy to have categories that a forum administrator can organize.
-
Sarah Gooding joined the group Requests & Feedback 14 years, 4 months ago
-
Sarah Gooding posted on the forum topic How to Exclude a Group From the Groups Loop in the group How-To and Troubleshooting: 14 years, 4 months ago
Thanks @nahummadrid ! This works:
while ( bp_groups() ) : bp_the_group(); if(bp_get_group_name() != ‘MyGroup’ ) :
I think I’ll post something about this on wpmu.org because it seems like a pretty common request. I wish there was some kind of exclude parameter instead. 😉
-
Sarah Gooding posted on the forum topic w3 total cache – what folders and files to exclude? in the group Third Party Components & Plugins: 14 years, 4 months ago
Pedro – what rewrite rules were you missing? I’m curious because I am trying to get cdn working with WPMU and having an issue with it rewriting the URLs to the files folder the way wpmu normally does.
-
Sarah Gooding joined the group Third Party Components & Plugins 14 years, 4 months ago
-
Sarah Gooding started the forum topic How to Exclude a Group From the Groups Loop in the group How-To and Troubleshooting: 14 years, 4 months ago
Is there any way to exclude a group from the loop? I don’t see anything in the documentation. I can’t make it hidden or private because I’m using the group as a shell for a global forum. (Each member is automatically added to this group at registration) … so it’s always floating to the top […]
-
Sarah Gooding posted on the forum topic Plugin Authors: Important BuddyPress 1.2.5 News you need to know in the group Creating & Extending: 14 years, 4 months ago
Would love to see a quick example 🙂
-
Sarah Gooding posted on the forum topic Welcome to the Support Forum for the Featured Members Widget in the group Featured Member(s) Widget: 14 years, 5 months ago
Whoops, it didn’t post everything in the first snippet of code, but it’s around line 54 in that file.
-
Sarah Gooding posted on the forum topic Welcome to the Support Forum for the Featured Members Widget in the group Featured Member(s) Widget: 14 years, 5 months ago
@jaxster In the meantime you can change the size of the avatar using CSS. Where you see this in the bp-featured-members-widget.php file : <a href="” title=” “> $member_id, ‘type’ => ‘thumb’ ) ) ?> Change thumb to ‘full’ and then when you size the full one down using CSS, it won’t lose image quality. […]
-
Sarah Gooding joined the group Featured Member(s) Widget 14 years, 5 months ago
-
Sarah Gooding posted on the forum topic Can you run multiple profile loops in single/profile-loop.php ? in the group How-To and Troubleshooting: 14 years, 6 months ago
@Boone Gorges – thanks for putting me on the right track. I’m still not getting it right. Forgive me if this is really wonky: So I’m in the edit.php file and after this part: if ( bp_has_profile( ‘profile_group_id=’ . bp_get_current_profile_group_id() ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); I have added the following: if ( […]
-
Sarah Gooding posted on the forum topic Can you run multiple profile loops in single/profile-loop.php ? in the group How-To and Troubleshooting: 14 years, 6 months ago
Thanks for the recommendation @BOW. Paul – I’m trying to hide particular field groups on the edit page. I set the user type in a field group called “Accounts” (radio select Personal, Business, or Artist) which I have appended to the registration process. Then, based on their answer there I want to show or hide different […]
-
Sarah Gooding started the forum topic Can you run multiple profile loops in single/profile-loop.php ? in the group How-To and Troubleshooting: 14 years, 6 months ago
I’m trying to wrap my brain around this. I have a site where they want to have 3 different types of profiles: Personal, Business, Artist, each with their own different profile field groups. I am attempting to simulate different profile types by creating a profile question required at registration that has them select from those […]
-
Sarah Gooding posted on the forum topic Different profiles for different user types in the group How-To and Troubleshooting: 14 years, 6 months ago
Also interested in doing this…. 🙂
-
Sarah Gooding posted on the forum topic Integrating BP search into custom components in the group Creating & Extending: 14 years, 6 months ago
What else would it take beyond adding it in here at the core? function bp_core_action_search_site( $slug = false ) { global $bp; if ( $bp->current_component == BP_SEARCH_SLUG ) { $search_terms = $_POST; $search_which = $_POST; if ( !$slug || empty( $slug ) ) { switch ( $search_which ) { case ‘classifieds’ : default: $slug = […]
-
Sarah Gooding joined the group Creating & Extending 14 years, 6 months ago
-
Sarah Gooding posted on the forum topic How to DIsplay Only Required Fields on Signup in the group How-To and Troubleshooting: 14 years, 7 months ago
Yes it works great! Thanks Brajesh!!! I don’t know why I was spending so long busting my brain to find parameters that would modify the loop 😉 Should have posted here a couple hours ago. haha
- Load More
@pollyplummer
Active 1 month ago