GuildEventManager2

With this addon you'll be able to view planned events from GuildEventManager or GroupCalendar

Moderator: PoloDude

GuildEventManager2

Postby snakou » Tue Apr 03, 2007 10:28 pm

hi
I would like to know when tightened available Event Calendar compatible GuildEventManager2 ?
thx
snakou
WR.net Apprentice
WR.net Apprentice
 
Posts: 36
Joined: Fri Jan 12, 2007 2:02 pm

GuildEventManager2

Postby snakou » Thu Apr 05, 2007 12:18 am

good I see that nobody deals with this add to make it compatible 1.7.3?
Mon statue hotmail est : Image
snakou
WR.net Apprentice
WR.net Apprentice
 
Posts: 36
Joined: Fri Jan 12, 2007 2:02 pm

GuildEventManager2

Postby sturmy » Thu Apr 05, 2007 1:47 pm

EventCalendar works with both GroupCalendar and GEM without distinction.

I'm using it since it's out and exclusively with GEM.
sturmy
WR.net Expert
WR.net Expert
 
Posts: 160
Joined: Wed Aug 16, 2006 9:07 pm

GuildEventManager2

Postby snakou » Thu Apr 05, 2007 5:30 pm

oki then you to me aidee with my problem will be able?
I obtien always this eror

Parsing files

Error while parsing GuildEventManager2 after 0 seconds

thank you for your assistance
Mon statue hotmail est : Image
snakou
WR.net Apprentice
WR.net Apprentice
 
Posts: 36
Joined: Fri Jan 12, 2007 2:02 pm

GuildEventManager2

Postby sturmy » Thu Apr 05, 2007 11:55 pm

ensure your conf.php is updated to reflect your gem settings. e.g.

Code: Select all
$versions['versionDate']['eventcalendar'] = '$Date: 2006/10/22 $';
$versions['versionRev']['eventcalendar'] = '$Revision: 1.0.2 $';
$versions['versionAuthor']['eventcalendar'] = '$Author: PoloDude $';

// What calendar will you be updating -- GEM or GroupCalendar
   $addon_conf['EventCalendar']['UpdateMode'] = 'GEM';

//Every1 in guild can update the calendar if set to true, if set to false then it will look at EventUpdaters
   $addon_conf['EventCalendar']['UpdateAll'] = false;

//Characters that can update the events
   $addon_conf['EventCalendar']['EventUpdaters'] = array(
      'Sturmy',
   );
//Channels that can be updated (GEM only)
   $wordings['EventCalendar']['Channels'] = array(
      'YOUR_GEM_CHANNEL_NAME',
   );

// Show eventicon or not -- true or false
   $addon_conf['EventCalendar']['ShowIcon'] = true;

//Date display "D m/d G:i" => Wed 08/23 20:15
   $addon_conf['EventCalendar']['EventDate'] = "D d/m G:i";
   $addon_conf['EventCalendar']['ResetDate'] = "D d/m";
sturmy
WR.net Expert
WR.net Expert
 
Posts: 160
Joined: Wed Aug 16, 2006 9:07 pm

GuildEventManager2

Postby snakou » Fri Apr 06, 2007 1:26 am

I have make the same thing
my con.php
Code: Select all

<?php
$versions
['versionDate']['eventcalendar'] = '$Date: 2006/10/22 $'
$versions['versionRev']['eventcalendar'] = '$Revision: 1.0.2 $';
$versions['versionAuthor']['eventcalendar'] = '$Author: PoloDude $';

// What calendar will you be updating -- GEM or GroupCalendar
    
$addon_conf['EventCalendar']['UpdateMode'] = 'GEM';

//Every1 in guild can update the calendar if set to true, if set to false then it will look at EventUpdaters
    
$addon_conf['EventCalendar']['UpdateAll'] = false;

//Characters that can update the events
    
$addon_conf['EventCalendar']['EventUpdaters'] = array(
        
'Xyan',
    );
//Channels that can be updated (GEM only)
    
$wordings['EventCalendar']['Channels'] = array(
        
'channel1',
        
'channel2',
    );

// Show eventicon or not -- true or false
    
$addon_conf['EventCalendar']['ShowIcon'] = true;

//Date display "D m/d G:i" => Wed 08/23 20:15
    
$addon_conf['EventCalendar']['EventDate'] = "D d/m G:i";
    
$addon_conf['EventCalendar']['ResetDate'] = "D d/m";

/****** DON'T CHANGE ANYTHING BELOW! ******/

//Update Trigger
    
$addon_conf['EventCalendar']['UpdateTrigger'] = 1;

// Resetoffset
    
$wordings['EventCalendar']['ResetOffset'] = -1;

// General variables
    
$wordings['EventCalendar']['Classes'] = array(
        
"P" => "Priest",
        
"S" => "Shaman",
        
"M" => "Mage",
        
"R" => "Rogue",
        
"D" => "Druid",
        
"W" => "Warrior",
        
"H" => "Hunter",
        
"K" => "Warlock",
        
"L" => "Paladin",
    );

?>

thank you for your assistance
Mon statue hotmail est : Image
snakou
WR.net Apprentice
WR.net Apprentice
 
Posts: 36
Joined: Fri Jan 12, 2007 2:02 pm

Re: GuildEventManager2

Postby Movix » Fri Apr 06, 2007 8:28 am

ithink you have to select the characterProfiler.lua AND the GuildEventManger2.lua that it works. but nor really sure. try it
Image
DF 9.2.1 - RosterDF 1.7.3.0 (patched) - Roster 2.0 beta
User avatar
Movix
WR.net Apprentice
WR.net Apprentice
 
Posts: 59
Joined: Fri Dec 22, 2006 1:27 pm

GuildEventManager2

Postby Vanterax » Fri Apr 06, 2007 9:05 am

Do you really have two "<?php" at the start of your conf.php file?
Vanterax
WR.net Apprentice
WR.net Apprentice
 
Posts: 66
Joined: Wed Dec 13, 2006 6:58 am

Re: GuildEventManager2

Postby snakou » Fri Apr 06, 2007 11:36 am

Movix wrote:ithink you have to select the characterProfiler.lua AND the GuildEventManger2.lua that it works. but nor really sure. try it

I must put it or characterProfiler.lua
Vanterax wrote:Do you really have two "<?php" at the start of your conf.php file?

not that only one, small eror to copy to stick to afflict
thank you for your assistance
Mon statue hotmail est : Image
snakou
WR.net Apprentice
WR.net Apprentice
 
Posts: 36
Joined: Fri Jan 12, 2007 2:02 pm

GuildEventManager2

Postby sturmy » Fri Apr 06, 2007 1:18 pm

Is your in-game GEM channel name Channel1 ? That's what your config file says... If you let GEM untouched it is normally "GemChannelDefault", but I would encourage to change it to something else. It might be a wrong setting already.

As to Movix comment, that's right, you need to upload both a character profiler with GuildEventManager2.lua file. I found it did update when I put only the GEM file, but the output says it wasn't done.
sturmy
WR.net Expert
WR.net Expert
 
Posts: 160
Joined: Wed Aug 16, 2006 9:07 pm

GuildEventManager2

Postby snakou » Fri Apr 06, 2007 7:28 pm

I have to change
//Channels that can be updated (GEM only)
$wordings['EventCalendar']['Channels'] = array(
'channel1',
'channel2',
);

by
//Channels that can be updated (GEM only)
$wordings['EventCalendar']['Channels'] = array(
'genchanneldefault',
'atr',
);

I have topujours the same eror
Mon statue hotmail est : Image
snakou
WR.net Apprentice
WR.net Apprentice
 
Posts: 36
Joined: Fri Jan 12, 2007 2:02 pm

GuildEventManager2

Postby Vanterax » Fri Apr 06, 2007 9:52 pm

Try deleting your GuildEventManager2.lua file from your WTF folder, go in WoW and open up the GEM interface (you will have to reconfigure it). That will create a brand new LUA file. I think I remember having to do this once when I moved to a new version of GEM2. I guess there was some legacy stuff in there that wasn't working right with the roster.

Bonne chance. :)
Vanterax
WR.net Apprentice
WR.net Apprentice
 
Posts: 66
Joined: Wed Dec 13, 2006 6:58 am

GuildEventManager2

Postby snakou » Sat Apr 07, 2007 1:47 am

afflicted I did not include/understand well reconfigures it
Mon statue hotmail est : Image
snakou
WR.net Apprentice
WR.net Apprentice
 
Posts: 36
Joined: Fri Jan 12, 2007 2:02 pm

GuildEventManager2

Postby Vanterax » Sat Apr 07, 2007 8:03 am

Pardon? Je ne comprend pas ton message...
Vanterax
WR.net Apprentice
WR.net Apprentice
 
Posts: 66
Joined: Wed Dec 13, 2006 6:58 am

GuildEventManager2

Postby snakou » Sat Apr 07, 2007 1:01 pm

cool tu parle français oki ^^
alors je disais
quel fichier je dois ouvrire pour l'editer,j'ai pas tres bien compris
merci
Mon statue hotmail est : Image
snakou
WR.net Apprentice
WR.net Apprentice
 
Posts: 36
Joined: Fri Jan 12, 2007 2:02 pm

Next

Return to Event Calendar

Who is online

Users browsing this forum: No registered users and 0 guests

cron