Replies
- Brajesh Singh on June 6, 2020 at 6:51 am in reply to: [Resolved] How to show new post link at blog page? #30515
Hi Vikas,
You can use the following urlhttp://yoursite.com/members/me/budyblog/edit/to point to logged in user’s new post page.
Please make sure to replace yoursite.com with actual url.
Regards
Brajesh Hi Kathy,
Thank you for using the moderation tools plugin.Currently, we use the icon from dashicon as dashicon is already loaded by BuddyBoss theme.
Are you using any plugin to load font awesome icon set? If yes, Please let me which version of it you are using(5 or 4.7 and free or Pro) and I will assist with the code.
PS:- BuddyBoss theme comes with a special icon set(has a large amount of icons). I am listing those icons below. If you want to use any of the icon form this list, It will be super easy and efficient.
https://i.imgur.com/aipydve.png
https://i.imgur.com/roofNv1.png
https://i.imgur.com/OG7y7iU.pngRegards
Brajesh- This reply was modified 5 years, 9 months ago by
Brajesh Singh. Reason: fixed 5.7 to 4.7
- This reply was modified 5 years, 9 months ago by
Hi Peter,
Thank you for your interest in using our plugins in future.Here is a simple way to find out
1. Open your wp-config.php and look for the following line
define( 'WP_DEBUG', false );Please change that to
define( 'WP_DEBUG', true );and add the following line too
define( 'WP_SANDBOX_SCRAPING', true);Now, if you open the site, It will show you the actual error. Please change back wp-config.php to your original state and let me know the error.
Regards
Brajesh- Brajesh Singh on June 5, 2020 at 8:54 pm in reply to: [Resolved] add extra css on a profile field #30508
Hi Bouke,
BuddyBoss theme has full control over the profile data listing style.
The markup comes from the theme and not from the plugin. We do not add any markup(except for image field, we do add img tag).
Do you want to add a border around “data” cell or do you want to do it for some specific field type values where field type is offered by us. In the later case, I can look into it and assist you.
Regards
Brajesh Hi Peter,
Welcome to BuddyDev.The reason for WSOD seems related to a BuddyPress depended plugin or theme.
is there any chance you have some BuddyPress dependent plugin network active? or individually active on all sites?
Regards
Brajesh- Brajesh Singh on June 5, 2020 at 6:50 pm in reply to: [Resolved] Auto join groeps Auto List error #30505
Hi Peter,
The user registering from backend is different than the user registering from the front end.
We use profile fields/member types to take decision where to add users. When you register from the backend, the profile fields/member types are not available for that user. That’s why we do not execute our actions.
If someone registers from front end and activates their account, our activation routine will run and add user to groups.
Regards
Brajesh Hi Ruben,
Thank you.I had a look. You are using Youzer. Our plugins do not work with Youzer and we do not plan to add any compatibility due to our experience with their support.
https://buddydev.com/unsupported-plugins/
Regards
BrajeshHi Nestor,
Thank you for the details.Please contact OcenWP authors for assistance.
Regards
BrajeshHi Nik,
Thank you for the understanding.
I do hope to update the workflow in future.
Regards
Brajesh- Brajesh Singh on June 5, 2020 at 6:11 pm in reply to: [Resolved] MediaPress upload and image optimization with Robin Image Optimizer Plugin #30501
Hi,
Thank you for the question.You may add following to your bp-custom.php
add_filter( 'mpp_generate_metadata', 'WRIO_Media_Library::optimize_after_upload', 10, 2 );That should make it work with the above plugin.
Regards
Brajesh