3
NEWbb: 2.0...
For some reason when you switch the enable or disable html before posting it seems to have no effect.
And it keeps writing the default "0 " to the dohtml to all post.
Now see if thats the cause!
First go to your database in your-table-prefix_bb_post table, look for DOHTML below you will get the value for each post . - if there is a '0' or a '1'.
If there is a '0' replace it with '1'.
Try with one post only!! then go to your forum and see if the html tags are gone for that particular post.
How to try correct that?
In your module newbb you've the sql file with the tables , open it, scroll down to table 'bb_post '
In `bb_posts` change the value to 'dohtml' from 0 to 1
then to the admin. => select modules and update your newbb.
If that works! keep in mind that it will have effect only to posts that are posted after that update.
If you want to get rid of all the html tags in the current post, then you have to rewrite the value for all post. from 0 to 1
Or, it could be something else.
Just an idea..