-
Henry Wright replied to the topic groups_get_groupmeta in functions.php in the forum Installing BuddyPress 10 years, 8 months ago
That’s strange. I’m assuming you’re passing it an actual group ID (integer)? That’s required. Can you
var_dumpwhat it’s returning? -
Henry Wright replied to the topic Need Help Choosing Plugins for Website Concept in the forum How-to & Troubleshooting 10 years, 8 months ago
I agree it sounds as though you’ll need a bookmarking plugin as the “core”. There are most probably lots to choose from in the WordPress Plugin Directory. My advice is set up a WordPress site locally for testing, install BuddyPress and try out some of the bookmarking plugins to see which suits your idea best.
-
Jason West started the topic Increase in fake visits since install in the forum How-to & Troubleshooting 10 years, 8 months ago
Hi,
Ever since installing Buddypress, we seemingly have an influx of visitors which just continually visit the site. This increases server load and slows down the server considerably. We have blocked out some of the main troublesome IP’s, but it seems to be a relentless flow of spambot traffic. We did have over 6000 rogue registrations, which…[Read more]
-
developer's profile was updated 10 years, 8 months ago
-
Henry Wright replied to the topic Activation Key in the forum Installing BuddyPress 10 years, 8 months ago
The activation key is emailed to each new member in the form on a link after they register on your site. Does that help?
-
Paul Wong-Gibbs replied to the topic Database error after upgrade to WP4.3/BP2.3.3 in the forum How-to & Troubleshooting 10 years, 8 months ago
If the SQL operation was carried out successfully (eventually), BP will have bumped a database version number, and next time, it wouldn’t have checked for schema updates.
-
Henry Wright replied to the topic Buddypress pages not working in the forum Installing BuddyPress 10 years, 8 months ago
Try disabling all plugins and activating TwentyFifteen.
-
Jason West's profile was updated 10 years, 8 months ago
-
Henry Wright replied to the topic Is anybody using Redis with Buddypress? in the forum Requests & Feedback 10 years, 8 months ago
I haven’t used Redis for caching but would be interested in what you find. Perhaps you could post your results here?
-
Henry Wright replied to the topic wp next default theme 2016 in the wild in the forum Creating & Extending 10 years, 8 months ago
I added some comments asking the main group to seriously consider BP and other plugins when choosing next default theme
Nice one @djsteveb! I hope TwentySeventeen takes BuddyPress into consideration too.
-
Henry Wright replied to the topic Installing buddy press theme with a different main wordpress theme in the forum Installing BuddyPress 10 years, 8 months ago
To the best of my knowledge, you can’t have 2 themes activated at the same time. You should choose a WordPress theme and then make use of the BuddyPress Template Hierarchy to customise the BuddyPress portion of your website.
-
Henry Wright replied to the topic 500 Error when accessing wp-admin in the forum How-to & Troubleshooting 10 years, 8 months ago
This could be absolutely anything and I know that’s not what you wanted to hear. Try checking your .htaccess file, sometimes that can be a source of 500 errors.
-
Henry Wright replied to the topic Is anybody using Redis with Buddypress? in the forum Requests & Feedback 10 years, 8 months ago
Check out the Persistent Object Caching article for a good overview of the various ways to cache.
-
Dylan Ryan replied to the topic [Resolved] "Notifications" Permalink Bug in the forum How-to & Troubleshooting 10 years, 8 months ago
Hey Gini,
You should be able to send them a support ticket and request the updated version that fixes the permalink bug.
You can create your ticket here: http://support.wishlistproducts.com/helpdesk.htm
Kind regards,
Dylan
-
Dylan Ryan replied to the topic [Resolved] "Notifications" Permalink Bug in the forum How-to & Troubleshooting 10 years, 8 months ago
Tested an Alpha version of WLM v2.90.2862 and everything looks good so far.
I wanted to add this just in case someone has a similar issue – a fix is coming. 🙂
Kind regards,
Dylan
-
Henry Wright replied to the topic Buddy Press with Another Wp Install in the forum How-to & Troubleshooting 10 years, 8 months ago
You may have some URL conflicts?
For example, I may have a page called WordPress here:
example.com/wordpress
Then if I install a second instance of WordPress in a sub dir called wordpress, I’d have:
example.com/wordpress
It’s all I can think of.
You’d need to think about your database too. That could cause some issues.
-
Henry Wright replied to the topic How to change what elements say in the forum How-to & Troubleshooting 10 years, 8 months ago
See the Customizing Labels, Messages, and URLs article.
-
Henry Wright replied to the topic Buddypress without followers in the forum Installing BuddyPress 10 years, 8 months ago
Perhaps there’s a plugin conflict?
-
Henry Wright replied to the topic Buddypress without followers in the forum Installing BuddyPress 10 years, 8 months ago
Unless I’m mistaken, there must some thing else wrong because I’ve not found BuddyPress Followers to be problematic in that way. Are you sure you’re using the latest version?
-
Angelo Rocha replied to the topic filter activity loop in the forum How-to & Troubleshooting 10 years, 8 months ago
Hi Henry Wright.
I pasted in functions.php
=/
This is my custom loop:
[Read more]
<?php do_action( 'bp_before_activity_loop' ); ?>
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
<noscript>
<div class="pagination">
<div class="pag-count"><?php bp_activity_pagination_count(); ?></div>
<div class="pagination-links"><?php… - Load More