I have just discovered a problem with the tags index.php page on my site. Here is the link
http://www.marineaquariumsa.com/tags/index.php
If you click on one of the page numbers it shows this URL and doesn't go to the page but instead seems to be doing a search for - Threads tagged with "doview"
http://www.marineaquariumsa.com/tags/index.php?tag=?do=view&page=2
I have worked out that I need to remove the "tag=?" in the above link, which appears to be on line 190 in index.php
$pagenav = construct_page_nav($page, $vbulletin->options['zointstags_showtags'], $count, $tagsurl . '?do=view');
How do I remove the "tag=?" from the URL on the page numbers?
Thanks.