Jump to content
  • 0

FluxCP module docs


BTNX

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   3
  • Joined:  04/02/12
  • Last Seen:  

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

  • 1

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1554
  • Reputation:   239
  • Joined:  08/03/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   3
  • Joined:  04/02/12
  • Last Seen:  

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

×
×
  • Create New...