Did you run the "Install part" - If I can remember well, some tables have to be created for this Add ON initialy.
Are these tables present:
[table_prefix]_events_limits
[table_prefix]_events_members
[table_prefix]_events_subscibers
My directory structure : "EventCalendar"
One sub-folder : "img", which has one sub-sub-folder :"icons"
And did you edit the
conf.php file ??
I have
- Code: Select all
...
// 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'] = true;
//Characters that can update the events
$addon_conf['EventCalendar']['EventUpdaters'] = array(
'CT_Mule',
);
//Channels that can be updated (GEM only)
$wordings['EventCalendar']['Channels'] = array(
'papyteam',
);
// Show eventicon or not -- true or false
$addon_conf['EventCalendar']['ShowIcon'] = true;
...
(I use GEM 2.24-3 - and so the GuildEventManager.lua file to upload).
Be carefull : for GEM use you have to add your 'correct' Guild name !!!!
Mine is in the example : papyteam (easy, no accents, no spaces in my case).
When uploading, the roster settings permit to triggger the Add On that want to receivce one ?
Of you go, checking