mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Fix for legacy rss feed url and news post 'visibility' form element.
This commit is contained in:
@@ -94,7 +94,7 @@ class e107TinyMceParser
|
||||
|
||||
if(!empty($content) && E107_DEBUG_LEVEL > 0)
|
||||
{
|
||||
$content = "-- DEBUG MODE ACTIVE -- \n".$content;
|
||||
// $content = "-- DEBUG MODE ACTIVE -- \n".$content;
|
||||
// echo htmlentities($content)."\n";
|
||||
// echo "<pre>".$content."</pre>";
|
||||
$text = $content;
|
||||
|
@@ -38,10 +38,10 @@
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
/*
|
||||
// Emoticons
|
||||
ed.addButton('e107-emotes', {
|
||||
text: '',
|
||||
ed.addButton('e107-bbcode', {
|
||||
text: 'bbcode',
|
||||
icon: 'emoticons',
|
||||
onclick: function() {
|
||||
// Open window
|
||||
@@ -49,7 +49,8 @@
|
||||
ed.windowManager.open({
|
||||
title: 'Example plugin',
|
||||
body: [
|
||||
{type: 'textbox', name: 'title', label: 'Title'}
|
||||
{type: 'textbox', name: 'code', label: 'BbCode'},
|
||||
{type: 'textbox', name: 'parm', label: 'Parameters'}
|
||||
],
|
||||
onsubmit: function(e) {
|
||||
// Insert content when the window form is submitted
|
||||
@@ -59,7 +60,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
*/
|
||||
// Media Manager Button
|
||||
ed.addButton('e107-image', {
|
||||
text: '',
|
||||
|
Reference in New Issue
Block a user