Topic: "Show new post since last visit" does not show up
On my forum (http://groningen-info.de/forum/) the two upper right links "Show new posts" and "Mark all as read" do not show up and in the source I only get <div class="clearer"></div> instead.
I have found out that this is decided in header.php (line 171 and following) with the following IF-statement:
if (in_array(basename($_SERVER['PHP_SELF']), array('index.php', 'search.php'))) ...
What is the purpose of this?
What are the consequences of commenting out the IF?
What else could I do see the two links?