-
Boone Gorges posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 15 years, 4 months ago
@bpisimone – A good first step is to search the web and look for someone – anyone – who has put together a decent tutorial on at least part of the process you’re interested in. Hopefully they’ve released it under a CC or some other openish license. Then start compiling into something cohesive. No need to […]
-
Boone Gorges posted a new activity comment 15 years, 4 months ago
Aha, I see. Activity pagination doesn’t break (that’s what I was looking at). Thanks.
-
Boone Gorges posted a new activity comment 15 years, 4 months ago
We use MediaWiki. The upside is that MW is a very powerful wiki platform. The downside is that it’s a nightmare to integrate with WP. Search the forums here for MediaWiki to get a sense of some of the work we’ve done. (See also http://teleogistic.net and http://dev.commons.gc.cuny.edu) You might also look at the BuddyPress Group Wiki plugin…[Read more]
-
Boone Gorges posted on the forum topic Will you develop one of these buddypress.org enhancements? in the group buddypress.org Ninjas: 15 years, 4 months ago
@r-a-y – Wow, such enthusiasm 😀 I am on the fence about Syntax Highlighter. It’s pretty, and I use it on my own site, but it does add an extra step for the target audience of posted code – namely, they need to hit the button to get the plain-text popup before copying and pasting. Could […]
-
Boone Gorges posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 15 years, 4 months ago
Cool idea, @bpisimone. Does such a page exist on the WP codex? If not, maybe we could lobby to have one created there, and then create a BP codex page that adds additional information relevant to BP.
-
Boone Gorges posted a new activity comment 15 years, 4 months ago
Hi Mark – Yes, I have a network wide footer. Try something like this in your bp-custom.php file, or in a plugin that is activated sitewide or in mu-plugins: http://pastebin.com/Yx4fChRg
RSS feeds everywhere would be nice, but BP isn’t there quite yet. You might have a look at the way that BP itself builds feeds (see, for instance,…[Read more]
-
Thanks a lot Boone, that all looks brilliant. Can I also ask you if you know if it is possible for users to edit their comments and what plugin you use for your wikis, I’m thinking digress.it could be good? Thanks again for the advice. Loving CUNY.
-
We use MediaWiki. The upside is that MW is a very powerful wiki platform. The downside is that it’s a nightmare to integrate with WP. Search the forums here for MediaWiki to get a sense of some of the work we’ve done. (See also http://teleogistic.net and http://dev.commons.gc.cuny.edu) You might also look at the BuddyPress Group Wiki plugin…[Read more]
-
Wow. Fast reply. Thanks! Have you enabled comments on new pages? If so, how? Or do you just use static pages? Last q of the night, I promise 🙂
-
-
-
-
Boone Gorges posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 15 years, 4 months ago
I got your drift, @hnla – I’m suggesting that you start creating that outline 😉 Seriously, though, please do. Or anyone in this thread, please start making an outline. The rest of us can pitch in and help to clean it up. I’ll think about it tonight and if no one else starts something by tomorrow, […]
-
Boone Gorges posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 15 years, 4 months ago
You know what would be really helpful? Even if you don’t want to do the slow, methodical stuff documentation itself, it would be very helpful to have a sketch or two of what the overall structure of the codex should be like. – What are some pages that are currently missing? – Where would those […]
-
Boone Gorges posted on the forum topic Top Navigation redirecting to Members Directory in the group How-To and Troubleshooting: 15 years, 4 months ago
What is the URL that the links are pointing to? (Hover over and look in the status bar at the bottom of the browser window, or view page source.) Does it look like this? http://example.com/members//profile – with those two slashes next to each other?
Can you say more about your setups? https://buddypress.org/forums/topic/when-asking-for-support
-
Boone Gorges posted on the forum topic Linking directly to Member features in the group How-To and Troubleshooting: 15 years, 4 months ago
If you’re looking for a bit of PHP to generate such a link in your BP templates, try this:
<a href="<?php bp_loggedin_user_domain() ?>/messages/inbox">Inbox</a>
-
Boone Gorges posted on the forum topic Changing the name of groups in the group How-To and Troubleshooting: 15 years, 4 months ago
Two steps:
1) Rename the slug
2) Change references in a language fileBoth steps are described in detail here: https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
-
Boone Gorges posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 15 years, 4 months ago
I think that the only way to add new pages is to go to https://codex.buddypress.org/wp-admin > Pages. Make sure you give them the proper parents. (BTW – I’m unsure whether this option is available to everyone – let me know if it’s not and I’ll make stubs for you)
-
Boone Gorges posted on the forum topic Expanding the codex in the group buddypress.org Ninjas: 15 years, 4 months ago
+1 @hnla. The specific quote I got from the person who emailed me was: “BuddyPress appears to have a pretty skimpy codex, one that covers installation and technical issues more than descriptions of various parts of BP, like the how user roles are defined”. The good news is that this is a part of the codex […]
-
Boone Gorges started the forum topic Expanding the codex in the group buddypress.org Ninjas: 15 years, 4 months ago
Someone asked me yesterday about what different group roles (Admin, Mod, Member) meant, mentioning that the BP codex didn’t contain any information about this issue. So I decided to be a good citizen and create a starting guide for group setup: https://codex.buddypress.org/getting-started/group-settings-and-roles/ I’d like to encourage others to…[Read more]
-
Boone Gorges posted a new activity comment 15 years, 4 months ago
Thanks – I look forward to it as well!
-
Boone Gorges posted a new activity comment 15 years, 4 months ago
Thanks for the tips!
-
Boone Gorges posted on the forum topic How to add (\'per_page=35\') without messing up \"Load More\" link in the group Creating & Extending: 15 years, 4 months ago
@xrun Does the Load More link work without that filter in bp-custom.php? Sounds like it might be a javascript issue unrelated to the custom function.
-
Boone Gorges posted on the forum topic Can't Drag Widgets to Sidebars in the group How-To and Troubleshooting: 15 years, 4 months ago
This sometimes happens to me when one of the plugin-created widgets is coded incorrectly, which messes up the way that the drag-n-drop javascript works on some browsers. Try dragging the very first widget on your widget list – does it work? If so, try the second, and the third, etc until you find the one […]
-
Boone Gorges posted on the forum topic Want to help accelerate the release of BuddyPress 1.3? in the group Requests & Feedback: 15 years, 4 months ago
@hnla You raise an interesting point about plugin development vs core development. Speaking from the point of view of someone who makes a living off of WP and BP-related development, I can note that it’s often quite easy to justify the development of plugin-type functionality for a client. The client’s job needs a specific type of […]
-
Boone Gorges posted on the forum topic How to filter all activity from a member in the group How-To and Troubleshooting: 15 years, 4 months ago
Check out this post by Rich: http://blog.etiviti.com/2010/03/buddypress-hack-remove-non-friend-updates-from-the-activity-stream/ You’ll want to change line 10 to be something like
if ( $activity->user_id == $filtered_user_id )(or use in_array if you have a number of users whose content you want to filter). Not a perfect solution – it’ll screw up…[Read more] - Load More
@boonebgorges
Active 2 years, 3 months ago
Wow. Fast reply. Thanks! Have you enabled comments on new pages? If so, how? Or do you just use static pages? Last q of the night, I promise 🙂