R
ragtek
Guest
This Add-on shows the unread thread counter. (adds 1 sql-query to every pageload in the frontend)
Installation:
Open Template "PAGE_CONTAINER"
Search for:
<!-- main content area -->
<xen:if is="{$sidebar}">
<div class="mainContainer">
<div class="mainContent"></xen:if>
Add under this:
<xen:include template="ragtek_unreadPosts" />

Installation:
- Upload everything from the "upload" directory into your forum directory (if you get a message, that some files could be overwritten, don't be afraid. This are only helperfiles from other add-ons of me. So you don't overwrite anything from xenforo or other 3rd party add-ons!
- install addon.xml
- edit PAGE_CONTAINER Template (instructions below)
Open Template "PAGE_CONTAINER"
Search for:
<!-- main content area -->
<xen:if is="{$sidebar}">
<div class="mainContainer">
<div class="mainContent"></xen:if>
Add under this:
<xen:include template="ragtek_unreadPosts" />
