-
Henry Wright replied to the topic Custom login-form in the forum How-to & Troubleshooting 10 years, 10 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 10 years, 10 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? -
Robert Hart-Fletcher replied to the topic Users extended profile field content not showing. in the forum How-to & Troubleshooting 10 years, 10 months ago
Hello shanebp
That you so much for your swift and excellent response.
I will follow up with my more intelligent colleagues.
Best Wishes
Robert -
Henry Wright replied to the topic Profile avatar directory location in the forum Installing BuddyPress 10 years, 10 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 10 years, 10 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 10 years, 10 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.
-
Robert Hart-Fletcher replied to the topic Users extended profile field content not showing. in the forum How-to & Troubleshooting 10 years, 10 months ago
Hi.
The plot thickens!
If I manually enter content in a BP extended profile field. It is saved and displays OK in the profile. BUT it does not show on the users list page.
?????
Robert -
Robert Hart-Fletcher started the topic Users extended profile field content not showing. in the forum How-to & Troubleshooting 10 years, 10 months ago
Hi BuddyPress Wizards,
I’ve imported some users into my site with S2Member Pro’s advanced import tool.
On the user list at wp-admin/users, I can see the content of users’ extended profile fields.
But the content does not show in the BP profiles at the front end or in the profile editor, e.g:…[Read more] -
Henry Wright replied to the topic Profile avatar directory location in the forum Installing BuddyPress 10 years, 10 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_userhook.Hope this helps!
-
Henry Wright replied to the topic Profile avatar directory location in the forum Installing BuddyPress 10 years, 10 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_userhook.Hope this helps!
-
Henry Wright replied to the topic Use "Jetpack publicize" to publish activity updates in the forum Creating & Extending 10 years, 10 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 10 years, 10 months ago
-
Henry Wright replied to the topic Cache issue on bp directory pages with multisite installtion in the forum How-to & Troubleshooting 10 years, 10 months ago
-
Henry Wright replied to the topic Disqus Comments and BuddyPress in the forum Creating & Extending 10 years, 10 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 10 years, 10 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.
-
bp-help replied to the topic What's wrong with my plugin? in the forum How-to & Troubleshooting 10 years, 10 months ago
@azaleamollis
Because its not as a straightforward process as it should be these are the the steps I took to remove my plugins from the WP repo.
1.) Send the request to plugins@wordpress.org to remove the plugin using the same email you used when submitting the plugin make sure you state your reason why, be it personal or lack of time to support…[Read more] -
Henry Wright replied to the topic How to Modify Content Before Saving if to DB in the forum How-to & Troubleshooting 10 years, 10 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 10 years, 10 months ago
~5th line down you have
exit();. That will stop execution of the function at that point. -
Azalea Mollis replied to the topic What's wrong with my plugin? in the forum How-to & Troubleshooting 10 years, 10 months ago
Thx for the answers guys, the encouragement is really appreciated.
@henrywright
He won’t be back I bet. He intentionally didn’t use the support forum to share what was his problem, he just wanted to ruin someone else’s work.@djsteveb
My plugin does everything you mentioned, it has nice error messages that inform users how to choose an…[Read more] -
bp-help replied to the topic What's wrong with my plugin? in the forum How-to & Troubleshooting 10 years, 10 months ago
@azaleamollis
I can understand you being discouraged about a negative review especially when the user didn’t make any effort at making a support request before writing the negative review. Unfortunately there are “Trolls” that do this just like there are “Trolls” on other sites. I had one guy write a negative review on one of my plugins because it…[Read more] - Load More