Ok thanks. Whats the easiest way to change it to 14 days? I can change it within admin but wont the code need to be updated as well to show the column heading correctly?
Also, I am running 4.53 and in the instruction text file, it says:
In the navbar template ;
Find ;
<if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if>
This does not exist in my navbar template.
The closest I have to this code in the standard unmodified navbar template is this:
<if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
What should I do? If I add your code below it, it puts a Top Posters link in the Quick Links sub Menu.
|