Forum Replies Created
-
AuthorPosts
-
14/05/2018 at 10:44 in reply to: Activate Front End Menu Access module not working on my theme #4841dweb360Participant
Hello
Can you tell how add this workaroundo_action( 'wp_nav_menu_item_custom_fields', $item_id, $item, $depth, $args );
to make user role editor plugin working with my menu
Please find here the menu files :
http://succes-voiture.com/menu.rar
Thank you in advance
dweb360ParticipantHello
Thank you for your reply, do you know if is there any plugin or a way to do it whitout be registred ?
Thank youdweb360ParticipantHello,
Thank you for your relpy, I tested with “editor” role :
1. When I’m not logged in, nothing is displayed
2. When I’m looged in as Editor, it is OK well displayed
but when I’m logged as Admintrator, the code displayed is BAD !!Please see images :
http://hpics.li/b4c5daf
http://hpics.li/b4c5dafThank you
dweb360ParticipantHello
After updating to the last version, the restriction code is not working at all when I’m connected
http://hpics.li/089f5c5Thank you for your help
dweb360ParticipantVery good
Fixed as usualThank you
dweb360ParticipantHello,
I think that the problem was related to : ‘capability_type’ => ‘page’,
and user don’t have access to edit, create …pageWhat i can put in ‘capability_type’ => if your user can’t modify page ?
Thank you
dweb360ParticipantHello,
I made a clone of the website and now in the clone we can hide the menu via your plugin but in the original it is not displayed also capabilities are nor displayed in the same manner !!!
original : http://hpics.li/9e6f873
clone : http://hpics.li/ee6fb12
Thank youdweb360ParticipantHello,
I have removed a menu item via :remove_submenu_page( ‘themes.php’, ‘bp-emails-customizer-redirect’ );
but can’t remove this one :
edit.php?post_type=bp-email&page=bp-emails-customizer-redirect
Thank you
dweb360ParticipantHello,
Thank you for your reply
Just a question :using this code :
$user_info = get_userdata( $user_id );
when i send an email :
$message .= sprintf(__(‘Password: %s’), $user_info->user_pass) . “\r\n”;
The emailed password is not in plain text but in this format : $P$BACj802h.27StS.k.bvccXpbGl3mVT0
Do you know how to send the plain text password ?
Thank you
dweb360ParticipantHello
Sorry fixed !
Thank youdweb360ParticipantHello,
I think it is added by Buddypress plugin !
Thank youdweb360ParticipantHello,
Thank you for your replay, i have a lot of plugins and don’t want to surcharge the website by another plugins for just one more feature.
I think it will be interesting to add this feature to your plugin intsead of sending user to a 404 page (in this page we can display message or add login form !)
Please see the image below :Thank you
-
AuthorPosts