thanks for the idea and template
with this you can create your own custom mmo related addons.. like Raid Overview / DKP-Info / etc.
if you're not a coder, just edit the sql querys to match your raidplaner and get all new raids on your forum frontpage.
i use this along with phpraider.com:
PHP Code:
$query = 'SELECT raid_id, description, location, start_time FROM raid_raids ORDER BY raid_id ASC LIMIT 0,3';
To have the 3 next Raids on the FORUMHOME-Page.