TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 17, 2024, 04:27:56 PM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,189
  • Total Topics: 21,220
  • Online today: 98
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 69
  • Total: 70
  • tino

worlf of warcraft talent selector

Started by baderick, August 18, 2007, 12:46:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

baderick

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

knat

I dont play the game but i must say that THAT looks very nice ;D

Heero


rjackson

#3
Is there a way to center this?

darthmactis


microbone

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....