Login  Register

Re: Hide "Edit Page"

Posted by Pedro on Mar 11, 2014; 2:42pm
URL: https://support.nabble.com/Hide-Edit-Page-tp7589661p7589785.html

Sorry, Please, try this code for that macro:
<macro name="hidding_powered_and_naml">
    $("td.footer-left").css("display","none");
    <n.if.not.visitor.is_site_admin>
        <then>
            $(document).ready(function() {
            $("td.footer-right").css("display","none");
            });     
        </then>
    </n.if.not.visitor.is_site_admin>
</macro>
My test forum.