Topic: Show new posts since last visit and mark all topics as read
Both of these links that usually show up towards the top right of the page are not showing on my forum.
I'm using the mini portal. The index.php relies on the index.tpl template file (The links show FINE on this page)
The index.php gets its template from the header file in which I added:
else if (defined('PUN_QUIET_VISIT'))
$tpl_main = file_get_contents(PUN_ROOT.'include/template/index.tpl');
This tells the index.php to use the index.tpl template.
For all other pages I've left the code in header.php alone so it's still:
else
$tpl_main = file_get_contents(PUN_ROOT.'include/template/main.tpl');
BUT - the show new posts since last visit and mark all topics as read links don't show on ANY page other than the index.php. The main.tpl template I'm using is the standard template which is straight from the 1.2.14 download package.
Can anybody help me PLEASE, i've spent so long trying to figure out why it's not working.
My forum URL is: http://www.simzi.co.uk/
Thanks in advance guys.
EDIT: the links show in search.php