From d298b5909304c11db96d7cf8b259956f7efcbecc Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 11 Aug 2014 11:04:22 -0400 Subject: [PATCH] Config setting changes Setup the member pages: Setup page for the leads (members only) Setup the page for the Member events (members only) --- config/application.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/application.ini b/config/application.ini index c636656..a859c76 100644 --- a/config/application.ini +++ b/config/application.ini @@ -86,12 +86,12 @@ memberdb.members.profile_form_page = 10 memberdb.members.coupons.page = Off memberdb.members.coupons.notification_email = Off ; The page id in the toolbox that is the members only area events page -memberdb.members.events_page = Off +memberdb.members.events_page = 22 memberdb.members.events.notification_email = Off ; The page id in the toolbox that is the members only reporting page memberdb.members.reports_page = 11 ; The page id in the toolbox that is the members only leads page -memberdb.members.leads_page = Off +memberdb.members.leads_page = 21 ; Turn the trip planner module On or Off for the member application memberdb.session.list = Off ; The page id in the toolbox that holds the output for the trip planner -- 2.17.1