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) 
			 
			
			
				@Spuds could it be another side-effect of the fix for the images?
			
 
			
			
				Hummm ... I'll take a look, but I'd guess you are correct since that is the quick buttons area
			
			
			
				Open topic.js ....
		oCheckboxContainer.style.display = '';
		oCheckboxContainer.style.display = 'inline';
			 
			
			
				That solves the problem, thank you for the quick fix ;) 
			
			
			
				Don't forget to track/update it in the github too?
			
			
			
				I did :D ... https://github.com/elkarte/Elkarte/issues/3221