-
Boone Gorges posted on the forum topic How do you do this ? in the group How-To and Troubleshooting: 13 years, 8 months ago
You’re right it could be better commented, but in BP’s defense, this is a core WP functionality, and part of just about every modern theme š https://codex.wordpress.org/Template_Tags/wp_list_comments
-
Boone Gorges posted on the forum topic Please Help! I activated Buddypress Auto Group Join Plugin and it does not appear in the Buddypress in the group Creating & Extending: 13 years, 8 months ago
Awesome, so glad it worked!
-
Boone Gorges posted on the forum topic How do you do this ? in the group How-To and Troubleshooting: 13 years, 8 months ago
bp_dtheme_blog_comments() is a callback for wp_list_comments in comments.php. So the best way is to give your new version a different name (eg chouf_blog_comments() ) and then change comments.php in your new theme to call that function instead of the bp_dtheme version, eg
'chouf_blog_comments' ) ); ?>
-
Boone Gorges posted on the forum topic How to extend the 'order by' dropdown list in the member directory? in the group Creating & Extending: 13 years, 8 months ago
Unfortunately, this is quite complicated. Adding another item to the Order By dropdown is quite easy, using the ‘bp_members_directory_order_options’ hook (or putting the additional option directly in the members/index.php file of your theme). But making it actually work in terms of reordering will be complicated – it will involve hijacking part of…[Read more]
-
Boone Gorges posted on the forum topic registration confirmation email sent as attachment in the group How-To and Troubleshooting: 13 years, 8 months ago
Weird, I’ve never heard of this error before. Is it happening with other WP or BP emails? (Other WP emails include comment notification and password resets – give one of them a try)
-
Boone Gorges posted on the forum topic How to edit items in bp_activity_action in the group How-To and Troubleshooting: 13 years, 8 months ago
Hi Paul, If I understand your question correctly, you should be able to find some help in the function bp_activity_new_comment(), in bp-activity.php. Look especially around line 752. That’s where the action is put together for activity comments. In a plugin, you can filter ‘bp_activity_comment_action’ something like this: `function…[Read more]
-
Boone Gorges posted on the forum topic Please Help! I activated Buddypress Auto Group Join Plugin and it does not appear in the Buddypress in the group Creating & Extending: 13 years, 8 months ago
Hi Donald,
It sounds like the plugin hasn’t been updated for WP 3.1, which introduced the new Network Admin (where the BuddyPress dropdown is now found).
Follow the instructions in this post https://buddypress.org/community/groups/buddypress-group-email-subscription/forum/topic/change-admin_menu-to-network_admin_menu-for-wp-3-1-and-bp-1-2-8/…[Read more]
-
Boone Gorges posted on the forum topic is there someone working on the BP_USE_WP_ADMIN_BAR thing??? in the group Creating & Extending: 13 years, 8 months ago
@nexia Open source community projects like BuddyPress are built by volunteers. That means: people *volunteer* their improvements, in the form of patches. You’re not under any obligation to provide a patch. However, it’s a misunderstanding of how the development process works when you scoff at the idea of voluntarily providing a patch – “iām not using […]
-
Boone Gorges posted on the forum topic Page not found in the group BuddyPress Docs: 13 years, 8 months ago
How are you creating the doc? The fact that you mention Preview makes me think that you are creating Docs through the Dashboard. Don’t do that. When you create a Doc on the Dashboard, there’s no (easy) way to tell it which group it should be associated with. As a result, there’s no (easy) way […]
-
Boone Gorges started the forum topic Looking for a dev for the CUNY Academic Commons in the group BP Jobs Board: 13 years, 8 months ago
Hi everyone. My main project, the CUNY Academic Commons, is looking for another WP/BP dev to help out with our growing list of cool things to do.
More details: http://dev.commons.gc.cuny.edu/2011/03/18/the-cuny-academic-commons-is-hiring-a-developer/
-
Boone Gorges posted on the forum topic What is ?acpage= and how do I get rid of it, or stop bots indexing it in the group How-To and Troubleshooting: 13 years, 8 months ago
acpage is the way that BP renders activity pagination to those clients with javascript disabled – such as search engines.
I started a ticket for discussion of technical issues: https://trac.buddypress.org/ticket/3116
-
Boone Gorges posted on the forum topic BuddyPress Docs 1.0-beta release in the group BuddyPress Docs: 13 years, 8 months ago
@pgd101 – Good catch. I forgot to do anything with pagination š I can throw in a quick fix that will simply show all docs on a single page (no need for pagination). Then I’ll work on something more robust. I’ll release another beta version in the upcoming days. Thanks for trying it out and for […]
-
Boone Gorges posted on the forum topic Invite Anyone 0.8.1 – New Custom Post class results in invitations auto-publishing to Twitter page in the group Invite Anyone: 13 years, 8 months ago
Yes, those are the lines I’m talking about. What I meant is that, for some reason, they *are* commented out in the release version, but they *shouldn’t* be. By uncommenting them (I realize now that I said ‘comment them out’ when I meant ‘uncomment them’) you should be able to make it work the way […]
-
Boone Gorges posted on the forum topic comingofagenow.org in the group Gallery: 13 years, 8 months ago
Thanks! I helped with some of the BP UX, but not the design at all. I did the BP customization, as well as some of the work on geography quizzes.
-
Boone Gorges started the forum topic comingofagenow.org in the group Gallery: 13 years, 8 months ago
Hi all, I just wrapped up work as a BP consultant on a site called Coming of Age Now, a Holocaust-education site for kids. comingofagenow.org Most of the BP-related content is password-protected, for the privacy of the kids involved. But you can get a sense of how it works from a nice little video they […]
-
Boone Gorges posted on the forum topic You can still review a group that is private? in the group BP Group Reviews: 13 years, 8 months ago
Perhaps another way to put it would have been “I seem to have found a bug – private groups can be reviewed publicly”. Sheesh.
https://github.com/boonebgorges/bp-group-reviews/issues#issue/16
-
Boone Gorges posted on the forum topic Invite Anyone 0.8.1 – New Custom Post class results in invitations auto-publishing to Twitter page in the group Invite Anyone: 13 years, 8 months ago
Hm. Unfortunately, this is more of a problem with the Twitter plugin than it is with Invite Anyone. The Twitter plugin (or really any plugin that fires an action when a post is fired) should check the post type before sending the tweet. Actually, I just downloaded the WP to Twitter plugin and it looks […]
-
Boone Gorges posted on the forum topic Use Address Book BUtton Un Clickable- Cloudsponge is integrated. in the group Invite Anyone: 13 years, 8 months ago
I mean that sometimes something having to do with one of the other elements on the page covering up the clickable part of the link. You might still be able to hover over it successfully.
If you want, you can send me a login link to the site. Use my buddypress.org username at gmail.com.
-
Boone Gorges posted on the forum topic HELP!!! in the group How-To and Troubleshooting: 13 years, 8 months ago
There are a few rules you will probably want to follow if you want help on these forums: – Please don’t call out every notable user by name. Use the @-mention system for drawing someone’s attention to an item when it’s relevant to them. To flag everyone down every time you have a problem has […]
-
Boone Gorges posted on the forum topic Mark up validation errors in BP Default theme in the group How-To and Troubleshooting: 13 years, 8 months ago
I think you’re probably right that this should be a class rather than an id, but it needs a bit more of an audit (in particular, a sweep through the rest of the core code to ensure that changing it to a class selector wouldn’t break everything else). @aljuk, would you mind opening a ticket on […]
- Load More
@boonebgorges
Active 1 year, 4 months ago