Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Oh you are right i was blind sorry 😀
I have same problem, perhap's it's can be good to change this, beacause it's not user friendly !
First small problem i find in your perfect forum 😉
I am having a similar problem. I tried to write a post in forum and selected text and colorized it in the WYSIWYG. After post submission the text is showing w/o color, seems like style=color has strippted from span tag. Is this a bug or there is an option that I forgot to switch off/on? I even went to database and confirmed that the post body does not have a color tag. Please help.
fixed by adding the line below to wp-content/plugins/wpforo/wpf-includes/functions.php after $allowed_html['p']['dir'] = TRUE;
$allowed_html['span']['style'] = TRUE;