Checkbox to select post for moderation July 09, 2018, 08:57:28 pm I don't see anymore the checkboxes to select posts for moderation. Were they removed on elkarte 1.1.4 or it's a bug?here a screenshot from elkarte 1.0
Re: Checkbox to select post for moderation Reply #1 – July 10, 2018, 11:42:46 am @Spuds could it be another side-effect of the fix for the images?
Re: Checkbox to select post for moderation Reply #2 – July 10, 2018, 06:51:19 pm Hummm ... I'll take a look, but I'd guess you are correct since that is the quick buttons area
Re: Checkbox to select post for moderation Reply #3 – July 10, 2018, 10:09:42 pm Open topic.js ....Code: (find) [Select] oCheckboxContainer.style.display = '';Code: (replace) [Select] oCheckboxContainer.style.display = 'inline';
Re: Checkbox to select post for moderation Reply #4 – July 11, 2018, 02:09:23 am That solves the problem, thank you for the quick fix
Re: Checkbox to select post for moderation Reply #5 – July 11, 2018, 06:30:44 am Don't forget to track/update it in the github too?
Re: Checkbox to select post for moderation Reply #6 – July 11, 2018, 06:57:12 am I did ... https://github.com/elkarte/Elkarte/issues/3221