Quote:
Originally Posted by Life Revived
Any way to remove "Back To Top" & Add and extra link under "Need Some Help?" to even things out. Any help is appreciated. Thanks! 
|
There is no easy way to add a link under that column, as the one you are missing is for the archive, which you probably have disabled.
- Visit your vBulletin Admin Control Panel, and on the left hand side, go into vBulletin Options.
- In the dropdown, find Search Engine Friendly Archive.
- Set the first option (Forum Archive Enabled) to "Yes", and hit the "Save" button.
To remove the Back to Top, edit the template
ozzy_links_block and remove this bit of code:
HTML Code:
<div align="{vb:stylevar right}" style="margin-top: -20px; margin-right: 10px;">
<li><a href="{vb:raw relpath}#top" onclick="document.location.hash=\'top\'; return false;">{vb:rawphrase ozzy_links_block_btt}</a></li>
</div>