Hi Art,
did you find a solution? I just changed /wp-content/plugins/wp-help/wp-help.php, line 101 from:
$hook = add_dashboard_page( _x( 'Publishing Help', 'page title', 'wp-help' ), _x( 'Publishing Help', 'menu title', 'wp-help' ), 'publish_posts', 'wp-help-documents', array( $this, 'render_listing_page' ) );
To:
$hook = add_dashboard_page( _x( 'Publishing Help', 'page title', 'wp-help' ), _x( 'Publishing Help', 'menu title', 'wp-help' ), 'read', 'wp-help-documents', array( $this, 'render_listing_page' ) );
This will of course be overwritten on a plugin update, and I don’t know if there are any security issues involved, but it makes wp-help available for all backend users.
Cheers,
Pascal
I tried this chnage. However I am having issue. What i like to do is have end user have access to help manual i Created. Example
whenever any comes to doc.vid.com. he has to see the help pages with the hierarchy. Here it looks like pages are saved with wpadmin which means I have to login to use it. Any workaround for direct access to the help pages created
Is this tweak still working for the latest version? Because I’d love to make this available to my readers as well. It’s so much nicer looking and easier to navigate than the standard FAQ pages you see around.
Well, I’d certainly like to make this available to at least Contributors. They need to be able to access WP Help for all the same reasons as a user that is able to Publish posts, except their content just needs to be approved.
So I second the motion for a broader user access level for WP Help
My two cents.
I have a site with 80 writers who need guidelines. They cannot post directly to the site, an editor must approve the post. Can I have a capability I can toggle to give these guys access to the Helps ?