mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
fixes #3656: Make the mediamanager icons available in the forum
This commit is contained in:
@@ -16,14 +16,15 @@ if(!defined('e107_INIT'))
|
||||
require_once('../../class2.php');
|
||||
}
|
||||
|
||||
if(USER)
|
||||
{
|
||||
define('e_TINYMCE_TEMPLATE', 'member'); // allow images / videos.
|
||||
}
|
||||
else
|
||||
{
|
||||
define('e_TINYMCE_TEMPLATE', 'public');
|
||||
}
|
||||
// Now defined in shortcodes that handle the editors
|
||||
// if(USER)
|
||||
// {
|
||||
// define('e_TINYMCE_TEMPLATE', 'member'); // allow images / videos.
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// define('e_TINYMCE_TEMPLATE', 'public');
|
||||
// }
|
||||
|
||||
define('NAVIGATION_ACTIVE','forum'); // ??
|
||||
|
||||
|
Reference in New Issue
Block a user