ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: radu81 on July 09, 2018, 08:57:28 pm

Title: Checkbox to select post for moderation
Post by: radu81 on 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
(Link-6074)
Title: Re: Checkbox to select post for moderation
Post by: emanuele on July 10, 2018, 11:42:46 am
@Spuds could it be another side-effect of the fix for the images?
Title: Re: Checkbox to select post for moderation
Post by: Spuds on 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
Title: Re: Checkbox to select post for moderation
Post by: Spuds on July 10, 2018, 10:09:42 pm
Open topic.js ....

Code: (find) [Select]
		oCheckboxContainer.style.display = '';

Code: (replace) [Select]
		oCheckboxContainer.style.display = 'inline';
Title: Re: Checkbox to select post for moderation
Post by: radu81 on July 11, 2018, 02:09:23 am
That solves the problem, thank you for the quick fix ;)
Title: Re: Checkbox to select post for moderation
Post by: ahrasis on July 11, 2018, 06:30:44 am
Don't forget to track/update it in the github too?
Title: Re: Checkbox to select post for moderation
Post by: Spuds on July 11, 2018, 06:57:12 am
I did :D ... https://github.com/elkarte/Elkarte/issues/3221