Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi Arlo,
    We know this already. The problem is that Contact Form 7 injects capability dynamically and do not store them in database.
    So the only way to restrict this Arlo is to switch to individual User and restrict it there.

    Regards,
    Vasyl

    Thread Starter Arlo

    (@arlo)

    Hiding for individual user works fine, thanks!

    But previous version of AMM is able to detect contact form 7 and many others plugin and to manage them. Why isn’t impossibile with new version?

    In some websites I had to downgrade AAM plugin :\

    Hi darfil,
    Advanced Access Manager 1.x versions displayed the list of all menus and did not take in consideration current User or Role Capabilities.
    AAM 2.x is based on WordPress core functionality more than ever. That is why it is sometimes more complicated to configure somethings but it also gives a lot of flexibility.

    We are working on video tutorials to show how to do different things and trust me AAM 2.x is the way to go. Follow us on twitter to know the latest.

    Regards,
    Vasyl

    Hi WP AAM,

    We know this already. The problem is that Contact Form 7 injects capability dynamically and do not store them in database.
    So the only way to restrict this Arlo is to switch to individual User and restrict it there.

    How do I config Contact Form 7 plugin by individual user? Please advise.

    Thanks,
    Jason

    Hi,

    I have more than 150 users ! Is there a shortcut, a shorter way to remove contact item from the admin menu instead of one by one ?

    Thanks,

    Guillaume

    Hello.. same question here

    How do I config Contact Form 7 plugin by individual user? Please advise.

    Thanks!

    Insert the code above on functions.php to remove the admin menu for non admin users!!

    if (!(current_user_can(‘administrator’))) {
    function remove_wpcf7() {
    remove_menu_page( ‘wpcf7’ );
    }
    add_action(‘admin_menu’, ‘remove_wpcf7’);
    }

    ??

    Wow tkramer.tk!… thanks very much!

    It worked like a charm!

    Best Regards

    Your welcome gfserver! I’m glad to help!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Contact Form 7 not appearing’ is closed to new replies.