hi
I would like to know when tightened available Event Calendar compatible GuildEventManager2 ?
thx
Moderator: PoloDude
$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";
<?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",
);
?>
Movix wrote:ithink you have to select the characterProfiler.lua AND the GuildEventManger2.lua that it works. but nor really sure. try it
Vanterax wrote:Do you really have two "<?php" at the start of your conf.php file?
//Channels that can be updated (GEM only)
$wordings['EventCalendar']['Channels'] = array(
'channel1',
'channel2',
);
//Channels that can be updated (GEM only)
$wordings['EventCalendar']['Channels'] = array(
'genchanneldefault',
'atr',
);
Users browsing this forum: No registered users and 0 guests