HElp

Displays information for guild members on the roster such as Ventrillo info or useful web pages and other information

Moderator: Ulminia

HElp

Postby nogarth » Tue Sep 26, 2006 5:23 am

Ok then how do we use this then as i havent got a clue mate?
nogarth
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Tue Jul 04, 2006 10:46 pm

HElp

Postby Ulminia » Tue Sep 26, 2006 9:26 am

ok download the addon in the download section http://wowroster.net/Downloads/details/id=60.html download the addon

extract it in to the addons directory so you have rosterbasdir\addons\GuildInforment\index.php then open the roster webpage click guild informent click install it makes a table in mysql called adon_informent then you login usiung the roster config password

once loged in click add then add info that you want links are used to view sites or for downloaded working on some features for this
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

HElp

Postby nogarth » Tue Sep 26, 2006 11:46 am

did that before i posted but then i click "Main" of "Add new" nothing happens. But i have sorted it. This addon is not Firefo compatable had to load the page up in Iexplore then add the teamspeak address then it worked
nogarth
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Tue Jul 04, 2006 10:46 pm

HElp

Postby PoloDude » Tue Sep 26, 2006 2:30 pm

Whoa, our first non-firefox-compatible addon :p
Way to go Ulminia ...
[url=http://eu.wowarmory.com/character-sheet.xml?r=Emerald+Dream&n=Calaglin]Calaglin @ Emerald Dream [EU]
User avatar
PoloDude
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 134
Joined: Tue Jul 04, 2006 3:17 pm
Location: Belgium - Gent

HElp

Postby Ulminia » Wed Sep 27, 2006 11:28 am

this is an oddissue the code is the same as other roster addons so it should be compatable but it is not working i will see about this and repair for the next release
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: HElp

Postby Djuwal » Thu Sep 28, 2006 9:56 pm

Don't know if this will help or not, but that install button didn't work for me either. I had to actually go into my database and manually put it in. So, if you are using phpmyadmin or have direct acess to your database, go into your SQL and put in this script:

Code: Select all
CREATE TABLE `roster_addon_informent` (
  `id` int(11) NOT NULL auto_increment,
  `order` varchar(5) NOT NULL,
  `name` varchar(255) NOT NULL,
  `desc` text NOT NULL,
  `link` varchar(255) NOT NULL,
  `blank1` varchar(255) NOT NULL,
  `blank2` varchar(255) NOT NULL,
  `blank3` varchar(255) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;


Once you save it (or press go), it'll add the table to your database and it'll work fine on your roster.
User avatar
Djuwal
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Fri Jul 14, 2006 8:51 pm

HElp

Postby zanix » Fri Sep 29, 2006 1:31 am

Change that SQL to this
Code: Select all
CREATE TABLE `roster_addon_informent` (
  `id` int(11) NOT NULL auto_increment,
  `order` varchar(5) NOT NULL,
  `name` varchar(255) NOT NULL,
  `desc` text NOT NULL,
  `link` varchar(255) NOT NULL,
  `blank1` varchar(255) NOT NULL,
  `blank2` varchar(255) NOT NULL,
  `blank3` varchar(255) NOT NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

And it will work on any version of mysql
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

HElp

Postby Ulminia » Fri Sep 29, 2006 2:10 pm

fixing this as well..
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: HElp

Postby ogixe » Wed Oct 18, 2006 5:34 pm

nogarth wrote:did that before i posted but then i click "Main" of "Add new" nothing happens. But i have sorted it. This addon is not Firefo compatable had to load the page up in Iexplore then add the teamspeak address then it worked


has this been fixed, does it work in firefox and IE now?
//ogixe
User avatar
ogixe
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Tue Jul 04, 2006 9:06 pm

Re: HElp

Postby Ulminia » Thu Oct 19, 2006 5:52 am

not yet... this addon kinda went on the back burner with the making of my Roster Gallory ial get on this soon
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

HElp

Postby Anasminnia » Thu May 17, 2007 9:28 am

Hello, Im getting something different and it frustraiting.. so could someone help me out? I keep getting this info and i did install the guildinformat addon..

Could not find guild: 'The Ascension' for server 'Turalyon'
You need to load your guild first and make sure you finished configuration

Odd my guild IS on that server lol

Ana
Anasminnia
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Tue May 15, 2007 11:54 am

HElp

Postby Ulminia » Thu May 17, 2007 10:20 am

have you configured the main roster loaded your guild list and all that stuf this addon is being re writen and will take time i am compleating main code but wating for roster 1.8 to release it i want it to be compatable then
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

HElp

Postby Anasminnia » Thu May 17, 2007 10:34 am

I did everything you suggested above, and still no go. *Sighs* i'd really like to use this roster and having a raid guild it will come in handy.

that is the site..

http://www.the-ascension.info/roster
Last edited by Anasminnia on Thu May 17, 2007 4:30 pm, edited 1 time in total.
Anasminnia
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Tue May 15, 2007 11:54 am

HElp

Postby Ulminia » Thu May 17, 2007 8:01 pm

well for starters this is not the roster help forum this is for the guild informant you need to look in to the dragonfly port for the roster seems as thats what your site is running off of..
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Re: HElp

Postby yahooadam » Wed Aug 08, 2007 3:05 am

i tried to see what the problem was, i compared this mod to "Roster Gallery" but the code is so different it was impossible to work out what the problem was

However of all my mods "Roster Gallery" is the only one with an admin menu ....

Just tried it with IE and it doesnt work either
Image
Image
yahooadam
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Sun Jul 29, 2007 3:40 am


Return to Guild Informant

Who is online

Users browsing this forum: No registered users and 0 guests

cron