Missing links:
You are using Bluefox so phrases
are missing you should find a phrases xml file within the skins zipfile that you downloaded that needs to be installed via
Admincp >> Languages & Phrases >> Download / Upload Languages
Editing navbar:
All *fox skins navbar links can be edited within the "header" template search for:
"<!-- nav buttons bar -->" this is the begining of the navbar links section.
Banner aligning:
In "header" template find:
Code:
<td align="$stylevar[left]" valign="middle"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
Replace with:
Code:
<td align="center" valign="middle"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>