X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=setup%2Ftc_config;h=7b959ae1d8ec139f1a013ab2d2e20be1737ebee2;hb=8db2811d0e5bc42f91095ce711acc2971f6d40a2;hp=d144746d870d24e08348c150b5f69058fb21f1cd;hpb=e72d7ba6537f5e438dedd252ae8cd0b0f0ec08d8;p=eq%2F.git diff --git a/setup/tc_config b/setup/tc_config index d144746..7b959ae 100644 --- a/setup/tc_config +++ b/setup/tc_config @@ -7,6 +7,12 @@ // This will prevent your settings from being overwritten by future code updates. /////////////////////////////////////////////////////////////////////////////////// +// Set the default stewardship of this tool: "High Priest" or "Elder" +// Remember to set this same variable in the db_config file to the same value as well +// EX: For an Elder's Quorum, stewardship should be set to "Elder" +// EX: For a High Priest Group, stewardship should be set to "High Priest" +$this->default_stewardship = "Elder"; + // The full path to a directory readable and writable by your webserver user // that will be used to dump the MLS data uploaded via the web interface to. $this->upload_target_path = "/home/users/pres/tc_data"; @@ -27,6 +33,17 @@ $this->time_drop_down_lists = 1; // Examples: Monthly=1 Quarterly=3 Yearly=12 $this->monthly_hometeaching_interview_stats = 3; +// Frequency of PPIs in months +// This number must evenly divide 12. +// Examples: Monthly=1 Quarterly=3 Yearly=12 +$this->ppi_frequency = 12; + +// Specify who can hold yearly PPIs +// 1 = EQ President +// 2 = EQ President + Counselors +// 3 = EQ President + Counselors + Secretary +$this->yearly_ppi_interviewer = 2; + // Specify the minute interval increment to use in the time drop down lists $this->time_drop_down_list_inc = 15;