Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Asgaros

    (@asgaros)

    Try to add this to your themes functions.php file:

    function change_editor_settings($settings) {
    	$settings['teeny'] = false;
    	return $settings;
    }
    
    add_filter('asgarosforum_filter_editor_settings', 'change_editor_settings');
    Thread Starter zmajur

    (@zmajur)

    Sorry for late reply. Yes its working, thanks you for great support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editor’ is closed to new replies.