It's not my module, it's the one included in mfs web, i've added style to this & removed box lol.
about request, you're so lazy, u will style it ur self ^^
1. Use <center> tag before <table> tag
2. Make code to read from cfg, like
modify on events.php
style="color:#FF6611;"></span></td></tr>';
to
style="color:#FF6611;"><br>'.$value['description'].'</span></td></tr>';
& add in ETconfig.php
New lines to each event (remember about number [
X])
$eventtime[
1]['description'] = 'Fucking BC --------------------------------';
Result
3. FO
about "how do you know it's right time", you can see in config
define('WEBSITE_REAL_TIME', time());
about adding new events
[8] +1 for every new event
$eventtime[8]['name'] = 'Golden Invasion'; <--- Name lol
$eventtime[8]['start'] = 'Jan 01, 2013 01:00:00'; <--- Start Date (remember abt time changes (+1 -1)
$eventtime[8]['repeattime'] = '1800'; < --- Repeat every X Seconds (1h = 3600)
$eventtime[8]['opentime'] = '300'; <--- Msg time for how long in seconds (300 = 5min)
$eventtime[8]['description'] = 'Fucking New Config';