CeaseToExist
Member
I'm not trying to put it on the sidebar though. I'm trying to put it right at the bottom of the forum list.
Search for forum_list
Replace this:
		Code:
	
	<xen:hook name="forum_list_nodes">
    <xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if>
</xen:hook>
	
		Code:
	
	<xen:hook name="forum_list_nodes">
<xen:include template="dark_taigachat"><xen:set var="$taigachat_alt">1</xen:set></xen:include>
    <xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if>
</xen:hook>
	OR, if you want it on the top:
		Code:
	
	<xen:include template="dark_taigachat"><xen:set var="$taigachat_alt">1</xen:set></xen:include>
<xen:hook name="forum_list_nodes">
<xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if>
</xen:hook>
	