BTNX Posted September 10, 2017 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 55 Reputation: 3 Joined: 04/02/12 Last Seen: October 22, 2022 Share 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? Link to comment Share on other sites More sharing options...
1 Chaos92 Posted September 11, 2017 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 10 hours ago Share 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) Link to comment Share on other sites More sharing options...
0 BTNX Posted September 11, 2017 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 55 Reputation: 3 Joined: 04/02/12 Last Seen: October 22, 2022 Author Share 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. Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts