The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
World of Warcraft - Talent Calculator CMPS Details »» | |||||||||||||||||||||||||||
World of Warcraft - Talent Calculator CMPS
Developer Last Online: Jan 2020
/* -----------------4/14/2006 8:00PM -----------------
World of Warcraft - Talent Calculator Tested on:
Zachariah - http://www.gzhq.net Demo --------------------------------------------------*/ ################################################## ######## Info and credits | ------------------ This is a little tool provided by Wowhead to calculate stats for Blizzard's World of Warcraft. - Center Block (width: 375px to 500px) Wowhead Talent Calculator Help - ? 2006 Marginal Team ------------------------------------------------------- Link to this build - Provides a link to a new page with the current talent setup already there! Useful (and intended) for showing friends a talent build. In order to properly link to a build on the talent calculator page, please follow these steps:
Alternatively, you can left-click the "Link to this build" link and copy/paste the URL from your browser's address bar. Summary - Opens up a new page with a textual representation of your chosen talents. Nice if you want to paste the talents you've chosen somewhere, and would prefer it written out over just throwing links around. Printable version - Opens up a new page that provides a textual representation of your chosen talents. This differs from 'Summary' in that it tells exactly what the talents do, the required level, and the actual build (7/23/21, for example). Import from Blizzard's calculator - Provides a pop-up text window where you can type in (or paste, that'd probably be easier) the URL of a talent build made with Blizzard's calculator, to get converted to our much cooler format. Show Your Support
|
Comments |
#2
|
||||
|
||||
1st Post
|
#3
|
|||
|
|||
Looks pretty cool. I'm an avid WoW player, too bad my forums aren't WoW related though.
:banana: |
#4
|
|||
|
|||
Great thing, thanks
|
#5
|
||||
|
||||
Just tried to install on my board and nothing is loading. Didnt really understand the style.css part and therefore missed it... Maybe you could explain it better?
http://www.mirzone.net/indexalt.php?page=wowtalent |
#6
|
||||
|
||||
Quote:
For everybody who has the same problem open the template: adv_portal_wowhead and overwrite the old code with this one: PHP Code:
|
#7
|
||||
|
||||
Quote:
Hack updated - Manual add of the module vs. import system. |
#8
|
||||
|
||||
Quote:
"Installed" |
#9
|
|||
|
|||
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> 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> 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> Code:
body { background: transparent } 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... |
#10
|
|||
|
|||
Thanks for this nice addition! My community and I thank you.
*installed* |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|