mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Tinymce downgraded until styling corrected. Banner tweaks and deprecated config.php file added.
This commit is contained in:
@@ -202,7 +202,8 @@ class admin_start
|
||||
e_LANGUAGEDIR."English/lan_parser_functions.php",
|
||||
e_HANDLER."np_class.php",
|
||||
e_CORE."shortcodes/single/user_extended.sc",
|
||||
e_ADMIN."download.php"
|
||||
e_ADMIN."download.php",
|
||||
e_PLUGIN."banner/config.php"
|
||||
);
|
||||
|
||||
$found = array();
|
||||
|
@@ -106,6 +106,8 @@ if(!empty($menu_pref['banner_campaign']) && !empty($menu_pref['banner_amount']))
|
||||
elseif(e_DEBUG == true)
|
||||
{
|
||||
echo "no banner data";
|
||||
print_a($menu_pref);
|
||||
print_a($query);
|
||||
}
|
||||
|
||||
$foot = e107::getParser()->parseTemplate($BANNER_MENU_END,true);
|
||||
|
@@ -17,8 +17,8 @@ if((e107::wysiwyg() === true && check_class($pref['post_html'])) || strpos(e_SEL
|
||||
{
|
||||
if(e_PAGE != 'image.php')
|
||||
{
|
||||
// e107::js('footer', "https://tinymce.cachefly.net/4.2/tinymce.min.js");
|
||||
e107::js('footer', "//cdn.tinymce.com/4/tinymce.min.js");
|
||||
e107::js('footer', "https://tinymce.cachefly.net/4.2/tinymce.min.js");
|
||||
// e107::js('footer', "//cdn.tinymce.com/4/tinymce.min.js");
|
||||
e107::js('footer',e_PLUGIN.'tinymce4/wysiwyg.php','jquery',5);
|
||||
|
||||
// Add to e107_config.php to view hidden content when TinyMce not saving correctly
|
||||
|
Reference in New Issue
Block a user