1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-18 16:26:20 +02:00

TinyMce Image-insert and Auto-Image resizing (see admin->media-manager->preferences)

This commit is contained in:
CaMer0n
2012-07-09 01:07:51 +00:00
parent 9efef2bc8c
commit 9825bfa51f
10 changed files with 307 additions and 151 deletions

View File

@@ -14,7 +14,9 @@ require_once("../../../../class2.php");
if($_POST['mode'] == 'tohtml')
{
echo $tp->toHtml($_POST['content'],true);
e107::getBB()->setClass($_SESSION['media_category']);
echo $tp->toHtml($_POST['content'],true);
e107::getBB()->clearClass();
}
if($_POST['mode'] == 'tobbcode')