ElkArte Community

Title: Censor Settings do not stay
Post by: Burke Knight on July 05, 2015, 02:16:11 pm
I had all 3 boxes check marked in my censor settings.
However, when went back into there today, they all were unchecked.
Not only that, but the last one (Allow users to turn off word censoring.) will not stay check marked, when save.

Not too sure if anyone else has this issue.
Title: Re: Censor Settings do not stay
Post by: emanuele on July 05, 2015, 04:28:12 pm
Tracked: https://github.com/elkarte/Elkarte/issues/2114
Title: Re: Censor Settings do not stay
Post by: Burke Knight on July 05, 2015, 08:19:05 pm
I take it, it's not just me? LOL
Funny, though.... One site I checked, the middle option stayed, and that was set long before the one I noticed the issue on.... LOL
Title: Re: Censor Settings do not stay
Post by: emanuele on July 22, 2015, 02:35:15 pm
Fixed at: https://github.com/emanuele45/Dialogo/commit/4a7a63b639aa47b9a415e1c8b272437a1aec467d
Title: Re: Censor Settings do not stay
Post by: Flavio93Zena on July 22, 2015, 08:33:07 pm
LOL
Code: [Select]
<a href="' . $scripturl . '?action=quickhelp;help=allow_no_censored" onclick="return reqOverlayDiv(this.href);" class="help"><img src="' . $settings['images_url'] . '/helptopics.png" class="icon" alt="' . $txt['help'] . '" /></a><label for="allow_no_censored">', $txt['censor_allow'], '</label></a></dt>
I feel better, seeing that I'm not the only one doing that kind of BS while messing with html tags ;D