-
Bradley replied to the topic A Mess of Issues in the forum How-to & Troubleshooting 5 years, 11 months ago
@mcpeanut I didn’t come across this issue. Kaine Labs is working hard to smash bugs. They plan on releasing an update this month. Thank you for investigating my issue. 🙂
-
Henry Wright replied to the topic Hey all, Its been a while in the forum Miscellaneous 6 years, 8 months ago
Glad to see you again on here @mcpeanut. Do share your BuddyPress website and story behind it when it’s ready!
-
Henry Wright replied to the topic Buddypress bug still happening 1 year after mentioning it here,effects all users in the forum Miscellaneous 8 years, 11 months ago
@mcpeanut I’m unable to test right now but can you give this a try on Twenty Fifteen or Twenty Sixteen and if the problem persists, would you mind opening a Trac ticket for this? Copying and pasting some of what you’ve wrote already should be fine.
The core devs might not see this forum topic.
-
Henry Wright replied to the topic Does BuddyPress 2.4.0 – Pietro take advantage of php 7 in the forum How-to & Troubleshooting 8 years, 11 months ago
Agreed @mcpeanut, the speed improvements alone are worth the upgrade. PHP 7 also has some useful features that us developers would love to use. Problem is, most cheap hosts will still be on something like 5.4 so we can’t use any of the new features in our plugins.
To get an idea what version of PHP WordPress users are on, take a look at these…[Read more]
-
Henry Wright replied to the topic Can Buddypress support hundreds of thousand of users? in the forum Miscellaneous 9 years, 2 months ago
Thanks for the links @mcpeanut, I’ll check out HHVM!
-
Henry Wright replied to the topic Can Buddypress support hundreds of thousand of users? in the forum Miscellaneous 9 years, 2 months ago
I am currently testing my buddypress install on one of my servers with nginx
Are you using Nginx with php-fpm? I’ve been tempted to do that for BuddyPress. It’d mean moving all of my .htaccess directives to Nginx server blocks but I think the effort would be worth it for the performance improvements.
-
Henry Wright replied to the topic nginx vs apache installs with buddypress in the forum Miscellaneous 9 years, 5 months ago
-
Henry Wright replied to the topic XSS Vulnerability Affecting Multiple WordPress Plugins in the forum Miscellaneous 9 years, 7 months ago
Hey @mcpeanut!
The pandemonium is rarely related to WordPress core or BuddyPress core (the core devs usually issue a fix before we even know there’s a problem). So it’s a great idea to keep up to date as you’ve already mentioned.
The tricky part arrives when we look at plugins. Whilst WordPress does everything it can to make plugin developers…[Read more]
-
cometchat replied to the topic Chat plugin? in the forum How-to & Troubleshooting 9 years, 7 months ago
Hello,
I am Andrew from the CometChat team.
@mrgiblets, am sorry that you have faced load issues. We have some very large sites like Date.com using CometChat without any issues. So there will be some tweaking required to help resolve your issue. Mostly, we will have to re-write your integration and remove the WordPress bootstrap and the load…[Read more]
-
Henry Wright replied to the topic Performance of css Stylesheets in the forum Miscellaneous 9 years, 7 months ago
Hey @mcpeanut,
There’s no right and wrong way but this is what I do:
Put all of your global CSS properties into style.css. for example, styles that related to your header, footer and main templates and then conditionally enqueue stylesheets that are used less regularly so that they’re only loaded when absolutely necessary.
-
Henry Wright replied to the topic Why is there no ajax on profile tabs? in the forum Requests & Feedback 9 years, 7 months ago
-
Henry Wright replied to the topic New plugin: BuddyPress Mute in the forum Showcase 9 years, 7 months ago
Hey @mcpeanut
Thanks! If you have any feedback once you’ve given it a spin, then I’d be grateful for it 😀
-
rosyteddy replied to the topic Help to put Favorit button in blog post page in the forum How-to & Troubleshooting 9 years, 7 months ago
+1 @mcpeanut
Posted there. -
Henry Wright replied to the topic Page Not Found Permalinks Issue in the forum How-to & Troubleshooting 9 years, 7 months ago
@mcpeanut good point. I think < 10 is a manageable number when it comes to updating. As you say, when you go above that number, you run the risk of bringing on a headache when it’s time to upgrade WP. Also, until WP bumps the required version of PHP to 5.3+ and namespacing becomes available, function naming collisions is another problem because…[Read more]
-
Henry Wright replied to the topic Page Not Found Permalinks Issue in the forum How-to & Troubleshooting 9 years, 7 months ago
Not really that big of a list 26, ive had a site running 75 plugins efficiently
That’s the highest number I’ve heard of 🙂 But, if things run smoothly then why not! 😀
-
Henry Wright replied to the topic [Solved] What are the correct action and filter hooks for comment notifications? in the forum How-to & Troubleshooting 9 years, 7 months ago
glad you got it working! 🙂
Oh one last thing henry it turns out i didnt need to use the echo $count; at the end because it was causing it to echo 4 times on the page
That’s strange. I’m not sure why that would be happening because the echo statement should execute once only. Perhaps you’re running the code inside a loop which causes…[Read more]
-
Henry Wright replied to the topic [Solved] What are the correct action and filter hooks for comment notifications? in the forum How-to & Troubleshooting 9 years, 8 months ago
Hey again @mcpeanut,
I’ve had a little bit more time this evening to look at this for you. I found that the notifications component provides a public static method
get_total_count()
which can be used to get the unseen mention count. You can use it like this:$query_vars = array(
[Read more]
'user_id' => get_current_user_id(),
'component_action' =>… -
Henry Wright replied to the topic [Solved] What are the correct action and filter hooks for comment notifications? in the forum How-to & Troubleshooting 9 years, 8 months ago
Hey @danbp
More about this:
https://codex.buddypress.org/developer/function-examples/bp_notifications_add_notification/
@mcpeanut isn’t trying to add a new notification, instead the aim is to get the ‘unseen’ mention count.
-
Henry Wright replied to the topic Is this a bug with Notifications? in the forum How-to & Troubleshooting 9 years, 8 months ago
Hi @mcpeanut,
Bug confirmed at my end using Twenty Twelve, WP 4.1.1 and BP 2.2.1. No plugins installed.
Can you open a ticket on Trac, reporting what you’ve found?
-
Henry Wright replied to the topic [Solved] What are the correct action and filter hooks for comment notifications? in the forum How-to & Troubleshooting 9 years, 8 months ago
Hey @mcpeanut
bp_friend_get_total_requests_count(), bp_notifications_get_unread_notification_count() and messages_get_unread_count() are actually functions. I do believe each returns a count. Regarding comments, are you looking for a function that gets the comment count?
- Load More
@mcpeanut
Active 5 years, 11 months ago