Checkbox to select post for moderation July 10, 2018, 02:57:28 am 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, 05:42:46 pm @Spuds could it be another side-effect of the fix for the images?
Re: Checkbox to select post for moderation Reply #2 – July 11, 2018, 12:51:19 am 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 11, 2018, 04:09:42 am Open topic.js ....Code: (find) [Select] oCheckboxContainer.style.display = '';Code: (replace) [Select] oCheckboxContainer.style.display = 'inline'; 2 Likes
Re: Checkbox to select post for moderation Reply #4 – July 11, 2018, 08: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, 12:30:44 pm Don't forget to track/update it in the github too? 2 Likes
Re: Checkbox to select post for moderation Reply #6 – July 11, 2018, 12:57:12 pm I did ... https://github.com/elkarte/Elkarte/issues/3221 1 Likes