Re: Convert Forum to Mail List
Posted by
Hugo <Nabble> on
Dec 07, 2012; 9:53pm
URL: https://support.nabble.com/Convert-Forum-to-Mail-List-tp7580384p7582231.html
I looked at your NAML code and fixed the problem. There were six overrides of the "menu_edit_post". I commented that code out and added my change:
<override_macro name="can_edit" requires="user" dot_parameter="node_attr">
<n.is_site_admin/>
</override_macro>
(my previous post had an issue -- the closing tag should be </override_macro> instead of </macro>)
Please test the forum and let me know if it works as expected.