Replies
Thank you.
Have a nice day!Hi Mike,
Thank you for the update. I am glad the shared avatars are working.For the sign up avatar, please allow me to test this plugin on multi blog setup and assist you tomorrow.
I have just left the desk for today, will assist early tomorrow.
Thank you
Brajesh- This reply has been marked as private.
- Brajesh Singh on June 8, 2019 at 11:21 pm in reply to: [Resolved] MediaPress Plugin – How Do I Stop Video Uploads? #23430
Hi Propertytips,
Thank you for the patience.I have got it working now. Will be posting an update late Monday/Early Tuesday. I need to add a setting option to turnoff local upload and also check another issue(it seems the media is attached twice for some reason)
Thank you
Brajesh Hi Mike,
Thank you for joining pro. I sincerely appreciate it.1. Do you use FTP? If yes, Please login via FTP and navigate to your wp-content/uploads directory. Then note the complete path.
If it is in the sub folder like you posted, the path should be
/public_html/MYSITE/wp-content/uploadsRegards
BrajeshHi Mike,
Thank you.I sincerely appreciate the kind words and your support.
Thank you
BrajeshHi Mike,
1. You caught it correctly. While posting the code on forum, I edited the path a bit to remove some identifying information. Sorry for that double wp-content. Removing one now. It should be the absolute path to your uploads directory.
2. Yes, It is your main site.
No, It should not stop use of gravatar.
Regards
BrajeshHi Mike
Welcome to BuddyDev.I have moved the topic to relevant forum.
1. Disable signup avatar for now and let us get the avatar working.
Do you have a solution for sharing avatars across multiblogs?
I am using this on a WordPress 5.2 + BuddyPress 4.3 multisite, multi blog and it is working.
define( 'BP_AVATAR_UPLOAD_PATH', '/public_html/wp-content/uploads' );// change with absolute path to your wp-content/uploads directory. define( 'BP_AVATAR_URL', 'http://yoursite.com/wp-content/uploads' );Make sure to update the urls. Once this works for you(without the signup avatar), I will suggest trying signup avatar then.
Regards
Brajesh- This reply was modified 6 years, 8 months ago by
Brajesh Singh.
- This reply was modified 6 years, 8 months ago by
- Brajesh Singh on June 8, 2019 at 7:21 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types Acceptance Checkbox won't allow sign up #23416
Hi Kory,
Welcome to BuddyDev.
I had a look and I can see the issue. The issue is something is preventing the required javascript file from being lodaded on your register page. I am assuming it is the Membership plugin.You may try enabling the field always by putting this in your theme’s functions.php(or if you have wp-content/plugins/bp-custom.php)
add_filter('bpxcftr_load_front_assets', '__return_true');That should force load the javascript and make it work.
Regards
Brajesh Hi,
Please revisit BudyBlog settings. You have checked the Taxonomies but not enabled them. Please enable them from the option.
Also, for author, Please see my post here
https://buddydev.com/support/forums/topic/author-can-not-blog/#post-23409
Your issues are related to BuddyBlog configuration.
Regards
Brajesh