This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: remove the ASP button in the editor #47509
    mistermixmaniamistermixmania
    Participant

    Thank you very much,
    Gösta

    in reply to: remove the ASP button in the editor #47505
    mistermixmaniamistermixmania
    Participant

    Hello,

    since it doesn’t work with the removes… is it possible to program an option in the settings where the admin only wants to have a file placed above the button in the editor or not?

    This could then be queried in the following query.

    wp-content/plugins/ajax-search-pro/includes/classes/Core/ Manager.php
    // Special case
    if ( wpdreams_on_backend_post_editor() ) {
    require_once(ASP_PATH . “/backend/tinymce/buttons.php”);
    require_once(ASP_PATH . “/backend/metaboxes/default.php”);
    }

    Thanks
    Gösta

    in reply to: remove the ASP button in the editor #47496
    mistermixmaniamistermixmania
    Participant

    Hello,
    unfortunately still there. 🙁

    Best regards,
    Gösta

    in reply to: remove the ASP button in the editor #47487
    mistermixmaniamistermixmania
    Participant

    In functions.php

    Best regards,
    Gösta

    in reply to: remove the ASP button in the editor #47482
    mistermixmaniamistermixmania
    Participant

    Hello,
    unfortunately still there. See Appendix.

    Best regards,
    Gösta

    in reply to: remove the ASP button in the editor #47478
    mistermixmaniamistermixmania
    Participant

    Hello,
    unfortunately still there. If I remove the following in the… it works. But I need a solution without interfering with the script.

    wp-content/plugins/ajax-search-pro/includes/classes/Core/ Manager.php
    // Special case
    if ( wpdreams_on_backend_post_editor() ) {
    require_once(ASP_PATH . “/backend/tinymce/buttons.php”);
    require_once(ASP_PATH . “/backend/metaboxes/default.php”);
    }

    Best regards,
    Gösta

Viewing 6 posts - 1 through 6 (of 6 total)