- Code: Select all
// What calendar will you be updating -- GEM or GroupCalendar
$addon_conf['EventCalendar']['UpdateMode'] = 'GroupCalendar';
//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'] = true;
//Characters that can update the events
$addon_conf['EventCalendar']['EventUpdaters'] = array(
'Scatmanicus', 'Bonechewer_Scatmanicus',
);
I know it looks silly on the EventUpdaters but when I looked at the GroupCalendar.lua file it said "Bonechewer_Scatmanicus" so I added both just to be sure it qualified the updater.
Here is a link to the GroupCalendar.lua file:
Click here for GroupCalendar.lua
When I go to the Update page, I do enter the CharacterProfiler.lua file in addition to the GroupCalendar.lua file. On the output display, it shows that it parsed both files, displays the individual characters that it has updated from the CharacterProfiler.lua but gives no display of any updates made for the GroupCalendar.lua file.
When I go to the Event Calendar link, nothing shows.
Now sure it I missed anything so if I did, I would appreciate the feedback. Other than that, does anyone else have any idea why this is not working?