XF 1.5 Site crashed, and starting from scratch

You would have to edit the forum_list template and remove this:
Code:
<xen:if is="{$canViewMemberList}">
    <xen:include template="sidebar_online_users" />
</xen:if>
 
You would have to edit the forum_list template and remove this:
Code:
<xen:if is="{$canViewMemberList}">
    <xen:include template="sidebar_online_users" />
</xen:if>

Thanks, again. I really wish xenforo had a back arrow like Word. Screw something up? Just hit the back arrow until it's unscrewed up :-)
 
There isn't a revert option per se, but there is a template history. You can copy the contents of what a template was like on a certain version and then paste it in the template.
 
Top Bottom