-
gregfielding posted on the forum topic Buddy Stream not importing in the group BuddyStream: 14 years, 7 months ago
The new import.php worked for me as well. Thanks for the fix!
-
gregfielding started the forum topic Twitter O Auth Token Suspensions in the group How-To and Troubleshooting: 14 years, 7 months ago
In the last few hours, I received emails from Twitter that my O Auth tokens have been suspended from interacting with the Twitter API for all three twitter applications that I use: Buddystream @blackphantom Buddyvents @traveljunkie and WP to Twitter (wordpress plugin downloaded over 370,000 times) Has this been happening anyone else? Did twitter…[Read more]
-
gregfielding posted on the forum topic Cron job not pulling any information? in the group BuddyStream: 14 years, 7 months ago
Same issue here as well.
-
gregfielding posted on the forum topic Buddyvents and Mapology in the group Third Party Components & Plugins: 14 years, 7 months ago
Great progress Boris
-
gregfielding joined the group BuddyPress Profiles Manager 14 years, 7 months ago
-
gregfielding posted on the forum topic Persistent Caching and Private Messaging in the group How-To and Troubleshooting: 14 years, 8 months ago
Thanks @r-a-y
This is a better solution. Any thoughts on how to solve the same problem with @mentions?
-
gregfielding posted on the forum topic Persistent Caching and Private Messaging in the group How-To and Troubleshooting: 14 years, 8 months ago
For anyone else with this issue, here is the fix. Thanks to @sbrajesh in bp-messages-templatetags.php, starting at line 498: function bp_send_private_message_link() { echo bp_get_send_private_message_link(); } function bp_get_send_private_message_link() { global $bp; if ( bp_is_my_profile() || !is_user_logged_in() ) return false; $user=new…[Read more]
-
gregfielding posted on the forum topic Persistent Caching and Private Messaging in the group How-To and Troubleshooting: 14 years, 9 months ago
It looks like BP 1.3 is going to address some issues with object caching. https://trac.buddypress.org/ticket/2636
Can anyone who knows confirm if it will fix these messaging issues?
-
gregfielding posted on the forum topic Would love some criticism in the group Requests & Feedback: 14 years, 9 months ago
Found this this plugin and a discussion with you in it…have you tried this?
-
gregfielding posted on the forum topic Would love some criticism in the group Requests & Feedback: 14 years, 9 months ago
“If you have any links that don’t point to an ssl page, then it will give you that error.”
Doesn’t this create an impossible loop? If I put an https link from my payment page back to the home page, then the home page will give the same unsecure error.
-
gregfielding started the forum topic Persistent Caching and Private Messaging in the group How-To and Troubleshooting: 14 years, 9 months ago
I’ve been wresting with an issue where memcached causes problems with buddypress private messaging and @mentions. Rather than try and bring back a old, confusing thread, I want to start fresh and clearly explain the issue. I’m using memcached. When I click to send a private message or @mentions, the wrong recipient shows up. This […]
-
gregfielding posted on the forum topic Memcached is breaking private messaging in the group How-To and Troubleshooting: 14 years, 9 months ago
Just to update, I applied the code from the patch with no luck. Here’s what my messages-templatetags.php code now says: function bp_send_private_message_link() { echo bp_get_send_private_message_link(); } function bp_get_send_private_message_link() { global $bp; if ( bp_is_my_profile() || !is_user_logged_in() ) return false; return apply_filters(…[Read more]
-
gregfielding posted on the forum topic Memcached is breaking private messaging in the group How-To and Troubleshooting: 14 years, 9 months ago
@r-a-y Thanks for the link, but I’m confused a bit. My current code already has that patch in it, changing the “public” to “private” looks to be the only switch. I’m guessing this was changed in a more recent BP release? And, you said: “With the patch, you’d still need to apply a filter to “bp_get_send_private_message_link” […]
-
gregfielding posted on the forum topic Memcached is breaking private messaging in the group How-To and Troubleshooting: 14 years, 9 months ago
Batcache isn’t supposed to impact logged-in users, so it seemed like a natural fit for BP. Paul, you think this is a BP issue as opposed to just tweaking a caching setting? I know that there are people using BP with memcached and W3Total cache…are any of you guys having trouble with this? (W3TC doesn’t […]
-
gregfielding started the forum topic Memcached is breaking private messaging in the group How-To and Troubleshooting: 14 years, 9 months ago
I’ve got a large blog farm with multi-db’s using memcached & batcache to handle the load. The problem is that with BP, if I click to send a private message to a user, it shows the wrong recipient on the composition screen. If I flush the cache and try again it works. Has anyone else […]
-
gregfielding posted on the forum topic Would love some criticism in the group Requests & Feedback: 14 years, 9 months ago
Does that mean links in the body, sidebar, or everything? If it’s everything, I’m basically going to have to create a page template with no header, footer, or sidebar, right?
-
gregfielding started the forum topic Private Messaging Broke in the group How-To and Troubleshooting: 14 years, 9 months ago
I haven’t made any changes to my site recently so I am at a loss as to what could have caused this… On a member’s profile, when you click to send a private message, it loads the screen, but shows the wrong recipient. Before I pull all my hair out, has anyone else experienced this? […]
-
gregfielding posted on the forum topic Would love some criticism in the group Requests & Feedback: 14 years, 9 months ago
@techguy Yes, we’re aiming both at consumers (as a resource) and real estate pros (as a networking and blogging platform) – Great advice to make that more clear.Ditto with the realtor page. We do care about consumers, but it has been a challenge to aggregate content in a way that makes sense for them. A magazine-style […]
-
gregfielding started the forum topic Would love some criticism in the group Requests & Feedback: 14 years, 9 months ago
Pretty simple child theme without too many tweaks. We’ve got a pretty active community brewing. I don’t have the best eye for style so it would be great to get some feedback.
Thanks!
-
gregfielding posted on the forum topic BuddyStream 1.03 Feedback in the group BuddyStream: 14 years, 9 months ago
Guys, did this include Brajesh’s patch to work with his Gallery plugin?
- Load More
@gregfielding
Active 10 years, 10 months ago