![]() |
|
[Module] Shared Notes - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: 3rd Party Module Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=41) +----- Forum: Available Modules (https://senforums.mach-hosting.com/forumdisplay.php?fid=63) +----- Thread: [Module] Shared Notes (/showthread.php?tid=2110) |
[Module] Shared Notes - Fuzzy - 11-02-2015 Hey all! I'm not a great coder by any means so this was pretty simple to make but it functions perfectly from what I've tested so I present to you a notepad that is usable from within the control panel to share notes between admins/for your own use. You can save, print, format text and a whole lot more with the (full browser window) WYSIWYG editor. It's basically a port of Tobias Zeising's "notes" over to a Sentora module. (Released under GPL v3.) VERY IMPORTANT NOTE: Anyone who has access to this module from the CP can read, overwrite or delete the note. Use for between admins only. Or just yourself if you're a lone admin or a random game between your clients, or whatever else you want to use it for. ![]() Screenshot: ![]() As i start learning more and more I may work on other modules so for now I have created my own zppy repo. Installation: Code: zppy repo add zppy.thefuzz.xyz
zppy update
zppy install sharednotesThen enable it from the "Module Admin" section of the control panel. (By default it appears in "Server Admin".) If you cannot save the note and it returns to the default "Hello!" then run this: Code: sudo chown -R www-data:www-data /etc/sentora/panel/modules/sharednotesTo remove: Code: zppy remove sharednotesRE: [Module] Shared Notes - Griffon - 11-20-2015 I have a problem, I apply chown but ... the route isn't correct ... Quote:Not Found RE: [Module] Shared Notes - Fuzzy - 11-20-2015 (11-20-2015, 11:47 AM)Griffon Wrote: I have a problem, I apply chown but ... the route isn't correct ... Ah thanks, I clearly missed that when I packaged it up! Should be fixed now, just run: Code: zppy upgrade sharednotes
|