Installed!
I made one change to one of the links for the new images to match it with the way beta7 calls images.
Instead of using this:
Code:
<a href="$vboptions[forumhome].php?$session[sessionurl]">
<img src="$stylevar[imagesfolder]/icons/icon_navbar_02.gif" alt="" border="0" align="top" /></a>
I used this:
Code:
<a href="$vboptions[forumhome].php?$session[sessionurl]">
<img src="$stylevar[imgdir_icon]/icon_navbar_02.gif" alt="" border="0" align="top" /></a>
in the SHOWTHREAD template.
Works prefectly. This is soooo much better than the default navbar.