What do you mean by new entrance ? You’re working on a WordPress powered site using the BuddyPress plugin.
To get a chance for help on this support forum, please read also here.
In buddypress, you can create your pages or your entrance. My question is about, how do you create new entrance or post, using codex, but without being an administrator user, and don’t open dashboard
My version of WordPress is 3.9.1, and Buddypress is 2.0.2
Please, help me.
Thanks!
New post or a page publication is made by WordPress, not by BuddyPress.
The only pages BP needs are those created for each activated component. The content of these page is generated dynamically, depending of the context, and in fact, these pages are only intended for internal purpose, to fit with WordPress’s fonctionnalities.
In a few words, BP is using the wp page system, but doesn’t use a page like WP.
https://codex.wordpress.org/Pages
So the question is how to allow your users to publish a blog post directly from the frontend.
https://wordpress.org/plugins/front-end-publishing/
For pages, it’s a bit more delicate.
WordPress pages are generally used for displaying static content. That’s why publishing pages is under the responsability of the site owner and/or an editor, but not allowed (by default) for authors or contributors. Also, accessing to pages will need some menu adjustment.
I wouldn’t recommend to let your authors handle pages.