Hi - love tinyfilemanager but just a couple of issues -
-
I do not get the option to 'upload' files, does something need to be activated to allow this ?
Using default admin & password until I get it working as required.
-
In my ignorance I do not understand what needs adding to the 'Embed' option. It says "Just define FM_EMBED and other necessary constants."
So what goes in place of FM_EMBED and anything else that needs changing in plain english please.
class SomeController{
public function actionIndex()
{
define('FM_EMBED', true);
define('FM_SELF_URL', UrlHelper::currentUrl()); // must be set if URL to manager not equal PHP_SELF
require 'path/to/tinyfilemanager.php';
}
}
Many thanks
Hi - love tinyfilemanager but just a couple of issues -
I do not get the option to 'upload' files, does something need to be activated to allow this ?
Using default admin & password until I get it working as required.
In my ignorance I do not understand what needs adding to the 'Embed' option. It says "Just define FM_EMBED and other necessary constants."
So what goes in place of FM_EMBED and anything else that needs changing in plain english please.
class SomeController{
public function actionIndex()
{
define('FM_EMBED', true);
define('FM_SELF_URL', UrlHelper::currentUrl()); // must be set if URL to manager not equal PHP_SELF
require 'path/to/tinyfilemanager.php';
}
}
Many thanks