Forum Replies Created
-
AuthorPosts
-
mistermixmania
ParticipantThank you very much,
Göstamistermixmania
ParticipantHello,
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östamistermixmania
ParticipantHello,
unfortunately still there. 🙁Best regards,
Göstamistermixmania
ParticipantIn functions.php
Best regards,
Göstamistermixmania
ParticipantHello,
unfortunately still there. See Appendix.Best regards,
Göstamistermixmania
ParticipantHello,
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 -
AuthorPosts