I am having trouble turning off HTML in the Feature Config screen of my Admin Options? I select the off radio button and click submit but when I return to the Feature Config screen it shows on again?
Does anyone have any suggestions on where I can look to fix this?
I am using the 30+ pre-fixed 3.3.03 version with most of the standard mods including Avatar, Active Users, Poll, Advanced Color, etc.
Did you check if HTML is indeed turned off on post.asp when you've set it to be off line the Feature Configuration? It might be a problem in the page while it is saved to the database.
You haven't made the modification posted here some time ago to allow Admins HTML access have you ? the one which inserted some code into inc_top.asp something like this
If Mlev = 4 then StrAllowHTML = 1 else StrAllowHTML = 0 end if
If you have then this is why the radio button is defaulting to ON, remove that code and you should be able to set it too off ok.
You haven't made the modification posted here some time ago to allow Admins HTML access have you ? the one which inserted some code into inc_top.asp something like this
If Mlev = 4 then StrAllowHTML = 1 else StrAllowHTML = 0 end if
If you have then this is why the radio button is defaulting to ON, remove that code and you should be able to set it too off ok.
By gosh! You are correct Gremlin! I had applied that modification and failed to check with a normal user login instead of my admin login so I always saw that HTML was on! After reading the HTML On or Off thread I got scared so I wanted to check and completely forgot about that modification!
Thank you so much my friends! I love Snitz and all the community support! Please keep up the great work and dedication!