Replies
- 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- Brajesh Singh on June 7, 2019 at 4:03 pm in reply to: [Resolved] BP (un-)lock activity for admin only? #23410
Hi Richard,
Can you please help me understand it better.Do you want us to put a default status(open/close) by default?
Regards
Brajesh Hi Anders,
As per your other post, you are using incorrect capability. There is no capability called ‘author’.Please see the list here
https://wordpress.org/support/article/roles-and-capabilities/#authorAdd the publish_posts in the capability of BuddyBlog and it will work for authors.
Regards
BrajeshPlease share the screenshot of your BuddyBlog settings page again. Te only reason is permission issue.
Hi
1. The post password is not supported.
2. The tags/Categories will appear if you have some terms in them. They can be assigned from the front end but need to be created from backend. Tags/Categories can not be created from the front end.Please create some categories in backend and they should appear.
Regards
BrajeshThank you.
For our testting ourpose we are going to update the settings and see what happens.
1. Please visit Plugins->Installed and search for “BP Simple” and make sure the BP Simple Front end post is “Active” if not active, activate it. It must be “Active”
Now, if that does not make it work, Please visit Dashboard->settings->BuddyBlog and change this
“Limit Number of posts a user can create” -> Set “No”
“Which Capability Is required for Post creation” -> readPlease update these two and check again. Is it showing the editor now?
Regards
BrajeshHi Anders,
1. Is the BP Simple Front end post plugin activated?2. Can you please share me a video of your BuddyBlog settings page?
Thank you
BrajeshHi Anders,
Sorry about the issue.
Please make sure you have this plugin installed and active
https://buddydev.com/plugins/bp-simple-front-end-post
Regards
Brajesh- Brajesh Singh on June 7, 2019 at 7:46 am in reply to: [Resolved] Need to Hide MediaPress uploads from Normal WordPress Library & Media up-loader #23391
Hi Christian,
Thank you for the question.
Both are doable. We left it this way to allow admins see what users are doing on their site. I will add an option in next version to toggle the visibility from the media manager.Regards
Brajesh