-
Jeff Sayre posted a new activity comment 15 years, 4 months ago
The information that can be learned from the action and filter firing sequence is amazing. I considered formatting the output in a fancier way, but then remembered that this is for developers and there was no need to extra fluff as long as the info was sufficiently easy to understand.
-
Jeff Sayre posted a new activity comment 15 years, 4 months ago
Thanks, Boone! I’m sorry it took me so long to respond. With email, Twitter, IRC, Skype, and various BP forums to monitor, I often forget to check BP for any @mentions. Can you cay communication overload!
Let me know what you think of the WP Hook Sniffer.
-
Jeff Sayre posted on the forum topic SVN for BuddyPress plugins? in the group Creating & Extending: 15 years, 4 months ago
Many BuddyPress developers use the WordPress Plugin Repository to host their BP-based plugins. Just make sure that you include the tag “buddypress” as one of the tags in your plugins header section.
-
Jeff Sayre started the forum topic Introducing the WordPress Hook Sniffer: a Developer Plugin in the group Third Party Components & Plugins: 15 years, 4 months ago
The WordPress Hook Sniffer plugin is a tool for plugin developers that helps determine the sequence in which action and filter functions are fired. It allows you to peer into the inner workings of the WordPress Plugin API. You can configure what is outputted and to where the output is sent (screen or text file). […]
-
Jeff Sayre posted on the forum topic Display specific action from $wp_actions in the group WordPress Hook Sniffer: 15 years, 4 months ago
There is no reason to do anything special with the $wp_filter and $wp_actions array–other than deciding in which way you wish to display the output. WP Hook Sniffer creates 4 new, unique arrays, each that provide very specific, detailed information that you use to figure out what is going on. I’m not sure why you […]
-
Jeff Sayre started the forum topic Welcome to the Support Forum for the WordPress Hook Sniffer Developer's Tool in the group WordPress Hook Sniffer: 15 years, 4 months ago
When requesting support, please provide the following details: 1. The version of WP you’re running. 2. Whether WP is in single-site or multi-site mode 3. The version of BuddyPress you’re running 4. A detailed description of your issue 5. Any error messages 6. What other plugins you’re running 7. Whether you are using the default […]
-
Jeff Sayre posted on the forum topic Odd blank sections in WP admin after installing BP in the group How-To and Troubleshooting: 15 years, 4 months ago
It looks like you need to increase the allocated memory limit for PHP. Depending on the way your hosting company has set up the servers, you might be able to do this yourself. If you’re on a shared hosting package, they might not allow you to increase the memory limit. I suggest contacting technical support […]
-
Jeff Sayre posted on the forum topic Only admin can see entire activity stream? in the group How-To and Troubleshooting: 15 years, 4 months ago
I’m still not clear about your issue. Do you have any screenshots of what the homepage looks like when logged in as Site Admin and then what it looks like when logged out? After logging out, please clear your browser’s cookies and cache just to be absolutely certain you’re looking at a newly-refreshed page. All […]
-
Jeff Sayre posted on the forum topic Forums setup is empty in the group Installing BuddyPress: 15 years, 4 months ago
@suprmario- The screenshots that you linked to are normal. You mention that you are “getting a blank page … when trying to set up the forum.” Where is this blank page? BuddyPress uses an internal install of bbPress. It allows you to add forums to groups. It does not create a sitewide forum. To see […]
-
Jeff Sayre posted on the forum topic Plugin authors: How are you planning to use the new bp.org? in the group Miscellaneous: 15 years, 5 months ago
@boonebgorges Trying to take this thread back to Boone’s original topic (and I think purpose), I plan on using the forum feature of each plugin’s group as the primary support area for each of my plugins–athough I may still offer a premium support model in another location. I’ll use the primary BP support forum Third Party […]
-
Jeff Sayre started the forum topic Welcome to the Support Forum for the Featured Members Widget in the group Featured Member(s) Widget: 15 years, 5 months ago
When requesting support, please provide the following details: 1. The version of WP you’re running. 2. Whether WP is in single-site or multi-site mode 3. The version of BuddyPress you’re running 4. A detailed description of your issue 5. Any error messages 6. What other plugins you’re running 7. Whether you are using the default […]
-
Jeff Sayre posted on the forum topic Featured Members Plugin and fatal error in the group Third Party Components & Plugins: 15 years, 5 months ago
All support related questions for the Featured Members Widget should now be made with the Featured Members Widget Group forum. You must first join the group to be able to post to the support forum. While your there, please consider making a donation to keep me alive!
https://buddypress.org/community/groups/buddypress-featured-members-widget/forum/
-
Jeff Sayre posted on the forum topic Featured Members Plugin and fatal error in the group Third Party Components & Plugins: 15 years, 5 months ago
I’ll be fixing this widget up in the coming week. Hopefully, I can re-release by the end of the week.
-
Jeff Sayre posted on the forum topic Blog Comment Link in Activity Stream Broken has ID# Twice in the group How-To and Troubleshooting: 15 years, 5 months ago
Actually, what I changed was the code that outputs the comment link–at least as it is supposed in BP’s codebase. The blog link ( the link to the post’s permalink ) is outputted on line 46 of the theme file /activity/entry.php. But, I believe your interpretation may be better. First, here’s a link to the […]
-
Jeff Sayre posted on the forum topic Blog Comment Link in Activity Stream Broken has ID# Twice in the group How-To and Troubleshooting: 15 years, 5 months ago
You’re welome!
-
Jeff Sayre posted on the forum topic Blog Comment Link in Activity Stream Broken has ID# Twice in the group How-To and Troubleshooting: 15 years, 5 months ago
NOTE: Please ignore this post. The same behavior in outputitng codeblocks is still being observed. Refer to the Trac ticket if you’re having the OP’s issue Alright, we DJPaul’s help, I’ve just learned that what I used to use without issue in the old forums is no longer an option. So, I’ll redo my first […]
-
Jeff Sayre posted on the forum topic Blog Comment Link in Activity Stream Broken has ID# Twice in the group How-To and Troubleshooting: 15 years, 5 months ago
If you look at the “View” link output, it is fine–no double comment reference. It is only the Blog title link that has the doubling error. The error is caused by the Comment ID being passed twice into the sprintf() function. One time from the line above via the $comment_link variable, and the second time […]
-
Jeff Sayre posted on the forum topic Blog Comment Link in Activity Stream Broken has ID# Twice in the group How-To and Troubleshooting: 15 years, 5 months ago
Well, I can’t solve the issue of not being able to post codeblocks. So, here’s another way to display what I’m saying. On line 431, the end of the code starting just after the link tag is this: $comment_link . ‘#comment-‘ . $comment->comment_ID . ‘”>’ . $comment->post->post_title . ‘ ‘ ); Remove this from that line: […]
-
Jeff Sayre posted on the forum topic Blog Comment Link in Activity Stream Broken has ID# Twice in the group How-To and Troubleshooting: 15 years, 5 months ago
Okay, crap. I did post the proper code line but the new forums are not allowing me to post code so it is turning it into a link. Give me a few minutes…
-
Jeff Sayre posted on the forum topic Blog Comment Link in Activity Stream Broken has ID# Twice in the group How-To and Troubleshooting: 15 years, 5 months ago
Okay, I did not include the entire code line in my post above. Line 431 (430 for you) should read as follows:
$comment_link = get_permalink( $comment->comment_post_ID ) . '#comment-' . $comment_id; $activity_action = sprintf( __( '%1$s commented on the blog post %2$s', 'buddypress' ), bp_core_get_userlink( $user_id ), ' <a>comment_ID . '">' .…
[Read more] - Load More
@jeffsayre
Not recently active