Quote:
Originally Posted by Life Revived
Removed the "Return to Top" successfully. And the reason I have the vBulletin archive disabled is I currently have vbseo installed and running on my site. Thanks for the help and if you have any suggestions on the archive thing let me know. 
|
You could look in the same template and find:
HTML Code:
<vb:if condition="$vboptions['archiveenabled']">
<li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase ozzy_links_block_archive}</a></li>
</vb:if>
Remove the if conditional so it looks like this:
Code:
<li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase ozzy_links_block_archive}</a></li>
Then change
archive/index.php to something else, and change
{vb:rawphrase ozzy_links_block_archive} to text such as My Link Name.