PowerSchool Wiki
Advertisement
  • ~[if.is.a.school] - Renders contents of if statement if the currently selected school is not the District Office.
  • ~[if.district.office] - Renders contents of if statement if the District Office is currently selected.
  • ~[if.CheckDupCC_Failed] - Used in the /admin/students/allenrollments.html page to detect overlapping enrollments.
  • ~[if.win] - Renders contents of if statement if the client's operating system is Windows.
  • ~[if.mac] - Renders contents of if statement if the client's operating system is Mac OS.
  • ~[if.isstudent] - Renders contents of if statement if the user logged in to the parent portal is a student.
  • ~[if.isguardian] - Renders contents of if statement if the user logged in to the parent portal is a parent/guardian.
  • ~[if.plugin.isEnabled.{Plugin Title}] - Renders contents of if statement if the plugin with Plugin Title is enabled.

Added in 7.10 []

  • ~[if.security.inrole={comma separted list of groups/roles}] - Renders contents of if statement if the current user is part of one of groups/roles specified in the comma separated list.
  • ~[if.security.pagemod={pageurl}] - Renders contents of if statement if the current user only has modify access to pageurl.
  • ~[if.security.pageview={pageurl}] - Renders contents of if statement if the current user only has view access to pageurl.
  • ~[if.security.pagemod={pagenone}] - Renders contents of if statement if the current user has no access to pageurl.
Advertisement