This topic has 6 replies, 4 voices, and was last updated 10 years by guy_fraser.
-
Author
Tagged: member's, edit profile
-
April 25, 2014 at 18:10 #16060ruthie73Participant
Hi
I am setting up my membership levels and I don’t seem to be able to stop subscribers from viewing (allbeit a limited view of the back end of wordpress. I have installed the “hide the admin bar from Non Admin” but it has not solved the problem.
You can see on the image I am selecting editing profile and the second half of the image is where it takes me to edit it. Which obviously isn’t desireable!
Hope you can help
Thanks
RuthAttachments:
You must be logged in to view attached files.April 25, 2014 at 20:03 #16069sharmstrModeratorThis is a wordpress “feature” 🙂 Check out the Adminimize plugin. Its a bear to setup but works great.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 27, 2014 at 00:13 #16176guy_fraserParticipantThis might be what you’re after – seems much simpler than the Adminimize plugin: http://wordpress.org/plugins/wp-admin-no-show/
April 29, 2014 at 01:55 #16295AbeKeymasterwp admin no show should do the job or this tiny little code added to child theme/functions.php
COPY CODEadd_action( "init", "kleo_blockusers_init" ); function kleo_blockusers_init() { if ( is_admin() AND ! current_user_can( "administrator" ) AND ! ( defined( "DOING_AJAX" ) AND DOING_AJAX ) ) { wp_redirect( home_url() ); exit; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 30, 2014 at 12:52 #16537ruthie73ParticipantHello thanks for the information. I have installed the wordpress function, which does its job.I still want people to be able to edit their profile but can this be done without displaying the backend of wordress?
Thanks Ruth
April 30, 2014 at 13:05 #16539guy_fraserParticipantYes, just enable the profile module in BP…
Admin > Settings > Buddy Press, then tick “Extended Profiles” to enable the UI for BP profiles
Now, assuming you’ve turned off the WP bar for end-users (there’s an option to do that in Kleo theme settings) you’ll need to add a menu item to your Kleo menu bar so people can get to the BP profile UI…
Go in to Admin > Appearance > Menus, and in your Main Menu (or the Top Bar menu if you prefer) click the “Screen options” button at the top-right of the admin screen, and make sure Buddy Press is ticked. You’ll now get a new “Buddy Press” set of menu links to use on your menus, one of which is a profile link…
Attachments:
You must be logged in to view attached files.April 30, 2014 at 13:10 #16541guy_fraserParticipantAnd, if you want to get more creative, there’s a free plugin called “Buddy Press Direct Links” that you can install to generate more custom menu links. Heres what I set up and how it looks…
Attachments:
You must be logged in to view attached files. -
AuthorPosts
The topic ‘members can see word press back end’ is closed to new replies.