BTNX Posted September 10, 2017 Posted September 10, 2017 I've looked through the forums, google and github for FluxCP docs with no luck. I would like to learn how to build my own module. Where can I find the instructions?
1 Chaos92 Posted September 11, 2017 Posted September 11, 2017 4 hours ago, BTNX said: I've looked through the forums, google and github for FluxCP docs with no luck. I would like to learn how to build my own module. Where can I find the instructions? Example you want /?module=ownmodule&action=ownfile 1. File Manager ->FluxCP-master -> modules -> ownmodule(create folder) -> ownfile.php (create empty file) 2. File Manager ->FluxCP-master -> themes -> default (themename you use) ->ownmodule (create folder) -> ownfile.php (create your php/html coded file) 3. Create linking to /?module=ownmodule&action=ownfile from anywhere you need so that players can click easily (since its a custom link)
0 BTNX Posted September 11, 2017 Author Posted September 11, 2017 Thanks, I pretty much knew that much from experience. I was wondering if there's a more definitive documentation. I want to know things like: how to disable header and footer if I want to create APIs and how would I access zend session data like username, access level, user id etc from there.
Question
BTNX
I've looked through the forums, google and github for FluxCP docs with no luck.
I would like to learn how to build my own module. Where can I find the instructions?
2 answers to this question
Recommended Posts