-
Henry Wright replied to the topic Custom login-form in the forum How-to & Troubleshooting 9 years, 4 months ago
There will be plugins in the WordPress Plugin Directory that can do both of these things. Theme My Login won’t do exactly what you need but it’s a great plugin I’d recommend if you need to to bring the login page into your theme.
-
Henry Wright replied to the topic Profile avatar directory location in the forum Installing BuddyPress 9 years, 4 months ago
I haven’t tested or looked at the source but I suspect you will need to use my
no_grav()
function as well. You could run a quick test to be sure? -
Henry Wright replied to the topic Profile avatar directory location in the forum Installing BuddyPress 9 years, 4 months ago
You can disable Gravatar like this:
function no_grav() {
return true;
}
add_filter( 'bp_core_fetch_avatar_no_grav', 'no_grav' ); -
Henry Wright replied to the topic Profile avatar directory location in the forum Installing BuddyPress 9 years, 4 months ago
That would be 30 minutes on a good day. At 6:30pm I’d hit the worst traffic imaginable (I’d be coming from the Isle of Dogs). But it’s great to hear it’s a success!
My apologies, yes that’ll change the default avatar. I just re read your whole post and realise that may not be what you want.
-
Henry Wright replied to the topic Profile avatar directory location in the forum Installing BuddyPress 9 years, 4 months ago
That would be 30 minutes on a good day. At 6:30pm I’d hit the worst traffic imaginable (I’d be coming from the Isle of Dogs). But it’s great to hear it’s a success!
My apologies, he’s that’ll change the default avatar. I just re read your whole post and realise that may not be what you want.
-
Henry Wright replied to the topic Profile avatar directory location in the forum Installing BuddyPress 9 years, 4 months ago
Cool running club! I was looking to join a club near me but Harold Wood is about a 30 minute drive away.
Regarding your question:
Is there a way of passing this path to Buddypress as the default avatar?
You can filter the default avatar URL using the
bp_core_default_avatar_user
hook.Hope this helps!
-
Henry Wright replied to the topic Profile avatar directory location in the forum Installing BuddyPress 9 years, 4 months ago
Cool running club! I was looking to join a club but Harold Wood is about a 30 minute drive away
Regarding your question:
Is there a way of passing this path to Buddypress as the default avatar?
You can filter the default avatar URL using the
bp_core_default_avatar_user
hook.Hope this helps!
-
Henry Wright replied to the topic Use "Jetpack publicize" to publish activity updates in the forum Creating & Extending 9 years, 4 months ago
Are activity updates a wordpress custom posts types?
No. Activity items aren’t custom posts; instead, they live in the bp_activity table. See here for a diagram.
-
Henry Wright replied to the topic Cache issue on bp directory pages with multisite installtion in the forum How-to & Troubleshooting 9 years, 4 months ago
-
Henry Wright replied to the topic Cache issue on bp directory pages with multisite installtion in the forum How-to & Troubleshooting 9 years, 4 months ago
-
Henry Wright replied to the topic Disqus Comments and BuddyPress in the forum Creating & Extending 9 years, 4 months ago
This isn’t possible out-of-the-box but there may be a plugin in the WordPress Plugin Directory that adds Disqus functionality.
Adding items to the BuddyPress activity stream is very easy. Check out the bp_activity_add() article for more info.
-
Henry Wright replied to the topic Message feature CC's Other Members Automatically in the forum How-to & Troubleshooting 9 years, 4 months ago
This sounds very strange. If you’re still seeing the problem after you’ve removed all custom code snippets, deactivated all plugins and reverted to TwentyFifteen, then I’d suggest you consider having a security audit done to find the source of the problem.
-
Henry Wright replied to the topic How to Modify Content Before Saving if to DB in the forum How-to & Troubleshooting 9 years, 4 months ago
~5th line down you have
exit();
. That will stop execution of the function at that point. -
Henry Wright replied to the topic How to Modify Content Before Saving if to DB in the forum How-to & Troubleshooting 9 years, 4 months ago
~5th line down you have
exit();
. That will stop execution of the function at that point. -
Henry Wright replied to the topic What's wrong with my plugin? in the forum How-to & Troubleshooting 9 years, 4 months ago
Unfortunately “bad” bad reviews happen regularly and this is a good example. By “bad” I mean a reviewer doesn’t provide any details of the problem they’ve faced and doesn’t reply to the plugin author’s response.
EDIT: I just noticed the review was posted just 19 hours ago so hopefully the reviewer will still respond to your comments.
-
Henry Wright replied to the topic What's wrong with my plugin? in the forum How-to & Troubleshooting 9 years, 4 months ago
Unfortunately “bad” bad reviews happen regularly and this is a good example. By “bad” I mean a reviewer doesn’t provide any details of the problem they’ve faced and doesn’t reply to the plugin author’s response.
-
Henry Wright replied to the topic Template look and feel issues in the forum How-to & Troubleshooting 9 years, 4 months ago
Take a look at the BuddyPress Template Hierarchy article. If your theme uses BuddyPress templates then you’ll be able to override them.
-
Henry Wright replied to the topic in the forum Henry Wright 9 years, 4 months ago
Hi @garrett-eclipse,
Thanks for highlighting this. I’ve passed on your feedback to the core team.
-
Henry Wright replied to the topic documentation for remove_action activity streams in the forum Requests & Feedback 9 years, 4 months ago
That’s a good idea. If you do a search for
bp_activity_add()
you will see everything that creates an activity item. Some plugins use the activity stream so be sure to search any of those you may have installed as well. -
Henry Wright replied to the topic Get Post ID from Notification in the forum How-to & Troubleshooting 9 years, 4 months ago
Ah OK. For message notifications, you should find the message thread ID in
item_id
- Load More
@henrywright
Active 8 months, 2 weeks ago