Let me answer number 2 first. If you made the changes to the vb Admin CP you click Exclude vbStats URL in your admin CP. If not set your browser to view
http://yourdomain.com/forums/admin/v...php?action=add
A screen will come up with
Add New Excluded URL simply place the domain you wish to exclude in the text entry box. repeat as needed.
As for where to link it on your site, that is a matter of taste. As an example you could open your forumhome template and find
Quote:
You last visited: $bbuserinfo[lastvisitdate].
|
and change it to
Quote:
You last visited: $bbuserinfo[lastvisitdate].<br>
<a href="vbstats.php">View Forum Statistics</a>
|