TinyPortal

Development => Block Codes => Topic started by: baderick on August 18, 2007, 12:46:05 PM

Title: worlf of warcraft talent selector
Post by: baderick on August 18, 2007, 12:46:05 PM
hi

heres a quick talent page you can use on your website  ;)

just make a php artical and past this into it


if (isset($_GET['talent'])) {$talent = $_GET['talent'];}

echo '

<link rel="stylesheet" type="text/css" href="http://www.wowhead.com/talent/talentie6.css?2" />
<script type="text/javascript">
var mt_width = 500;
mt_build = \''.$talent.'\';
</script>

<script src="http://www.wowhead.com/talent/include.js" type="text/javascript"></script>';


as shown here

http://www.judeanpeoplesfront.net/forums/index.php?page=38

and with talents

http://www.judeanpeoplesfront.net/forums/index.php?page=38&talent=of0Eb0czxIziZZVA0c0f

to get the talents you have to get thecode from wowhead and all credits go to wowhead.com :)

aldebrand
Title: Re: worlf of warcraft talent selector
Post by: knat on August 18, 2007, 08:56:32 PM
I dont play the game but i must say that THAT looks very nice ;D
Title: Re: worlf of warcraft talent selector
Post by: Heero on August 19, 2007, 08:55:37 PM
VERY useful for me, thanks.
Title: Re: worlf of warcraft talent selector
Post by: rjackson on October 02, 2007, 02:24:12 PM
Is there a way to center this?
Title: Re: worlf of warcraft talent selector
Post by: darthmactis on November 28, 2007, 02:00:18 PM
Its not working for me?
Title: Re: worlf of warcraft talent selector
Post by: microbone on November 28, 2007, 02:33:41 PM
seem like wowhead has changed the possibility to get this!

from my point of view they have removed the javascript files giving the possibility to get this!

a solution now maybe the use of iframes....