Please or Register to create posts and topics.

Where has my 'add media' button gone?

I used to have a ‘add media’ button when creating a forum post. All of a sudden this button seems to be gone. I tried everything to get it back, but nothing worked…

I don’t want to use the file uploader from asgaros as I can’t use google doc embedder for that.

Can anyone help me out?

Got it

function change_editor_settings($settings) {
$settings[‘media_buttons’] = true;
return $settings;
}
add_filter(‘asgarosforum_filter_editor_settings’, ‘change_editor_settings’);

Hello @boodschap

I am happy to hear that you could fix this issue already. I guess that this code automatically got removed after an update of your theme (in case you put it into your themesĀ functions.php file).

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!