Administration

Installation

Carry out the following standard installation steps:

  1. Create page structure. Typically it consists of the following pages: ┡ 🗌 Grevman ┊ ┃ 🗌 Login ┊ ┣ 🖿 Participants ┊ ┣ 🖿 Leaders ┊ ┗ 🖿 Data
  2. Add static template to page where the plugin will be used
  3. Add static pagesTS configuration Grevman: General storage to the page properties (resources tab - Page TSconfig) from the parent storage folder (for the settings to be applied to the child folders too).

Configuration

TS constants

  • storagePid: List first the uid from the folder where the grevman records are stored.

PageTS config

The following individual configurations are needed (replace values as needed):

All storage

TCEFORM {
  tx_grevman_domain_model_group {
    members {
      # pid's from members
      PAGE_TSCONFIG_IDLIST = 225, 226
    }
  }
  tx_grevman_domain_model_registration {
    member {
      # pid's from members
      PAGE_TSCONFIG_IDLIST = 225, 226
    }
  }
}

Leaders storage

TCAdefaults {
  fe_users {
    # Default user group
    usergroup = 3
  }
}

Participants storage

TCAdefaults {
  fe_users {
    # Default user group
    usergroup = 4
  }
}