Forum Replies Created
-
I am ridiculously busy with my own network of sites, and so although I don’t have time (or skill, probably) to ‘own’ redesign work on buddypress.org, I would love to help in any way I can.
Bookmark post
Terrible advice in this thread from people recommending edits to core bp files — any changes to them will be lost next time you upgrade Buddypress. Never edit core. Use the custom query filter instead.
@DJPaul ‘s Welcome Pack works fine for me, always has.
Bookmark post
Bookmark post.
Heh. The one-day-off birthday field has been reported a bunch of times by my users, and I forgot to check into it until now. Glad (if that makes sense) to see it’s a known issue.
Never mind – I think I see the answer in the screenshot. But even fixing the network_admin_menu thing for 3.1, it doesn’t throw up the admin screen at all, so shrug.
Thanks for this — a very good idea. Questions:
Does setting various email notifications to disabled just a) set a default for all users or b) make it impossible for them to enable them? If (b), does it hide the option in the user-facing UI?
I’ve been on Dreamhost for almost 10 years — yeah I know — and I strongly recommend that you do not use their 1-click installs. They work fine, to a point, but.
Bookmark post
Bookmark post.
Whew. OK, panic stations stand-down.
Here’s how I fixed it, hopefully without breaking anything. I renamed functions.php — that got me into the backend. I had to Network Activate Buddypress, then I renamed functions.php back again. All looks well on first glance.
I suppose I didn’t follow SOP with upgrades — I had thought that we had gotten to the point where automatic upgrading was ‘safe’ with BP.
Object lesson for others in future, I guess.
Heh. Yeah, I just noticed that last night and fixed it.
See the comment from mercime three comments up.
Reporting same issue as Andrés Richero on my localhost with 3.1 and BP 1.28. Missing Buddypress dashboard menu items for BP plugins. Site works, but.
@modemlooper I know, I know. *hangs head in shame*
I mean I knew how to futz around with them, but I never really *got* it before.
Very nice work. I sympathize with the temptation to add more clutter and gewgaws. Gets me every time.
Good lord. After all this time and having read so many pages of doco and stuff, I think this thread finally made me understand what hooks actually are. Thanks, Boone!
Drop it in your plugins dir, network activate it from the dashboard. Doesn’t work for me because I’m also using BP Xtra Signup. That can be rectified (and I hope without blowing up the database) by editing line of 298 (current version as of Jan 2011) of bpxs-core.php in BP Xtra signup from
`preg_match( “/[a-z0-9]+/”, $user_name, $maybe );`
to
`preg_match( “/[A-Za-z0-9]+/”, $user_name, $maybe );`@stefrusso The heck with it — I just went into the database and hand-edited the description field in table wp_bp_xprofile_fields.

Bump. Looking for this myself.
Bookmark post.
Thinking in architectural terms, this makes a lot of sense — certainly more sense than Franken-bbPress does. If BP were to get a richly-featured, native, extensible replacement for ‘forum’-structured discussion, that would be a good thing.
These days, more than in the past, I worry about the right user-interaction design decisions being made, though, before they get locked in.
activity stream component into a dumbed-down version of a forum. It won’t be as feature-rich as bbPress et al.,
This, especially, worries me. Not to be the parade-rainer, but unless equivalent-functionality can be achieved, with a framework in place for greater extensibility because it’s ‘native’, well…
I don’t know. I think I’m going to have to leave BP alone for a while to wait and see where it heads, which is a bummer after having spent so much time and effort on it. Ah well.
Reupload them and do not delete them in future.