Jump to content
  • 0

Addon Fluxcp help


Hyroshima

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  159
  • Reputation:   58
  • Joined:  07/11/14
  • Last Seen:  

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 !?

sss1.jpg.576375bbf678926049d1aff01d57acb7.jpg

 

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 by Hyroshima
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

×
×
  • Create New...