-
Henry Wright updated the Writing automated tests for BuddyPress-dependent plugins page, on the BuddyPress Codex 8 years, 9 months ago
The automated testing suite introduced into BuddyPress after 1.7 make it easy to write unit tests for your BP-dependent plugins. Our implementation assumes that you’ll be writing your plugin tests according to […]
-
Henry Wright replied to the topic Global $bp does not contain current_user data in the forum Creating & Extending 8 years, 9 months ago
I’m also wondering why you want to populate the
$bp
global with current user data? -
Henry Wright replied to the topic Global $bp does not contain current_user data in the forum Creating & Extending 8 years, 9 months ago
Is your
bp_displayed_outside_bp()
function a class method? If not, then$this
is being used out of context. Instead try:add_filter( 'bp_displayed_user_id', 'bp_displayed_outside_bp' );
-
Henry Wright updated the Automated Testing page, on the BuddyPress Codex 8 years, 9 months ago
BuddyPress contains a suite of automated tests. These tests are designed to prevent the accidental introduction – or reintroduction – of bugs. If you are a developer of BuddyPress plugins, or if you are […]
-
Henry Wright replied to the topic Display WP Username by default without Plugin in the forum How-to & Troubleshooting 8 years, 9 months ago
If you don’t find a custom solution to this I just wanted to point out that plugin is built by @r-a-y, one of the BuddyPress core developers. I expect it should still work fine. As always, try it on a test install before adding to your live site.
-
Henry Wright replied to the topic tasks in the forum Creating & Extending 8 years, 9 months ago
Right, I see. As I say, fixing the issue might be far easier for you than building from scratch?
-
Henry Wright replied to the topic How to redirect after registration? in the forum How-to & Troubleshooting 8 years, 9 months ago
Can you paste the code you’re using here?
-
Henry Wright replied to the topic tasks in the forum Creating & Extending 8 years, 9 months ago
To Do List member accomplished this nicely until the shortcodes decided not to display.
It might be easier fixing this issue rather than building a new solution. Have you told the plugin author about the problem? Maybe they can publish a fix.
-
Henry Wright replied to the topic Just a little advice please in the forum Showcase 8 years, 9 months ago
My approach is usually start by installing WordPress and then install and activate the BuddyPress plugin. From there the next step is to choose a theme. Here you will have both free and paid options. You’ll find some good free themes here. Once you’re done with your website’s look and feel, begin to add functionality such as an ecommerce plugin…[Read more]
-
Henry Wright replied to the topic Categories in the Activity in the forum How-to & Troubleshooting 8 years, 9 months ago
This isn’t possible by default. You will need to add either a plugin, if one is available, or some custom code.
-
Henry Wright replied to the topic text editor in the group or other pages in the forum How-to & Troubleshooting 8 years, 9 months ago
Check out TinyMCE.
-
Henry Wright replied to the topic User does not show up in BP-Members search in the forum How-to & Troubleshooting 8 years, 9 months ago
The user most likely hasn’t logged in yet. You will find once a user has logged in for the first time, they will become active and show up in the members directory.
-
Henry Wright replied to the topic phpMyAdmin in the forum How-to & Troubleshooting 8 years, 9 months ago
You could deactivate BuddyPress and leave the tables in the database without any problems. If you do choose to remove the tables, take a look at the BuddyPress Database Diagram which might be helpful.
-
Henry Wright's profile was updated 8 years, 9 months ago
-
Henry Wright replied to the topic double information on profile in the forum How-to & Troubleshooting 8 years, 9 months ago
In that case, try looking through your theme’s templates. Make sure you’re not outputting the data twice. Also check the filter and action hooks you have set up to be sure nothing is outputting twice.
-
Henry Wright replied to the topic how to block access for buddypress pages for non-logged users? in the forum Requests & Feedback 8 years, 9 months ago
Which plugins did you try?
-
Henry Wright replied to the topic how to block access for buddypress pages for non-logged users? in the forum Requests & Feedback 8 years, 9 months ago
There should be plugins available that can do this. Have you tried searching the WordPress Plugin Directory?
-
Henry Wright replied to the topic double information on profile in the forum How-to & Troubleshooting 8 years, 9 months ago
This is most likely to be a theme issue. Is there any way you can try with Twenty Fifteen?
-
Henry Wright replied to the topic pages are being redirected to groups directory in the forum How-to & Troubleshooting 8 years, 9 months ago
You should try disabling all custom code you’ve introduced (theme, plugins, functions) to see which bit is causing the problem.
-
Henry Wright replied to the topic Notifications 404 in the forum How-to & Troubleshooting 8 years, 9 months ago
Notification links sometimes point directly to single activity items. If the activity item is deleted, you’ll get a 404 after clicking the notification. Could that be happening?
- Load More
@henrywright
Active 8 months, 1 week ago