Skip to content
Jordan Jenkins edited this page Aug 20, 2015 · 9 revisions

Currently, the House Cup allows admins to customize the following settings, available under the settings tab in the admin panel:

  • navbar-background-color: This is the color of the top bar. Must be a Hex color value.
  • navbar-foreground-color: This is the color of the text on the top bar. Must be a Hex color value.
  • background-color: This is the color of the background in the main body area. Must be a Hex color value.
  • test-color: This is the color of the text. Must be a Hex color value. It's recommended to only set this to white (#FFFFFF) or black (#000000) so it is easy to read.
  • button-color: Sets the colors for buttons on the site. Must be a Hex color value.
  • rate-limit: Whether to enable the rate limiting feature and only allow a certain number of points to be allocated during a given time period by a staff member. must be either "true" or "false". True enables the feature
  • rate-limit-max-points: The maximum amount of points a staff can allocate in the given time. Must be a whole number
  • rate-limit-reset-minutes: How long to look back when seeking out the max points to rate limit. So you can say a max of 50 points in 10 minutes. Must be a whole number.

Clone this wiki locally