This mod is exactly what I've needed at my board. It could use some improvements, certainly, but so far it's pretty good. I got annoyed with the requirement for an image for every time you added an event, so I removed it. I'm about 70% sure I only changed the one line, so if this doesn't work don't blame me.
On line 93 find:
Code:
else
{
print_stop_message('invalid_file_specified');
}
Substitue:
Code:
else
{
$_POST['do'] = 'doadd1';
}
For new features I'd like to see nested events. For use on my board each 'event' is going to be a timeslot in our RPG timeline, and the event description will be filled with the actual events. This could be made a lot easier, while yet maintaining the flexibility of this mod by allowing nested events.