Hyroshima Posted March 27, 2019 Share Posted March 27, 2019 (edited) Hello, is there any guide on how to add an addon in fluxcp? already grateful, Hyro @EDIT I am using the addon folder example, but the link is empty !? addon.php <?php return array( 'MenuItems' => array( 'Android APP' => array('module' => 'main'), 'HomeLabel' => array('exturl' => 'http://www.fluxro.com/community'), ) ) ?> access.php <?php return array( 'modules' => array( 'appacess' => array( 'index' => AccountLevel::ANYONE, ) ), 'features' => array( // None. ) ) ?> both in \addons\appacess\ RESOLVED! Edited March 27, 2019 by Hyroshima Quote Link to comment Share on other sites More sharing options...
Hello, is there any guide on how to add an addon in fluxcp?
already grateful, Hyro
@EDIT
I am using the addon folder example, but the link is empty !?
addon.php
access.php
both in \addons\appacess\
RESOLVED!
Edited by HyroshimaLink to comment
Share on other sites