Re: Heresy: Threaded View
Posted by
Peter <Nabble> on
Oct 23, 2011; 12:48am
URL: https://support.nabble.com/Heresy-Threaded-View-tp6918325p6921222.html
You should either remove the 3 options at:
classic_forum_topic › topic_html › topic_controls › topic_controls_left › view_selectors
by doing this:
<macro name="view_selectors">
<n.topic_view_option name="[t]Classic[/t]" value="classic" image="view-classic.gif">
<url><n.page_node.topic_path view="[n.classic_view/]"/></url>
</n.topic_view_option>
</macro>
OR
removing those controls there:
classic_forum_topic › topic_html › topic_controls
By doing this:
<macro name="topic_controls" requires="forum_topic_namespace">
<div style="margin:1.2em 0 5em">
<div id="topics-controls-right" class="float-right nowrap" style="padding-top:.3em">
<n.topic_controls_right/>
</div>
</div>
</macro>
They are different macros at different places. If you paste the last one in the place where you had the first one it will give you an error.
Nabble staff. We never ask for passwords.