-
Boone Gorges posted on the forum topic Word count vs character count for automated excerpts: Feedback wanted in the group Localization: 13 years, 11 months ago
-
Boone Gorges posted on the forum topic Word count vs character count for automated excerpts: Feedback wanted in the group Localization: 13 years, 11 months ago
@mercime – Unless we come up with some good AI, things like that might be unavoidable π In any case, I’m still only going to break on spaces, I’ll just be using character counts to determine minimum excerpt length.
-
Boone Gorges posted on the forum topic Word count vs character count for automated excerpts: Feedback wanted in the group Localization: 13 years, 11 months ago
Awesome, glad to hear that this sounds like a good idea. Thanks for the feedback!
-
Boone Gorges posted on the forum topic Why using pages for BP sections is a bad idea in the group Requests & Feedback: 13 years, 11 months ago
I also have found myself torn about using pages for BP directories. In the end, though, I think it’s a compromise that works out for the better in the short- to medium-run, and does not have awful long-term consequences. In my view, it is a gross overstatement to say that this move ‘ruins’ BP. However, […]
-
Boone Gorges posted on the forum topic Please help β understanding Buddypress code without documentation in the group How-To and Troubleshooting: 13 years, 11 months ago
@bgrun80 I’ve added you as an Editor on the codex. (The script that is supposed to handle this setup automatically has been acting buggy lately.) When you load a URL that matches a pattern that BP is looking for (eg /members/boonebgorges), BP first finds the corresponding data in the database (in this example, the profile data […]
-
Boone Gorges started the forum topic Word count vs character count for automated excerpts: Feedback wanted in the group Localization: 13 years, 11 months ago
Hi everyone. I was hoping to get some feedback from some l18n folks about the following ticket: https://trac.buddypress.org/ticket/1222#comment:3 Short version: BP creates excerpts in a few places by chopping a piece of text to a certain number of words, where words are understood to be delineated by spaces. The problem is that this does not […]
-
Boone Gorges posted on the forum topic Please help β understanding Buddypress code without documentation in the group How-To and Troubleshooting: 13 years, 11 months ago
Instances of do_action() don’t actually do anything. They are just hooks for other plugins or themes to use. So, while I agree that there should be a great deal more documentation throughout the BP core, documentation for the do_action calls in bp-defaultisn’t really possible because of the simple fact that most of them are not […]
-
Boone Gorges posted on the forum topic Not displayed as new line in the group BP-TinyMCE: 13 years, 11 months ago
Check your stylesheet. bp-default (and child themes by extension) zero out list styles.
-
Boone Gorges posted on the forum topic Happy Christmas! in the group Miscellaneous: 13 years, 11 months ago
Hear, hear!
Happy holidays, everyone!
-
Boone Gorges posted on the forum topic bp_the_profile_field_value always returns β1970 January 1stβ in BP1.2.7 in the group How-To and Troubleshooting: 13 years, 11 months ago
I’m not able to reproduce the problem on my installations of 1.2.7. bp_get_the_profile_field_value() is returning the correct UNIX timestamp for dates.
Are you running other BP-related plugins? Have you tried reproducing the problem with those plugins deactivated?
-
Boone Gorges posted on the forum topic New Group creation fields in the group Miscellaneous: 13 years, 11 months ago
@dlabbe – Check out how BP itself validates its own fields. See groups_action_create_group() in bp-groups.php, in particular the stuff after
if ( 'group-details' == $bp->groups->current_create_step ) {
-
Boone Gorges posted on the forum topic Custom Page Child Template to Extend A BuddyPress theme (custom-community)? in the group Creating & Extending: 13 years, 11 months ago
Did you remember to import the stylesheet of the parent theme in your child theme’s style.css?
See “Inheriting CSS” on https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
-
Boone Gorges posted on the forum topic How to query for groups in the group How-To and Troubleshooting: 13 years, 11 months ago
We’re shooting for a late-January release of BP 1.3, so you don’t have long to wait.
If you want to ensure that it gets out faster, check out a copy of the trunk and grab a ticket π trac.buddypress.org
-
Boone Gorges posted a new activity comment 13 years, 11 months ago
The feature is already in the BP trunk, so the easiest way to test is to check out the trunk on a local installation:
cd into your wp-content dir, thenmkdir buddypress
svn co https://svn.buddypress.org/trunk buddypressYou could try patching your 1.2.7 installation with the diff, though I doubt it will apply clearly.
-
Boone Gorges posted on the forum topic 2 plugin ideas, in the group Requests & Feedback: 13 years, 11 months ago
I added the first idea to my future feature list for Invite Anyone. We’ll see when I get around to it π
-
Boone Gorges posted on the forum topic How to query for groups in the group How-To and Troubleshooting: 13 years, 11 months ago
In BP 1.3, bp_has_groups() will takes an ‘include’ parameter. It’s already in the trunk.
-
Boone Gorges posted on the forum topic Custom post types and Buddypress — should I wait for 1.3? in the group Miscellaneous: 13 years, 11 months ago
There isn’t really any support built into BP for custom pay types, but supporting them is no different from supporting other kinds of custom content in BP. See the BuddyPress Skeleton Component for some guidance on integrating custom content into BP navigation, etc. In the next couple weeks I might whip up a new plugin […]
-
Boone Gorges posted on the forum topic bp_setup_nav not firing in the group Creating & Extending: 13 years, 11 months ago
The preferred method is to hook your nav setup function to the ‘bp_setup_nav’ hook. If you are unable to do so in your functions.php, it’s probably because functions.php and other theme files are loaded too late. Put your code in wp-content/bp-custom.php (create it if it doesn’t exist) and try that. A standalone plugin should work […]
-
Boone Gorges posted on the forum topic BuddyPress Group Review Won't Work with new WP in the group How-To and Troubleshooting: 13 years, 11 months ago
The plugin works fine on all my installations of the latest WordPress. If your users are not able to leave a star rating, it is likely that you are having a Javascript conflict. Are you using a custom theme? Try reverting to the BuddyPress Default theme to see if the stars work that way. If […]
-
Boone Gorges posted on the forum topic Is Andy Peatling still fit to lead the BuddyPress project? –Time to re-define the "core development in the group Miscellaneous: 13 years, 11 months ago
Andy’s work at Automattic has taken him away from BP work for the most part. He is still around and paying attention, but is not really active in BP development anymore. (He remains, of course, the beloved founding developer of the project, and is more than welcome to jump back in whenever he feels like […]
- Load More
@boonebgorges
Active 1 year, 4 months ago