-
Mike Pratt posted an update 14 years, 5 months ago
the .1 in 1.2.4.1 implies very minor bug-fix type release NOT a site breaking update. #FAIL
-
Mike Pratt posted on the forum topic Introducing the WordPress Hook Sniffer: a Developer Plugin in the group Third Party Components & Plugins: 14 years, 5 months ago
@jeffsayre ‘s right. We figured it out thanks to his McGruff The Crime Dog Hook Sniffer plugin. I highly recommend if you want to do some serious under-the-hood looking
-
Mike Pratt posted on the forum topic can we clean up the Extend tab at buddypress.org so that only 'real' buddypress plugins show up. in the group Requests & Feedback: 14 years, 6 months ago
@Dwenaus is spot on guy, (IMHO) sorry. Let’s face it, the examples he gave all put their listing here for viz purposes only. It’s almost spam-like. The photo gallery one is the worst infraction as it is the most misleading. Everyone in BP-land anxiously awaits a fully BP aware image plugin (we’re talking ones that integrate […]
-
Mike Pratt posted an update 14 years, 6 months ago
@stuffsone I suggest sending private messages with requests for help instead of copying and pasting a vague request for assistance to a bunch of bp.org members
-
i couldn’t see anywhere where i could send a pm…
actually could you just have a look here – https://buddypress.org/community/groups/creating-extending/forum/topic/new-to-buddypress/
while i was going through the forums, i saw the people who were helping solve problems…and then messaged u…
-
-
Mike Pratt posted on the forum topic help seting up registration on front page like facebook in the group How-To and Troubleshooting: 14 years, 6 months ago
-
Mike Pratt posted on the forum topic Just Added Our Version of Auto Group Join as well as Forum Topic Mover in the group Creating & Extending: 14 years, 6 months ago
I am the co-author of the original and I love seeing things improved so I look forward to taking a look. I’ll be the first to admit it was not clean code and we had a lot of our own hard coded urls in it. You talk about BP 1.3 which doesn’t exist so could […]
-
Mike Pratt posted on the forum topic Buddypress needs to STOP supporting bbPress in the group Requests & Feedback: 14 years, 6 months ago
@Xevo, I totally support your prerogative to “hate” group forums. I find it interesting though. IMO, putting forums into groups was BP’s stroke of genius. When you run a community (and I’d argue, a bbPress install does not a community make. It’s just a collection of discussions by users who can’t interact in many other ways […]
-
Mike Pratt posted an update 14 years, 6 months ago
@orenshmu Your’e listed as the Cincopa plugin contributor. There is confusion surrounding this plugin requiring your clarification. Several of us have downloaded and tested and there appears to be zero BP integration. No activity posting, groups, friends integration, etc. Clarification to clear this up would be much appreciated. Thanks.
-
Mike Pratt posted on the forum topic help seting up registration on front page like facebook in the group How-To and Troubleshooting: 14 years, 6 months ago
Take a look at my dev site with a concept you might like. Sorta speaks to what you’re talking about…I think: http://mjpratt.com.
Custom register and splash/login sidebar
-
Mike Pratt posted an update 14 years, 6 months ago
funny how the most frequently used tag on this site is “buddypress” Seems unnecessary, no?
-
Mike Pratt reviewed the plugin Group Documents: 14 years, 6 months ago
Peter – so far all works great but there are a few things still needed to make it ready for prime time in my use case (not a criticism)
1. Seems that categories are on a by Group basis which means that I will have difficulty creating a site wide Doc library organized by category. Making cats universal would address that.
2. Adding the option for…[Read more]
-
Mike Pratt joined the group Group Documents 14 years, 6 months ago
-
Mike Pratt posted on the forum topic For Problems Or Broken Things With The Recent BuddyPress.Org Redesign in the group Requests & Feedback: 14 years, 6 months ago
Possible bug?: When on a displayed user’s profile page the “personal” tab shows all mentions of the user NOT just that user’s activity, this can be verified by clicking @username mentions a few links to the right.
bp-default does not duplicate this issue so I am guessing it found its way in via bp.org customization
-
Mike Pratt posted an update 14 years, 6 months ago
-
Mike Pratt posted on the forum topic The BuddyPress UI Design and conceptual approach to Social Networking in the group Miscellaneous: 14 years, 6 months ago
@lph2005 The student’s reaction and feedback will be, indeed, interesting. So far, what you have related is not inconsistent with other platform’s experiences. Students tend to avoid twitter for several reasons. It’s not a place for immature and “student-like” behavior given its democratic nature (why follow someone who just puts out useless…[Read more]
-
Mike Pratt posted on the forum topic Filter site_url() to always point to main blog/site (Help request) in the group How-To and Troubleshooting: 14 years, 6 months ago
Update. After lengthy chats yesterday with @boonegorges and @jeffsayre I will do the following Find all of the functions I need to filter in order to force all member related URL creation to the domain of the main blog/site (Suits my use case) We will then see if that can be consolidated with a patch to […]
-
Mike Pratt posted on the forum topic The BuddyPress UI Design and conceptual approach to Social Networking in the group Miscellaneous: 14 years, 6 months ago
@peterverkooijen @hnla I take the other side of your “little diff b/t blogs and forums” opinion. To me, a blog post is a significantly more “deliberate” piece of content . Blog posts do (and should) take much longer to write. They are thought pieces..with paragraphs/sections, and often media,etc You know what I’m talking about here. Forum Topics, […]
-
Mike Pratt posted on the forum topic Filter site_url() to always point to main blog/site (Help request) in the group How-To and Troubleshooting: 14 years, 6 months ago
Actually, the author url is intercepted here -> bp_core_get_userlink( $post->post_author ) in the bp-defualt templates. I am going to try and go high enough in the url creation process to catch everything but only as high as I need to go so as not to create other problems
-
Mike Pratt posted on the forum topic Filter site_url() to always point to main blog/site (Help request) in the group How-To and Troubleshooting: 14 years, 6 months ago
Well. Nowhere near finished. All the author links on the sublobgs have the sub blog in the link eg domain.com/subblog/member/username. The darn things are everywhere! What i really need is a way to universally remove sub blog references from all user links. I know I view things differently but the way I see it, you […]
-
Mike Pratt posted on the forum topic Filter site_url() to always point to main blog/site (Help request) in the group How-To and Troubleshooting: 14 years, 6 months ago
@sbrajesh the following function suits purpose #2 just fine. I think the var $user_url which seems tied to the main site url is safe enough (untested for sure). fingers crossed.
function bn_loggedin_user_domain() {
global $bp;
return $bp->loggedin_user->userdata->user_url;
}
add_filter(‘bp_loggedin_user_domain’,’bn_loggedin_user_domain’); - Load More
@mikepratt
Not recently active