Jump to content
  • 0

Does anyone know how to Disable these in FluxCP


BellRO

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  06/10/12
  • Last Seen:  

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

74575032.png

bump anyone please?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

remove it at conf/application.php

under the array variable 'MenuItems'

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  06/10/12
  • Last Seen:  

I delete this all of it?

),

'Donations' => array(

'Purchase' => array('module' => 'purchase'),

'Donate' => array('module' => 'donate'),

),

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  154
  • Reputation:   8
  • Joined:  05/31/12
  • Last Seen:  

Remove it in application.php

'Donations' => array(
'Purchase' => array('module' => 'purchase'),
'Donate' => array('module' => 'donate'),
),

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

in your /config/application.php

Find:

'Donations' => array(

then add "//"


//'Donations'   => array(
//'Purchase'      => array('module' => 'purchase'),
//'Donate'        => array('module' => 'donate'),
//},

),

Hope it Helps :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  06/10/12
  • Last Seen:  

Thank you all

Link to comment
Share on other sites

×
×
  • Create New...