Skip to main content
Topic: Checkbox to select post for moderation (Read 2040 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Checkbox to select post for moderation

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
checkboxes.png
sorry for my bad english

Re: Checkbox to select post for moderation

Reply #1

@Spuds could it be another side-effect of the fix for the images?
Bugs creator.
Features destroyer.
Template killer.

 

Re: Checkbox to select post for moderation

Reply #2

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

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

That solves the problem, thank you for the quick fix ;)
sorry for my bad english

Re: Checkbox to select post for moderation

Reply #5

Don't forget to track/update it in the github too?