Login  Register

Re: Topic views as homepage

Posted by Mencey Melgar on Feb 19, 2013; 5:02pm
URL: https://support.nabble.com/Topic-views-as-homepage-tp7583182p7583204.html

Humm, am i doing something wrong? because I thought it was quite easy just changing template="view_subapps" to view_mixed_page or view_mixed_html, but no one works.

on subapps_action_link

<override_macro name="subapps_action_link" parameters="text">
    <n.returnable_action_link.>
        <n.page_node.>
            <n.if.has_subapps>
                <then>
                    <div class="[n.action_link_style/]" style="margin-left:.6em">
                        <img src="/images/forum_sm.png" class="image16"/>
                        <n.node_link>
                            <href><n.url template="view_subapps"/></href>
                            <text>
                                <n.default. to="[t]Sub-Forums[/t]"><n.text/></n.default.>
                            </text>
                        </n.node_link>
                    </div>
                </then>
            </n.if.has_subapps>
        </n.page_node.>
    </n.returnable_action_link.>
</override_macro>
:) Helper