Good deal.. I changed mine around a bit.. I took the script from vBRadio and modified it to have this script popup.
In the header find.
Code:
<td class="vbmenu_control"><a href="/forums/memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
Under it place:
Code:
<script type="text/javascript">
<!--
function Openwow(){
Talents = window.open('/forums/talents.html','Talents','directories=no,height=650,width=500,location=no,menubar=no,resizable=no,status=no,toolbar=no')
return false;
}
-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return Openwow()">Talents</a></td>
Since I don't know how to do php I made an .html popup. So in notepad paste this info and save the file as talent.html and place it in your forum dir.
Code:
<head>
<title>WoW Talent Calculator</title>
</head>
<body bgcolor="#555555" leftmargin="0" topmargin="5" marginwidth="0" marginheight="0">
<!-- logo -->
<a name="top"></a>
<!-- PAGEHEADER -->
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
<td>
<script>
var mt_width = 500;
var mt_class = 1;
var mt_css = 'http://www.yoursite.com/forums/style.css';
</script>
<script src="http://www.wowhead.com/talent/include.js"></script>
</td>
</table>
</body>
Now open notepad again and make a file called style.css and cut and paste the following;
Code:
body { background: transparent }
Upload that file to your forum dir.
What would be cool would be to have this:

in a CPMS side panel and when you click on the class it opens and popup for that class...