Please note: This was written for IPB 2.1.x and may not work correctly in other versions.
If like me you think the calendar events and birthdays are better below the board statistics (see attached image below), then it's very simple to move them around.
To do this open /
forum path/sources/action_public/board.php and search for
Code:
//-----------------------------------------
// Are we viewing the calendar?
//-----------------------------------------
$stats_html .= $this->statfunc->show_calendar_events();
Now move this so it is under
Code:
//-----------------------------------------
// Add in show stats
//-----------------------------------------
$stats_html .= $this->statfunc->show_totals();
And that's it.