Login  Register

Re: Newpaper comments and images

Posted by Pedro on Jun 22, 2012; 10:33pm
URL: https://support.nabble.com/Newpaper-comments-and-images-tp7580439p7580468.html

Harvey,  
you can edit your "editor_insert_image_button" macro.  But first you have to create the "uploaders" group with the users that can upload images. You can give another name if you want.
Then, your macro should be like this:
<override_macro name="editor_insert_image_button">
	<n.if.visitor.is_in_group group="uploaders">
		<then.overridden/>
	</n.if.visitor.is_in_group>
</override_macro>
My test forum.