Hello @daileycon
I can suggest you the following extension which is working nice with Asgaros Forum:
https://wordpress.org/plugins/enlighter/
I’ve tried that one but I couldn’t get it to work.
@daileycon
You can try to add the following code to your themes functions.php:
function mm_ejs_frontend_editing($allowed) {
return true;
}
add_filter('enlighter_frontend_editing', 'mm_ejs_frontend_editing');
Otherwise please also check if there are any options to enable editing inside the frontend. Also ensure that “Use minimalistic editor” is DISABLED in Forum -> Settings.
“Use minimalistic editor” is DISABLED
haha that worked! Thanks.