at the moment, its at the top of my forum. http://rogue-labs.net/ Id like it to be above the thread nodes but below the other addons what template calls borbole_recent_threads_index so I can move it?
Dear Sir/Madam, You can move template borbole_recent_threads_index to any place you want. Please make sure Brivium - Recent Threads Forum Index template modification disabled. Regards,
If you go to my site, http://rogue-labs.net/, you can see that its at the top of 2 other addons. Id like it to be below them
You can open template forum_list and find Code: <xen:hook name="forum_list_nodes"> <xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if> </xen:hook> Replace with Code: <xen:include template="borbole_recent_threads_index" /> <xen:hook name="forum_list_nodes"> <xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if> </xen:hook> Regards,
Please try to replace with Code: <xen:hook name="forum_list_nodes"> <xen:include template="borbole_recent_threads_index" /> <xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if> </xen:hook>
this didnt move it: <xen:hook name="forum_list_nodes"> <xen:include template="borbole_recent_threads_index" /> <xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if> </xen:hook>