Important to note if you want to use @boonebgorges code with “GROUPS” and not “MEMBERS” sorting -you will have to change to the GROUPS slug… use this:
`function groups_alpha_by_default( $query_string ) {
global $bp;
if ( $bp->current_component == BP_GROUPS_SLUG && !$bp->current_action)
$query_string = ‘type=alphabetical&action=alphabetical’;
return $query_string;
}
add_filter( ‘bp_dtheme_ajax_querystring’, ‘groups_alpha_by_default’ );`
Yeah, I’m giving Humanity a try — seems to be quite effective.
There’s a big thread here:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-spam/?topic_page=6&num=15
Also trying to get this group active again:
https://buddypress.org/community/groups/spam-eater/home/
Nice name.
Needs some spam-related icon, though.
Incidentally, I still like the idea of getting folks together in a BP Group to attack the issue. I had suggested starting such a group on an IRC chat a few weeks ago, but I see now that there *is* a (small) group someone had set up. If people are interested, we can use that. Or maybe it’s fine to just continue this thread for now, though not having to dig through a few dozen posts has some appeal. 
https://buddypress.org/community/groups/spam-eater/home/
jwack – since you had such trouble with this even after taking some measures, what was the final regimen you installed for blocking spam?
Anonymous User 96400Inactive
@svenl77
The events calendar is now fully compatible with private/hidden groups. To see a public event for a private/hidden group the loggedin user needs to be a member of that group. If the event is private the user needs to be a group member and be invited to the event for the event to show up.
That was the easy bit. Now I’ll have to do the same thing for the loop 
I’ll have a look at restricting registration to a certain number of people over the weekend as well.
I noticed that on buddypress.org, the links for pages are in the format of ’buddypress.org/about’. With my site, they are all ’buddypress.org/index.php/about’, and when I remove the ’index.php’ portion from my permalink settings, all of the links break.
It also seems that this is why buddypress won’t work at all on my site… so, suggestions?
@rogercoathup Any chance your client will let you release your work as a GPL plugin?
It’s not a default function.
But, yes it’s possible to integrate something like Google Maps and show all profiles on a map. We’ve recently commissioned this for one of our client websites.
Have a search on this forum for a post by @travel-junkie. He gives some tips on how to do this.
@Tod Locksmith, this is a fresh install (actually there have been 3, all with the same issue).
@Roopunk, I’m not sure my host would allow mod-rewrite to be enabled. Thoughts?
The Garage has been through many changes since 1998 and now with BuddyPress, I am quite pleased at where it is these days.
I’d appreciate it if you had a few moments and would stop by for a look.
http://www.stangsgarage.com
Thanks and have a great weekend,
Stang
Look in your style.css file that will show where default.css is being called from.
That’s what I was looking for, but I don’t have a default.css file anywhere.
I have rtf.css, and style.css, in the theme editor. Neither of them look like the above code snippet.
I use wordpress MU 3.0.1 and the newest version of buddypress.
When I sign up or login, it goes to the main page. How can i change it to my blog ‘s admin page? just like WordPress.
Thanks.
Where do you see it?
look at the default.css look for the ‘body’ ruleset
<snip>
`
@import url( reset.css ); /* Reset browser defaults */
/* > Global Elements
*/
body {
background: #eaeaea url( ../images/background.gif ) top left repeat-x;
font-size: 12px;
font-family: Arial, Tahoma, Verdana, sans-serif;
line-height: 170%;
color: #555;
width: 90%; <<<<<<<<<
min-width: 960px; <<<<<< delete
max-width: 1250px; <<<<<< delete
margin: 0 auto;
padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}
body.activity-permalink {
min-width: 960px; <<<<< delete both change to width
max-width: 960px;
}
h1, h2, h3, h4, h5, h6 {
margin: 5px 0 15px 0;
}
h1 { font-size: 28px; margin-bottom: 25px; }
h2 { font-size: 24px; margin-bottom: 20px; }
h3 { font-size: 20px; }
h4 { font-size:
`
Do all that in a copy of the file in your child theme otherwise the changes will be overwritten when you upgrade BP
Child theme can simply be a new folder under /themes containing new styles.css and calls to copies of the other BP stylesheets which you’ll modify in stead of the original, the codex/docs has greater detail on this.
yeah, your lengthly response the other day was a little over my head. It’s the standard buddypress default style. My problem is with knowing specifically where to make the change. Where specifically. In the CSS file? In the Header File? If in the CSS (as I assume) where do you see width:90%? And what min/max widths should I delete?
Sorry for the questions…Thanks for the answers
Hnla /Hugo answered your question on this original thread:
https://buddypress.org/community/groups/miscellaneous/forum/topic/header-image-not-fitting-on-site/
Please be mindful not to tie up resources around the net needlessly 
There was no reason not to have continued in the original thread and you should have done.
You have to be a little more liteeral then as to what you have been trying – sorry not wanting to come across too … but do need things explained in coding terms i.e reference actual elements, perhaps show the the snippets of code pertaining to the attempts, is this a child theme? does it work off the BP default styles or is it a unique layout, need some detail to be able to understand what you have tried.
Oh just checked the site
strangely familiar! why did you feel the need to ask how to set a fixed width after the very lengthy post I made or did I miss a a question asked in the thread?
I’ve just changed the width on the body ruleset from width:90%; to width:900px; works for me! I would lose the min/max widths though.
oh, I mean I did put 900px…but no matter where its at the header doesn’t change
If you state a value then unless it’s zero it must have a unit, 900 what? banana skins, doughnuts, or perhaps px, em, %
I have a new buddypress installation and the functionality is there. However, I already had a theme I am using. I tried to use the template plugin, and it installed all the necessary files into my template folder. However, nothing I do seems to be changing those files. If I open index.php under the activity fold and delete everything in that file — NOTHING changes on my site! It still works perfect. As you can imagine, if none of my changes are taking effect, then I cannot make the themes match 
Has this happened before? Any ideas what I can try?
could you tell me how to do that?