Login  Register

Re: How can I hide my forum views

Posted by Mencey Melgar on Apr 09, 2013; 9:04pm
URL: https://support.nabble.com/How-can-I-hide-my-forum-views-tp7581954p7583948.html

Yes sorry, nabble changed the name to "Edit this page"

You probably deleted a word that shouldn't be deleted :p. To hide your views, your new macro sould look like this:

<override_macro name="forum_footer">
    <n.page_node.>
        <div id="forum-footer" class="forum-footer nowrap">
            <img src="/images/feeds.png" width="16" height="16" align="absmiddle" alt="feeds"/>
            <n.feeds_link/>
            <span class="weak-color" style="padding-left:.5em">|</span>
            <t>Created by <t.author.owner.avatar_and_link/></t>
        </div>
    </n.page_node.>
</override_macro>
:) Helper