1
0
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:
Achim Ennenbach
2019-02-08 13:01:38 +01:00
parent d4134c7f89
commit 8d7a0da0dc
4 changed files with 27 additions and 12 deletions

View File

@@ -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'); // ??