-
Mathieu Viet replied to the topic What is the most important thing BuddyPress is missing? in the forum Requests & Feedback 3 years ago
Hi @ok2net @muhittinsahilli & @johnjamesjacoby 😉
Thanks a lot for your feedbacks 😍. Very interesting ideas!! I’ll add the « spam protection » one I received on Twitter to the list.
Just like John who gave the right example as a Project Lead, I’ll share my ideas 😁.
A first category of ideas is about getting more hands to help us build great t…[Read more]
-
Ed N. replied to the topic What happened to OPEN??? in the forum Creating & Extending 3 years, 10 months ago
@vapvarun – Thank you. I will take a look to see if this helps.
@imath, @jjj, @DJPaul, @boonebgorges, @mercime, @hnla, @shanebp, @danbp, @henrywright
Still wondering why the official docs are hidden from developers…
-
Ed N. replied to the topic What happened to OPEN??? in the forum Creating & Extending 3 years, 10 months ago
@imath, @jjj, @DJPaul, @boonebgorges, @mercime, @hnla, @shanebp, @danbp, @henrywright
Anyone out there?
-
Paul Wong-Gibbs replied to the topic Desactive / Remove last_activity metadata on user_meta in the forum How-to & Troubleshooting 7 years, 4 months ago
I don’t know about “simple”. The function in BP is bp_update_user_last_activity() and that calls WordPress’ user meta functions. I am positive there are filters within that stack you could use to override the value or prevent the writes, but you’ll need to look into that code yourself.
@boonebgorges Do you think we can stop this mirroring yet?…[Read more]
-
@mercime wrote a new post on the site BuddyPress.org 8 years, 4 months ago
This is a guest post by Arjun Bhattarai (aju29), Founder and Developer of StudentsNepal.com. He is currently working towards a Masters degree in Economics.
Peer reviewed by @boonebgorgesStudentsNepal.com […]
-
@mercime wrote a new post on the site BuddyPress.org 8 years, 4 months ago
This is a guest post by Alexander Berthelsen (lakrisgubben) from the Swedish WordPress agency Klandestino AB.
Peer reviewed by @boonebgorges
Naturkontakt (Nature contact) is the home for members of the […]
-
@mercime wrote a new post on the site BuddyPress.org 8 years, 5 months ago
This a guest post by Mustafa Uysal (m_uysl). He is from Turkey and works as a full-stack developer at NefisYemekTarifleri.com.
Peer reviewed by @boonebgorgesNefisYemekTarifleri.com is the largest Turkish […]
-
nickrita replied to the topic How can I set "Show NewBlogPosts" as default on acitivity-stream? in the forum How-to & Troubleshooting 8 years, 8 months ago
No one? Last time @boonebgorges was able to help.
-
@mercime wrote a new post on the site BuddyPress.org 8 years, 11 months ago
Earlier this year, Project leads @johnjamesjacoby, @boonebgorges, and @djpaul presented a number of strategic priorities which included defining the primary intended audience for BuddyPress: Site Builders and […]
-
Slava Abakumov replied to the topic [Resolved] BP 2.6 and BuddyPress Group Extras Plugin in the forum Third Party Plugins 9 years, 2 months ago
Part of the issue is fixed, see github.
<strike>New nav API requires me to rewrite drag-n-drop nav reordering feature completely, but I’m lazy and trying to find a workaround.</strike>
WIP.edited by slaFFik, thanks to @boonebgorges for the assistance
-
@mercime updated the Developer and Designer Information BP 1.7 page, on the BuddyPress Codex 10 years, 10 months ago
Archived file. Good only for BP 1.7 version
BuddyPress 1.7 Theme Compatibility
* Theme Authors, Make Sure Your Theme Registers BuddyPress Support – @boonebgorges
* Add BuddyPress Styles To a Theme – […]
-
SK started the topic 2.2 top features in the forum Requests & Feedback 10 years, 11 months ago
Have you tried BuddyPress 2.1.1? In one word, it is awesome.
People may disagree, but I feel that with 2.0 and 2.1, BuddyPress has finally started coming into its own. A few of the features added/improved in these versions are:
Completely reworked and totally cool @mentions
New profile field types: URL, Number
Automatically downloaded…[Read more] -
meg@info replied to the topic Lost admin access after 2.o update in the forum Miscellaneous 11 years, 5 months ago
Hi @imath, @boonebgorges,
I think the problem is caused by bp_update_to_2_0().
https://buddypress.trac.wordpress.org/ticket/5569 -
John James Jacoby replied to the topic the permalinks issue – another way to look at it in the forum Ideas 11 years, 6 months ago
What @boonebgorges said.
BuddyPress’s URI router came from a much older codebase, in a time where BuddyPress was intended to be bolted on top of a WordPress Multisite installation similar to WordPress.com, and not much else. Once that was achieved, we quickly saw the potential in it being something much more powerful (to a larger audience) by…[Read more]
-
modemlooper replied to the topic [Resolved] Add activity meta in the forum Creating & Extending 11 years, 6 months ago
BP 2.0 adds bp_activity_add_meta()
https://buddypress.trac.wordpress.org/browser/trunk/bp-activity/bp-activity-functions.php#L658
But I’m not sure you can have same key. There is $unique which seems to imply you may have multiple values.
// cc @boonebgorges
-
shanebp replied to the topic Optimising complex queries: piggyback in-built or write from scratch in the forum How-to & Troubleshooting 11 years, 6 months ago
I’d use the approach @boonebgorges suggests – a custom table with these fields:
-user_id unique
-long
-latThen you don’t need any joins.
>individual forum posts are geo-tagged
Based on where they were created or based on the existing geo-tag for the user?
If the former, you can add a column to the custom table.
If the latter, you’re good to… -
SK replied to the topic 2.0 top features – ideas in the forum Ideas 11 years, 10 months ago
@boonebgorges talks about some of the ugly and unscalable joins here
-
Asynaptic replied to the topic How to Contribute to BuddyPress if I'm not a programmer? in the forum Requests & Feedback 11 years, 10 months ago
@boonebgorges thanks for that very illuminating and honest message 🙂
I totally agree with you and do understand that BP and bbPress are not comparable to WP in their development resources. That we only have a small handful of volunteer coders who advance the project and a similar group of non-coders who help out as and when they can.
It is…[Read more]
-
Jose Conti replied to the topic Problem using BuddyPress functions from WordPress cron in the forum Requests & Feedback 11 years, 11 months ago
Yes, I know, I commented
is_super_admin()
for tried to use it.Ok, I will move some functions to a file loaded by
'bp_include'
I will open a ticket with the enhancement 🙂
And yes, I used WP_DEBUG and the debug.log for log errors, but any error was there, except this
[Read more]
PHP Warning: Cannot modify header information - headers… -
SK started the topic Make BP Better Directories better! in the forum Requests & Feedback 12 years, 1 month ago
https://wordpress.org/support/topic/can-you-make-it-work-with-buddypress-xprofile-custom-fields-type
Buddypress Xprofile Custom Fields Type https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ plugin is fantastic. It adds field types date, email, number etc.
Would be great if BP Better Directories allows searches…[Read more]
- Load More
@boonebgorges
Active 2 years, 2 months ago