DF_talenttree

Addons for WoWRosterDF

DF_talenttree

Postby Anaxent » Sat Feb 17, 2007 8:55 am

I have created a talentree addon based off wowhead. Please keep all credits in place.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

DF_talenttree

Postby Kelv » Sat Feb 17, 2007 3:33 pm

Cool addon, shame about the annoying poweredby image.
Kelv
WR.net Apprentice
WR.net Apprentice
 
Posts: 49
Joined: Fri Dec 08, 2006 8:52 pm

DF_talenttree

Postby Jhaeldril » Fri Feb 23, 2007 2:18 am

I saw this on Treyce's website and I thought it was pretty special. I'm no programmer, or even pretend to know how to code. I was wondering what the difference between the Dragonfly and normal php is.

I'm interested to know what I would have to do to make this functional on a normal php based wowroster.
ImageImageImage
Jhaeldril
WR.net Apprentice
WR.net Apprentice
 
Posts: 32
Joined: Thu Jul 06, 2006 4:03 am

DF_talenttree

Postby zanix » Fri Feb 23, 2007 4:49 am

Maybe it's a typo on your part, but PHP is a programming language
Maybe you mean phpbb?

Basically phpbb is just forums
DragonFly is in a class of web programs called a CMS
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

DF_talenttree

Postby robojerk » Fri Feb 23, 2007 5:14 am

I think he means the normal version of wowroster, not the DF version.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

DF_talenttree

Postby zanix » Fri Feb 23, 2007 5:23 am

robojerk wrote:I think he means the normal version of wowroster, not the DF version.
The differences between WoWRoster and WoWRosterDF

  • WoWRosterDF is a DF module made to work inside of DF's module system
  • Most WoWRoster addons will not function in WoWRosterDF unless they are modified

Anything else Anaxent?
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: DF_talenttree

Postby Jhaeldril » Fri Feb 23, 2007 9:01 am

robojerk wrote:I think he means the normal version of wowroster, not the DF version.


Yes, sorry for the misunderstanding. This is an addon created to integrate the WoWHead Talent Calculator into the DF_WoWRoster. I was basically wondering what it would take to port this to the plain version of WoWRoster.

I was under the assumption that WoWRoster (in plain form) was written for plain ol' PHP, and the DF version written for Dragonfly. And, being that I'm a n00b at much of this, I don't know the difference between the two. CMS is a set of programs, based on PHP language, that allow for ease of use?

LoL, the important part being, what can I do to port this addon to the normal version of WoWRoster? :compress:
Last edited by Jhaeldril on Fri Feb 23, 2007 9:02 am, edited 1 time in total.
ImageImageImage
Jhaeldril
WR.net Apprentice
WR.net Apprentice
 
Posts: 32
Joined: Thu Jul 06, 2006 4:03 am

DF_talenttree

Postby zanix » Fri Feb 23, 2007 6:11 pm

I *think* it will work without any modification
I would just try it and see if it works or not
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

DF_talenttree

Postby Jhaeldril » Fri Feb 23, 2007 6:38 pm

Nope, nope. Gives me a pretty blank white page. =(
ImageImageImage
Jhaeldril
WR.net Apprentice
WR.net Apprentice
 
Posts: 32
Joined: Thu Jul 06, 2006 4:03 am

DF_talenttree

Postby robojerk » Fri Feb 23, 2007 6:42 pm

http://www.defendersofzen.com/roster/ad ... lay_text=1

/edit
Posting link.. It's blindingly white.
Last edited by robojerk on Fri Feb 23, 2007 6:50 pm, edited 1 time in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

DF_talenttree

Postby Jhaeldril » Fri Feb 23, 2007 6:48 pm

Am I missing something? There something other than a blank page showing for you Robo?
ImageImageImage
Jhaeldril
WR.net Apprentice
WR.net Apprentice
 
Posts: 32
Joined: Thu Jul 06, 2006 4:03 am

DF_talenttree

Postby Anaxent » Fri Feb 23, 2007 8:12 pm

Open the talenttree index.php file and replace all code with this code

Code: Select all

<?php
/*
* $Date: 2006/01/11 19:45:26 $
* $Revision: 1.9 $
*/

if ( !defined('ROSTER_INSTALLED') )
{
    exit(
'Detected invalid access to this file!');
}


$header_title .= $wordings[$roster_conf['roster_lang']]['talenttree'];

$output "<script>
                var mt_width = 600;
                var mt_css   = 'addons/talenttree/default.css';
                </script>

                <script src=\"http://www.wowhead.com/talent/include.js\"></script>"
;

echo 
$output;

?>
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

DF_talenttree

Postby Jhaeldril » Fri Feb 23, 2007 8:53 pm

Worked great Anaxent! Thanks!

Had to add:

Code: Select all
<?php


At the top.

Thanks for getting that together for my n00bness. You should package it and put it as a normal WoW Roster Addon. :compress:
ImageImageImage
Jhaeldril
WR.net Apprentice
WR.net Apprentice
 
Posts: 32
Joined: Thu Jul 06, 2006 4:03 am

DF_talenttree

Postby Anaxent » Fri Feb 23, 2007 9:01 pm

Yes I will package it for roster standalone soon.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

DF_talenttree

Postby DiscoWay » Fri Feb 23, 2007 9:54 pm

Anaxent,

How hard would it be to add text link that would expand all the talent pages? Or make an option in a config someplace to have the trees expanded like on the actual wowhead site.
User avatar
DiscoWay
WR.net Apprentice
WR.net Apprentice
 
Posts: 25
Joined: Mon Feb 12, 2007 11:40 pm

Next

Return to WoWRosterDF Addons

Who is online

Users browsing this forum: No registered users and 0 guests

cron