Link to the site http://www.softairbay.com/forum/ (italian language)
Same for me. Message field is blocked.
Also resetting password is not working anymore.
I think it is a forum bug, because i tried to deactivate all plugings and nothing changed, than i tried to delete and re-install aasgaros forum and it worked fine
But if you delete and re-install you loose the items within the forum ?
I did run “update” (so no delete) but that did not work, same behaviour.
I forgot to mention the site: vwgdekulert.nl
You will not lose the settings and/or the existing threads unless you are gonna delete the mysql table too i think. However, make a backup of the plugin folder via ftp, delete the plugin and try to re-install it. I did this way.
I tried this. At least now users can registrate to the forum and can change paswords again. So that part is solved.
Still the description field is blocked for some reason , and hence no posts can be done.
Any help is welcome.
I also tried to de-activate other plug-ins, and re-load the aspargos forum,
without success.
The message field remains empty, no editer is shown to edit message in the forum !
Help is welcome.
I have the same issue with another plug-in forum (bbpress) so probably this issue is outside the forum plug-in
Is resolved. In optimizer-pro theme, By doing:
Can you please go to Appearance > Editor and select functions.php from right and remove this:
if ( !is_admin() ) { //you might decide to change this conditional statement.
//I found the filter in /wp-includes/class-wp-editor.php @249
add_filter(‘the_editor’, ‘my_remove_editor_te’);
function my_remove_editor_te(){
$editor = ”;
return $editor;
// or simply return;
}
}
So works.
Is solved. can be closed