Login  Register

Re: How can I hide my forum views

Posted by GOYODA on Apr 09, 2013; 9:15pm
URL: https://support.nabble.com/How-can-I-hide-my-forum-views-tp7581954p7583951.html

Tried that- still doesn't work. This is exactly what was in the override which didn't hide views:


1
2
3
4
5
6
7
8
9
10
<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>


On 9 Apr 2013, at 22:04, LouK [via Nabble Support] wrote:

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



If you reply to this email, your message will be added to the discussion below:
http://support.nabble.com/How-can-I-hide-my-forum-views-tp7581954p7583948.html
To unsubscribe from How can I hide my forum views, click here.
NAML