Since most people will just skim to the latest posts, here are some of the corrections listed all at once.
To make sure your navbar displays properly...
Add to the very first line:
Code:
$stylevar[htmldoctype]
Typo in code...
Change:
Code:
<title>$vboptions[bbtitle] - View All Thread Bans</title>
To:
Code:
<title>$vboptions[bbtitle] - Member World Map</title>
If you're like me, I felt the mouseover/out resizing of the images were too distracting. I played and played around with the code trying to get it to work like I wanted it to. It was mentioned to use onclick instead of onmouseover. This will work, but it doesn't do anything to get the image smaller again. So add ondblclick instead of onmouseout, and it works pretty good. It'll expand the image if you click it, and it'll shrink it back if you double click it.
Replace (2x)
With
Replace (2x)
With