mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-27 03:15:50 +03:00
[GH-ISSUE #972] How to make Tiny File Manager fully offline with offline resources? #627
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#627
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @helmiau on GitHub (Feb 21, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/972
i already make tinyfilemanager.php scripts to offline resources like these
and also downloaded scripts and fontawesome resources
but the results is like this
so, can you make different branch containing main tinyfilemanager.php with all resources inside to make sure this project can be run without internet.
thank you.
@smalos commented on GitHub (Feb 21, 2023):
Any errors in the developer console (F12) ?
@helmiau commented on GitHub (Feb 21, 2023):
no error appeared on screen, but when i try to change it to online state, it back to normal. Any advices?
@prasathmani commented on GitHub (Feb 22, 2023):
use offline branch: https://github.com/prasathmani/tinyfilemanager/tree/offline
@helmiau commented on GitHub (Feb 22, 2023):
Thanks man!
@helmiau commented on GitHub (Feb 22, 2023):
but advanced editor can't do search and color codes like this

any fix for this? @prasathmani
@smalos commented on GitHub (Feb 23, 2023):
@prasathmani , @helmiau :
Ace requires some other files (themes, extensions, syntax highlighting etc.)
It's probably better to place them in a subfolder within assets/js/
ace.zip
and then replace
'js-ace' => '<script src="assets/js/ace.js"></script>',with
'js-ace' => '<script src="assets/js/ace/ace.js"></script>',@helmiau commented on GitHub (Feb 23, 2023):
thanks man, worked on me.. do a pull request please.