Quote:
Originally Posted by unknown22
No i want to add a custom link to a site where stats are located.
|
Try this. Find this code:
HTML Code:
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}" accesskey="5">{vb:rawphrase faq}</a></li>
And replace it with
HTML Code:
<li><a href="full_url_to_your_statspage">{vb:rawphrase customphrasename}</a></li>
And replace full_url_to_your_statspage with the full url to your stats page. Then create a custom phrase and replace customphrasename at {vb:rawphrase customphrasename} with the name of the custom phrase. Or hard code it directly to the template.