請問高手們 在 MRBS 中的首頁如何出現以週顯示為主,並指定Room呢?
以週顯示
修改 systemdefauits.inc.php
// Define default starting view (month, week or day)
// Default is day
$default_view = "week";
指定Room
// Define default room to start with (used by index.php)
// Room numbers can be determined by looking at the Edit or Delete URL for a
// room on the admin page.
// Default is 0
$default_room = 0;