mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #124] Embed into Wordpress. #86
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#86
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 @ThomasMattOnline on GitHub (Feb 8, 2019).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/124
Hello, I have a basic PHP Wordpress template file and I am trying to embed using the code:
My file is set at: portal/tinyfilemanager.php
So I have set it to there like this:
However nothing happens?
I have looked into Auth users set that to true or false but still nothing! If anyone has any advice that would be extremely helpful! Thank you!
@prasathmani commented on GitHub (Feb 9, 2019):
Embedding file manager in another script.
check document
@ThomasMattOnline commented on GitHub (Feb 9, 2019):
Yeah that doesn't work in wordpress..
@prasathmani commented on GitHub (Feb 9, 2019):
@ThomasMattOnline , Tinyfilemanager doesn't work with WordPress templates, because WordPress and tinyfilemanager are using same query param
?p=and tinyfilemanager has redirection on render based on file path so wordpress will be throughheaders already senterror. better try tinyfilemanager as separate file.