BellRO Posted June 14, 2012 Posted June 14, 2012 Does anyone know how to Disable these in FluxCP The Donations Section/Category with everthing in it Purchase/Donations i want to remove it anyone know? Thank you in advance bump anyone please?
malufett Posted June 14, 2012 Posted June 14, 2012 remove it at conf/application.php under the array variable 'MenuItems' 1
BellRO Posted June 14, 2012 Author Posted June 14, 2012 I delete this all of it? ), 'Donations' => array( 'Purchase' => array('module' => 'purchase'), 'Donate' => array('module' => 'donate'), ),
RCharles Posted June 14, 2012 Posted June 14, 2012 Remove it in application.php 'Donations' => array( 'Purchase' => array('module' => 'purchase'), 'Donate' => array('module' => 'donate'), ),
Limestone Posted June 14, 2012 Posted June 14, 2012 in your /config/application.php Find: 'Donations' => array( then add "//" //'Donations' => array( //'Purchase' => array('module' => 'purchase'), //'Donate' => array('module' => 'donate'), //}, ), Hope it Helps
Question
BellRO
Does anyone know how to Disable these in FluxCP
The Donations Section/Category with everthing in it Purchase/Donations i want to remove it anyone know?
Thank you in advance
bump anyone please?
5 answers to this question
Recommended Posts