Dragonfly GuildVault and 2 guilds.

Displays the Guild vault introduced in WoW 2.3

Moderator: Nefuh

Dragonfly GuildVault and 2 guilds.

Postby secretone » Wed Feb 06, 2008 7:15 am

Hi and thank you for the GuildVault AddOn for Dragonfly :)
It's looking good and is a worthy addon to have :)

I have a bit of a problem. I run two Rosters on my DF based website each in their own folder in the modules folder. I ahve installed the GuioldVault addon for both.

I have noticed that after I do an update of my character(s) and so the guild and GuildVault gets updated. I am getting a corrupted GuildVault on the 2nd guild. Well it's not corrupted it is show the first guilds contents.

I have not looked at the code to try and work out what it's doing.

Is there anything i should be looking for.
Does the CharacterProfiler.lua only hold the last GuildVault you looked at ? If so all I will have to do is do an update after I have done each character for the guilds.

I did have a problem with ArmorySync but found that to be a hard coded link assuming that Roster for Dragonfly was installed in the modules folder with a folder of WoWRosterDF. So that was not too hard to fix but would have liked to done it using a field from the database or something instead of just hard changing the folder name. The only reason I am mentioning that here is if it is something similar.

Also is version 9 going to be made available for DF soon.

Many thanks in advance.
Last edited by secretone on Wed Feb 06, 2008 7:16 am, edited 1 time in total.
Image
User avatar
secretone
WR.net Apprentice
WR.net Apprentice
 
Posts: 62
Joined: Wed Feb 28, 2007 6:33 pm
Location: Kent, UK

Dragonfly GuildVault and 2 guilds.

Postby Nefuh » Wed Feb 06, 2008 7:58 am

I take a look at the trigger.php and found the failure.

The problem was reported by Tuigii, but i´ve just didn´t think off.

All actual version´s (even the new 9.1 for normal roster) process the trigger.php for all guilds in CP.lua. So if there more than one guild in cp.lua, only the latest guildvault will be shown.

I will upload as fast as possible a new trigger.php for both version (9.1 and 8.1 DragonFly), were this failure is corrected.

Nefuh
Administrator of the german User2User Community for WoWRoster.
Guild Master from Scum from Hell - Horde @ EU-Anetheron.
User avatar
Nefuh
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 213
Joined: Fri Sep 15, 2006 8:34 pm
Location: Krefeld Germany

Dragonfly GuildVault and 2 guilds.

Postby Nefuh » Wed Feb 06, 2008 8:53 am

So there´s a new version available 9.2 where this failure should be fixed. You can find the normal version and the DF-Version in the download area on this site.

Nefuh
Administrator of the german User2User Community for WoWRoster.
Guild Master from Scum from Hell - Horde @ EU-Anetheron.
User avatar
Nefuh
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 213
Joined: Fri Sep 15, 2006 8:34 pm
Location: Krefeld Germany

Dragonfly GuildVault and 2 guilds.

Postby secretone » Wed Feb 06, 2008 8:55 pm

Hi Nefuh,

Thanks for the update, somethings not quite right.

I had to change the URL for the coin images from
Code: Select all
<img src=\"./".$roster_conf['interface_url']."bagcoingold.gif\"
to
Code: Select all
<img src=\"./".$roster_conf['img_url']."bagcoingold.gif\"


Also found some URLs that assumed that the roster is in a folder called WOWRosterDF so had to change them.

I also think that the $roster_conf is returning WoWRosterDF even if I have my roster in RosterActivity. Will have to investigate further

This is because I have two guilds in my DF website.
Image
User avatar
secretone
WR.net Apprentice
WR.net Apprentice
 
Posts: 62
Joined: Wed Feb 28, 2007 6:33 pm
Location: Kent, UK

Re: Dragonfly GuildVault and 2 guilds.

Postby Nefuh » Wed Feb 06, 2008 9:06 pm

Hey secretone,

that´s makes me confused. The URL for the icons were changed from img_url to interface_url specially for DragonFly, so now you tell me that you have to revert this changes :?: :? .

It think the next version 10 of my guildvault addons for roster 1.7.3 will be more flexible. I think when possible there´s will be one version for all, and in the config you can set if you use DragonFly or not and set a folder name. So if you have roster installed twice you can install guildvault twice in 2 seperated folders. (example: ./modules/Roster1 | ./modules/Roster2).

Nefuh
Administrator of the german User2User Community for WoWRoster.
Guild Master from Scum from Hell - Horde @ EU-Anetheron.
User avatar
Nefuh
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 213
Joined: Fri Sep 15, 2006 8:34 pm
Location: Krefeld Germany

Dragonfly GuildVault and 2 guilds.

Postby secretone » Wed Feb 06, 2008 10:01 pm

Hi Nefuh,

Hmm, I am confused now.
These are the settings I have
Roster URL = modules/RosterActivity
Interface Dierctory URL = images/wowrosterdf/
Roster Images Directory URL = modules/RosterActivity/img/

All I know is that when I uploaded the version 9.2 the coins did not display, so looked at the version 8.x code and noticed the different URLs checked in both locations and had the coins in the old version location, so changed the URL in the source. It worked.

The coin graphics are only in the
dragonfly/modules/WoWRosterDF/img/
or the
dragonfly/modules/RosterActivity/img/
folders.

Below is screen capture from my WoWRoster zip file showing the location of the coins.
Image

In fact all the files from the Roster sit in the
dragonfly/modules/WoWRoster/
folder exepct for
dragonfly/blocks/block-wowrosterdf-motd.php

The Roster image pack installs in the following location as shown in the image from the zip file below.
Image

I am not saying my setup is right or wrong, just pointing out what is where on my system.
Last edited by secretone on Wed Feb 06, 2008 10:53 pm, edited 5 times in total.
Image
User avatar
secretone
WR.net Apprentice
WR.net Apprentice
 
Posts: 62
Joined: Wed Feb 28, 2007 6:33 pm
Location: Kent, UK

Dragonfly GuildVault and 2 guilds.

Postby zanix » Thu Feb 07, 2008 12:43 am

$roster_conf['img_url'] is the url to the img folder and is normally located at roster/img/

$roster_conf['interface_url'] is the url to the interface images folder and is normally located at /roster/img/Interface/

So if you are linking to bagcoingold.gif, you should use $roster_conf['img_url']
If you are linking to an item icon, talent frame, pvp rank icon, etc..., then use $roster_conf['interface_url']
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

Dragonfly GuildVault and 2 guilds.

Postby Nefuh » Thu Feb 07, 2008 12:55 am

Ah ok Zanix, thanks for the information.

I will do a recode as fast as possible.

Nefuh
Administrator of the german User2User Community for WoWRoster.
Guild Master from Scum from Hell - Horde @ EU-Anetheron.
User avatar
Nefuh
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 213
Joined: Fri Sep 15, 2006 8:34 pm
Location: Krefeld Germany


Return to Guildvault

Who is online

Users browsing this forum: No registered users and 0 guests

cron