OPEN portal.php
FIND
Code: Select all
$template->assign_vars(array(
'PORTAL_LEFT_COLUMN' => $portal_config['portal_left_column_width'],
'PORTAL_RIGHT_COLUMN' => $portal_config['portal_right_column_width'],
Code: Select all
include($phpbb_root_path . 'portal/block/meeting.' . $phpEx);
FIND
Code: Select all
<!-- IF S_DISPLAY_ADVANCED_STAT -->
<!-- INCLUDE portal/block/statistics.html -->
<!-- ENDIF -->
Code: Select all
<!-- INCLUDE portal/block/meeting.html -->
OPEN language/en/mods/meeting.php
FIND
Code: Select all
));
?>
Code: Select all
//For the Meeting Block on board3portal by frold @ studmed.dk
'MEETING_TIME' => 'Time',
'MEETING_LATESTMEETINGS' => 'Latest Meetings',
http://studmed.dk/eksternefiler/Meeting ... Board3.zip
Upload the files in the "root" folder to your site.
Refresh templates in ACP. Clear cache.
To edit the number of the latest meetings to be shown.
OPEN portal/block/meeting.php
FIND
Code: Select all
$portal_config['number_of_meetings_shown'] = '3';
Code: Select all
3