Quote:
Originally Posted by 3dsoft
The navbar code does not match in vbulletin 3.6.6
Does anybody know an updated version for the navbar?
|
I fixed this in 3.67 by ignoring the first edit required in the navbar, it's already set correctly in 3.6.7 the second edit should be done as follows:
Find the following:
Code:
</table>
</div>
<!-- / header quick search form -->
and replace with:
Code:
<tr>
<td class="thead">Search Google</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">$vboptions[cfmgsr_googlesearch]</td>
</tr>
</table>
</div>
<!-- / header quick search form -->