mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
TinyMce styling corrected to work with newer version of TinyMce. TinyMce parser image path corrections. Old Tinymce popup code removed.
This commit is contained in:
@@ -454,6 +454,10 @@ class e_bbcode
|
||||
{
|
||||
$ret[] = $tp->replaceConstants($i,'full');
|
||||
}
|
||||
elseif(strpos($i,'thumb.php')!==false || strpos($i,'media/img/')!==false || strpos($i,'theme/img/')!==false) // absolute path.
|
||||
{
|
||||
$ret[] = SITEURLBASE.$i;
|
||||
}
|
||||
else
|
||||
{
|
||||
$ret[] = $path.$i;
|
||||
|
Reference in New Issue
Block a user