
I have a problem with their STIVA blog script. Can not insert pictures in the message area (2). But using the image tool (1) for the thumb and initial pic it works. Someone else had this issue? Any suggestions?

Code: Select all
tinymce.init({
selector: "textarea.selector-full-desc",
plugins: [
"advlist autolink lists link image charmap print preview anchor textcolor",
"searchreplace visualblocks code fullscreen hr",
"insertdatetime media table contextmenu paste fullpage colorpicker emoticons"
],
//content_css: "app/web/css/ShoppingCart.css?" + new Date().getTime(),
width: 550,
height: 250,
toolbar1: "fullpage | print preview searchreplace | undo redo | visualblocks fullscreen | cut copy paste | table | bullist numlist | outdent indent blockquote",
toolbar2: "styleselect | formatselect | fontselect | fontsizeselect | bold italic underline | forecolor backcolor",
toolbar3: "alignleft aligncenter alignright alignjustify | hr | charmap emoticons | link unlink anchor image media code insertdatetime | subscript superscript",
toolbar_items_size: "small",
fontsize_formats: "8pt 9pt 10pt 11pt 12pt 13pt 14pt 15pt 16pt 18pt 20pt 22pt 24pt 28pt 32pt 36pt 38pt 40pt 42pt 46pt 48pt 56pt 64pt",
setup: function (editor) {
editor.on('change', function (e) {
editor.editorManager.triggerSave();
$(":input[name='" + editor.id + "']").valid();
});
}
});
}
Code: Select all
plugins: [
"advlist autolink lists link image charmap print preview anchor textcolor",
"searchreplace visualblocks code fullscreen hr",
"insertdatetime media table contextmenu paste fullpage colorpicker emoticons"
],
Code: Select all
toolbar1: "fullpage | print preview searchreplace | undo redo | visualblocks fullscreen | cut copy paste | table | bullist numlist | outdent indent blockquote",
toolbar2: "styleselect | formatselect | fontselect | fontsizeselect | bold italic underline | forecolor backcolor",
toolbar3: "alignleft aligncenter alignright alignjustify | hr | charmap emoticons | link unlink anchor image media code insertdatetime | subscript superscript",
toolbar_items_size: "small",
fontsize_formats: "8pt 9pt 10pt 11pt 12pt 13pt 14pt 15pt 16pt 18pt 20pt 22pt 24pt 28pt 32pt 36pt 38pt 40pt 42pt 46pt 48pt 56pt 64pt",
Ahh... Muchas Gracias amigo. Shall look through it amediately
Hi again crispy... I'm a little unsecure (not a coder) The beginning of the code looks like this (which part shall I change?):
Code: Select all
tinymce.init({
selector: "textarea.selector-full-desc",
plugins: [
"advlist autolink lists link image charmap print preview anchor textcolor",
"searchreplace visualblocks code fullscreen hr",
"insertdatetime media table contextmenu paste fullpage colorpicker emoticons"
],
//content_css: "app/web/css/ShoppingCart.css?" + new Date().getTime(),
width: 550,
height: 250,
toolbar1: "fullpage | print preview searchreplace | undo redo | visualblocks fullscreen | cut copy paste | table | bullist numlist | outdent indent blockquote",
toolbar2: "styleselect | formatselect | fontselect | fontsizeselect | bold italic underline | forecolor backcolor",
toolbar3: "alignleft aligncenter alignright alignjustify | hr | charmap emoticons | link unlink anchor image media code insertdatetime | subscript superscript",
toolbar_items_size: "small",
fontsize_formats: "8pt 9pt 10pt 11pt 12pt 13pt 14pt 15pt 16pt 18pt 20pt 22pt 24pt 28pt 32pt 36pt 38pt 40pt 42pt 46pt 48pt 56pt 64pt",
setup: function (editor) {
editor.on('change', function (e) {
editor.editorManager.triggerSave();
$(":input[name='" + editor.id + "']").valid();
});
}
});
}
$(function () {
Sorry crispy... I think I done exactly what you told...??? But nothing happends???crispy68 wrote: ↑Thu Jul 14, 2022 10:33 pm Hey Bluesman,
Sorry if i wasn't clear. You only want to add/change the sections below.
Look for this section
plugins: [
"advlist autolink lists link image charmap print preview anchor textcolor",
"searchreplace visualblocks code fullscreen hr",
"insertdatetime media table contextmenu paste fullpage colorpicker emoticons"
],
and add the above text to it. If there are other words there that aren't in my list above keep them. Just make sure that all of the above at least are present.
Then, you look for the toolbar section and type it like such along with adding the toolbar size and font formats:
toolbar1: "fullpage | print preview searchreplace | undo redo | visualblocks fullscreen | cut copy paste | table | bullist numlist | outdent indent blockquote",
toolbar2: "styleselect | formatselect | fontselect | fontsizeselect | bold italic underline | forecolor backcolor",
toolbar3: "alignleft aligncenter alignright alignjustify | hr | charmap emoticons | link unlink anchor image media code insertdatetime | subscript superscript",
toolbar_items_size: "small",
fontsize_formats: "8pt 9pt 10pt 11pt 12pt 13pt 14pt 15pt 16pt 18pt 20pt 22pt 24pt 28pt 32pt 36pt 38pt 40pt 42pt 46pt 48pt 56pt 64pt",
The rest of the code you leave. You are only adding/changing the above.
Code: Select all
var jQuery_1_8_2 = jQuery_1_8_2 || $.noConflict();
(function ($, undefined) {
if (window.tinyMCE !== undefined) {
tinymce.init({
relative_urls : false,
selector: "textarea#body",
theme: "modern",
browser_spellcheck : true,
contextmenu: false,
width: 600,
relative_urls: false,
plugins: [
"advlist autolink link image lists charmap print preview hr anchor pagebreak",
"searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking",
"save table contextmenu directionality emoticons template paste textcolor"
],
toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | l ink image | print preview media fullpage | forecolor backcolor emoticons",
image_advtab: true,
menubar: "file edit insert view table tools",
external_filemanager_path: "core/third-party/filemanager/",
filemanager_title: "Responsive Filemanager" ,
external_plugins: {"filemanager": "../../filemanager/plugin.min.js"}
});
}
$(function () {
var $frmCreatePost = $("#frmCreatePost"),
$frmUpdatePost = $("#frmUpdatePost"),
$frmExportPosts = $("#frmExportPosts"),
datepicker = ($.fn.datepicker !== undefined),
chosen = ($.fn.chosen !== undefined),
validate = ($.fn.validate !== undefined),
datagrid = ($.fn.datagrid !== undefined),
dialog = ($.fn.dialog !== undefined),
$dialogDelete = $("#dialogDeleteImage"),
$dialogReset = $("#dialogReset"),
tabs = ($.fn.tabs !== undefined),
reseturl = null,
$tabs = $("#tabs"),
tOpt = {
select: function (event, ui) {
$(":input[name='tab_id']").val(ui.panel.id);
}
};
if ($tabs.length > 0 && tabs) {
$tabs.tabs(tOpt);
}
if (chosen) {
$("#category_id").chosen();
$("#author_id").chosen();
}
if ($frmCreatePost.length > 0 && validate) {
$frmCreatePost.validate({
messages:{
"category_id": {
required: myLabel.field_required
},
"title": {
required: myLabel.field_required
},
"status": {
required: myLabel.field_required
}
},
errorPlacement: function (error, element) {
error.insertAfter(element.parent());
},
onkeyup: false,
errorClass: "err",
wrapper: "em",
ignore: ''
});
}
if ($frmUpdatePost.length > 0 && validate) {
$frmUpdatePost.validate({
messages:{
"category_id": {
required: myLabel.field_required
},
"title": {
required: myLabel.field_required
},
"status": {
required: myLabel.field_required
}
},
errorPlacement: function (error, element) {
error.insertAfter(element.parent());
},
onkeyup: false,
errorClass: "err",
wrapper: "em",
ignore: ''
});
$(".post-rating").stars({
inputType: "select",
oneVoteOnly: true,
disabled: true,
callback: function(ui, type, value) {
}
});
}
if ($frmExportPosts.length > 0 && validate) {
$frmExportPosts.validate({
rules: {
"password": {
required: function(){
if($('#feed').is(':checked'))
{
return true;
}else{
return false;
}
}
}
},
errorPlacement: function (error, element) {
error.insertAfter(element.parent());
},
onkeyup: false,
errorClass: "err",
wrapper: "em",
ignore: ".ignore"
});
}
if ($("#grid").length > 0 && datagrid) {
function formatComments(val, obj) {
if(val == '0'){
return val;
}else{
return '<a href="index.php?controller=pjAdminComments&action=pjActionIndex&post_id='+obj.id+'">'+val+'</a>';
}
}
var $grid = $("#grid").datagrid({
buttons: [{type: "edit", url: "index.php?controller=pjAdminPosts&action=pjActionUpdate&id={:id}"},
{type: "delete", url: "index.php?controller=pjAdminPosts&action=pjActionDeletePost&id={:id}"}
],
columns: [{text: myLabel.date_published, type: "text", sortable: true, editable: false, width: 110},
{text: myLabel.title, type: "text", sortable: true, editable: true, width: 300},
{text: myLabel.comments, type: "text", sortable: true, editable: false, width: 90, renderer: formatComments},
{text: myLabel.status, type: "select", sortable: true, editable: true, options: [
{label: myLabel.active, value: "T"},
{label: myLabel.inactive, value: "F"}
], applyClass: "pj-status"}],
dataUrl: "index.php?controller=pjAdminPosts&action=pjActionGetPost" + pjGrid.queryString,
dataType: "json",
fields: ['published_date', 'title', 'cnt_comments', 'status'],
paginator: {
actions: [
{text: myLabel.delete_selected, url: "index.php?controller=pjAdminPosts&action=pjActionDeletePostBulk", render: true, confirmation: myLabel.delete_confirmation},
{text: myLabel.revert_status, url: "index.php?controller=pjAdminPosts&action=pjActionStatusPost", render: true},
{text: myLabel.exported, url: "index.php?controller=pjAdminPosts&action=pjActionExportPost", ajax: false}
],
gotoPage: true,
paginate: true,
total: true,
rowCount: true
},
saveUrl: "index.php?controller=pjAdminPosts&action=pjActionSavePost&id={:id}",
select: {
field: "id",
name: "record[]"
}
});
}
$(document).on("click", ".btn-all", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
$(this).addClass("pj-button-active").siblings(".pj-button").removeClass("pj-button-active");
var content = $grid.datagrid("option", "content"),
cache = $grid.datagrid("option", "cache");
$.extend(cache, {
status: "",
q: "",
title: "",
blog_text: "",
author_id: "",
date_from: "",
date_to: ""
});
$grid.datagrid("option", "cache", cache);
$grid.datagrid("load", "index.php?controller=pjAdminPosts&action=pjActionGetPost", "published_date", "DESC", content.page, content.rowCount);
return false;
}).on("click", ".btn-filter", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
var $this = $(this),
content = $grid.datagrid("option", "content"),
cache = $grid.datagrid("option", "cache"),
obj = {};
$this.addClass("pj-button-active").siblings(".pj-button").removeClass("pj-button-active");
obj.status = "";
obj[$this.data("column")] = $this.data("value");
$.extend(cache, obj);
$grid.datagrid("option", "cache", cache);
$grid.datagrid("load", "index.php?controller=pjAdminPosts&action=pjActionGetPost", "published_date", "DESC", content.page, content.rowCount);
return false;
}).on("submit", ".frm-filter", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
var $this = $(this),
content = $grid.datagrid("option", "content"),
cache = $grid.datagrid("option", "cache");
$.extend(cache, {
q: $this.find("input[name='q']").val(),
title: "",
blog_text: "",
author_id: "",
date_from: "",
date_to: ""
});
$grid.datagrid("option", "cache", cache);
$grid.datagrid("load", "index.php?controller=pjAdminPosts&action=pjActionGetPost", "published_date", "DESC", content.page, content.rowCount);
return false;
}).on("click", ".pj-button-detailed, .pj-button-detailed-arrow", function (e) {
e.stopPropagation();
$(".pj-form-filter-advanced").toggle();
}).on("submit", ".frm-filter-advanced", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
var obj = {},
$this = $(this),
arr = $this.serializeArray(),
content = $grid.datagrid("option", "content"),
cache = $grid.datagrid("option", "cache");
for (var i = 0, iCnt = arr.length; i < iCnt; i++) {
obj[arr[i].name] = arr[i].value;
}
$.extend(cache, obj);
$grid.datagrid("option", "cache", cache);
$grid.datagrid("load", "index.php?controller=pjAdminPosts&action=pjActionGetPost", "published_date", "DESC", content.page, content.rowCount);
return false;
}).on("reset", ".frm-filter-advanced", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
$(".pj-button-detailed").trigger("click");
$('#title').val('');
$('#blog_text').val('');
$('#author_id').val('');
$('input[name="date_from"]').val('');
$('input[name="date_to"]').val('');
}).on("focusin", ".datepicker", function (e) {
var minDate, maxDate,
$this = $(this),
custom = {},
o = {
firstDay: $this.attr("rel"),
dateFormat: $this.attr("rev")
};
switch ($this.attr("name")) {
case "date_from":
if($(".datepicker[name='date_to']").val() != '')
{
maxDate = $(".datepicker[name='date_to']").datepicker({
firstDay: $this.attr("rel"),
dateFormat: $this.attr("rev")
}).datepicker("getDate");
$(".datepicker[name='date_to']").datepicker("destroy").removeAttr("id");
if (maxDate !== null) {
custom.maxDate = maxDate;
}
}
break;
case "date_to":
if($(".datepicker[name='date_from']").val() != '')
{
minDate = $(".datepicker[name='date_from']").datepicker({
firstDay: $this.attr("rel"),
dateFormat: $this.attr("rev")
}).datepicker("getDate");
$(".datepicker[name='date_from']").datepicker("destroy").removeAttr("id");
if (minDate !== null) {
custom.minDate = minDate;
}
}
break;
}
$(this).datepicker($.extend(o, custom));
}).on("focusin", ".datepick", function (e) {
var $this = $(this);
$this.datepicker({
firstDay: $this.attr("rel"),
dateFormat: $this.attr("rev")
});
}).on("click", ".pj-form-field-icon-date", function (e) {
var $dp = $(this).parent().siblings("input[type='text']");
if ($dp.hasClass("hasDatepicker")) {
$dp.datepicker("show");
} else {
$dp.trigger("focusin").datepicker("show");
}
}).on("click", "#rating_reset", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
reseturl = $(this).attr('href');
$dialogReset.dialog("open");
}).on("click", ".delete-image", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
$('#delete_url').text($(this).attr('href'));
$dialogDelete.dialog("open");
}).on("click", "#file", function (e) {
$('#tsSubmitButton').val(myLabel.btn_export);
$('.tsFeedContainer').hide();
$('.tsPassowrdContainer').hide();
}).on("click", "#feed", function (e) {
$('.tsPassowrdContainer').show();
$('#tsSubmitButton').val(myLabel.btn_get_url);
}).on("focus", "#posts_feed", function (e) {
$(this).select();
});
if ($dialogReset.length > 0 && dialog) {
$dialogReset.dialog({
modal: true,
autoOpen: false,
resizable: false,
draggable: false,
width: 400,
buttons: {
"Reset": function () {
$(this).dialog("close");
window.location.href = reseturl;
},
"Cancel": function () {
$(this).dialog("close");
}
}
});
}
if ($dialogDelete.length > 0 && dialog) {
$dialogDelete.dialog({
modal: true,
autoOpen: false,
resizable: false,
draggable: false,
width: 400,
buttons: {
"Delete": function () {
$.ajax({
type: "GET",
dataType: "json",
url: $('#delete_url').text(),
success: function (res) {
if(res.code == 200){
$('#image_container').remove();
$dialogDelete.dialog('close');
}
}
});
},
"Cancel": function () {
$(this).dialog("close");
}
}
});
}
});
})(jQuery_1_8_2);
Hi crispy... sorry for the misunderstandings. As I wrote above this is the original code, so you can see how it looks. I cannot figure out exactly what to change in the sections because it doesnt look exactly as you describes. And I was pretty sure that I have tested some options that should work, but not.
Sorry to disturb you crispy... I'm greatful for your effort to help me, seams I doesn't get it... Have tryed several times again and the only change I get in some attempt is that the editor disappear totally and I only get a textfield named body??
Hi Alan... I have the extension from php jabbers, the developer version, so I can make changes to it. I think crispy were using the "STIVA shop" version as example, and they seams to differ in the code...
Code: Select all
var jQuery_1_8_2 = jQuery_1_8_2 || $.noConflict();
(function ($, undefined) {
if (window.tinyMCE !== undefined) {
tinymce.init({
relative_urls : false,
selector: "textarea#body",
theme: "modern",
browser_spellcheck : true,
contextmenu: false,
width: 600,
relative_urls: false,
plugins: [
"advlist autolink link image lists charmap print preview hr anchor pagebreak",
"searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking",
"save table contextmenu directionality emoticons template paste textcolor"
],
toolbar1: "fullpage | print preview searchreplace | undo redo | visualblocks fullscreen | cut copy paste | table | bullist numlist | outdent indent blockquote",
toolbar2: "styleselect | formatselect | fontselect | fontsizeselect | bold italic underline | forecolor backcolor",
toolbar3: "alignleft aligncenter alignright alignjustify | hr | charmap emoticons | link unlink anchor image media code insertdatetime | subscript superscript",
toolbar_items_size: "small",
fontsize_formats: "8pt 9pt 10pt 11pt 12pt 13pt 14pt 15pt 16pt 18pt 20pt 22pt 24pt 28pt 32pt 36pt 38pt 40pt 42pt 46pt 48pt 56pt 64pt",
image_advtab: true,
menubar: "file edit insert view table tools",
external_filemanager_path: "core/third-party/filemanager/",
filemanager_title: "Responsive Filemanager" ,
external_plugins: {"filemanager": "../../filemanager/plugin.min.js"}
});
}
$(function () {
var $frmCreatePost = $("#frmCreatePost"),
$frmUpdatePost = $("#frmUpdatePost"),
$frmExportPosts = $("#frmExportPosts"),
datepicker = ($.fn.datepicker !== undefined),
chosen = ($.fn.chosen !== undefined),
validate = ($.fn.validate !== undefined),
datagrid = ($.fn.datagrid !== undefined),
dialog = ($.fn.dialog !== undefined),
$dialogDelete = $("#dialogDeleteImage"),
$dialogReset = $("#dialogReset"),
tabs = ($.fn.tabs !== undefined),
reseturl = null,
$tabs = $("#tabs"),
tOpt = {
select: function (event, ui) {
$(":input[name='tab_id']").val(ui.panel.id);
}
};
if ($tabs.length > 0 && tabs) {
$tabs.tabs(tOpt);
}
if (chosen) {
$("#category_id").chosen();
$("#author_id").chosen();
}
if ($frmCreatePost.length > 0 && validate) {
$frmCreatePost.validate({
messages:{
"category_id": {
required: myLabel.field_required
},
"title": {
required: myLabel.field_required
},
"status": {
required: myLabel.field_required
}
},
errorPlacement: function (error, element) {
error.insertAfter(element.parent());
},
onkeyup: false,
errorClass: "err",
wrapper: "em",
ignore: ''
});
}
if ($frmUpdatePost.length > 0 && validate) {
$frmUpdatePost.validate({
messages:{
"category_id": {
required: myLabel.field_required
},
"title": {
required: myLabel.field_required
},
"status": {
required: myLabel.field_required
}
},
errorPlacement: function (error, element) {
error.insertAfter(element.parent());
},
onkeyup: false,
errorClass: "err",
wrapper: "em",
ignore: ''
});
$(".post-rating").stars({
inputType: "select",
oneVoteOnly: true,
disabled: true,
callback: function(ui, type, value) {
}
});
}
if ($frmExportPosts.length > 0 && validate) {
$frmExportPosts.validate({
rules: {
"password": {
required: function(){
if($('#feed').is(':checked'))
{
return true;
}else{
return false;
}
}
}
},
errorPlacement: function (error, element) {
error.insertAfter(element.parent());
},
onkeyup: false,
errorClass: "err",
wrapper: "em",
ignore: ".ignore"
});
}
if ($("#grid").length > 0 && datagrid) {
function formatComments(val, obj) {
if(val == '0'){
return val;
}else{
return '<a href="index.php?controller=pjAdminComments&action=pjActionIndex&post_id='+obj.id+'">'+val+'</a>';
}
}
var $grid = $("#grid").datagrid({
buttons: [{type: "edit", url: "index.php?controller=pjAdminPosts&action=pjActionUpdate&id={:id}"},
{type: "delete", url: "index.php?controller=pjAdminPosts&action=pjActionDeletePost&id={:id}"}
],
columns: [{text: myLabel.date_published, type: "text", sortable: true, editable: false, width: 110},
{text: myLabel.title, type: "text", sortable: true, editable: true, width: 300},
{text: myLabel.comments, type: "text", sortable: true, editable: false, width: 90, renderer: formatComments},
{text: myLabel.status, type: "select", sortable: true, editable: true, options: [
{label: myLabel.active, value: "T"},
{label: myLabel.inactive, value: "F"}
], applyClass: "pj-status"}],
dataUrl: "index.php?controller=pjAdminPosts&action=pjActionGetPost" + pjGrid.queryString,
dataType: "json",
fields: ['published_date', 'title', 'cnt_comments', 'status'],
paginator: {
actions: [
{text: myLabel.delete_selected, url: "index.php?controller=pjAdminPosts&action=pjActionDeletePostBulk", render: true, confirmation: myLabel.delete_confirmation},
{text: myLabel.revert_status, url: "index.php?controller=pjAdminPosts&action=pjActionStatusPost", render: true},
{text: myLabel.exported, url: "index.php?controller=pjAdminPosts&action=pjActionExportPost", ajax: false}
],
gotoPage: true,
paginate: true,
total: true,
rowCount: true
},
saveUrl: "index.php?controller=pjAdminPosts&action=pjActionSavePost&id={:id}",
select: {
field: "id",
name: "record[]"
}
});
}
$(document).on("click", ".btn-all", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
$(this).addClass("pj-button-active").siblings(".pj-button").removeClass("pj-button-active");
var content = $grid.datagrid("option", "content"),
cache = $grid.datagrid("option", "cache");
$.extend(cache, {
status: "",
q: "",
title: "",
blog_text: "",
author_id: "",
date_from: "",
date_to: ""
});
$grid.datagrid("option", "cache", cache);
$grid.datagrid("load", "index.php?controller=pjAdminPosts&action=pjActionGetPost", "published_date", "DESC", content.page, content.rowCount);
return false;
}).on("click", ".btn-filter", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
var $this = $(this),
content = $grid.datagrid("option", "content"),
cache = $grid.datagrid("option", "cache"),
obj = {};
$this.addClass("pj-button-active").siblings(".pj-button").removeClass("pj-button-active");
obj.status = "";
obj[$this.data("column")] = $this.data("value");
$.extend(cache, obj);
$grid.datagrid("option", "cache", cache);
$grid.datagrid("load", "index.php?controller=pjAdminPosts&action=pjActionGetPost", "published_date", "DESC", content.page, content.rowCount);
return false;
}).on("submit", ".frm-filter", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
var $this = $(this),
content = $grid.datagrid("option", "content"),
cache = $grid.datagrid("option", "cache");
$.extend(cache, {
q: $this.find("input[name='q']").val(),
title: "",
blog_text: "",
author_id: "",
date_from: "",
date_to: ""
});
$grid.datagrid("option", "cache", cache);
$grid.datagrid("load", "index.php?controller=pjAdminPosts&action=pjActionGetPost", "published_date", "DESC", content.page, content.rowCount);
return false;
}).on("click", ".pj-button-detailed, .pj-button-detailed-arrow", function (e) {
e.stopPropagation();
$(".pj-form-filter-advanced").toggle();
}).on("submit", ".frm-filter-advanced", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
var obj = {},
$this = $(this),
arr = $this.serializeArray(),
content = $grid.datagrid("option", "content"),
cache = $grid.datagrid("option", "cache");
for (var i = 0, iCnt = arr.length; i < iCnt; i++) {
obj[arr[i].name] = arr[i].value;
}
$.extend(cache, obj);
$grid.datagrid("option", "cache", cache);
$grid.datagrid("load", "index.php?controller=pjAdminPosts&action=pjActionGetPost", "published_date", "DESC", content.page, content.rowCount);
return false;
}).on("reset", ".frm-filter-advanced", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
$(".pj-button-detailed").trigger("click");
$('#title').val('');
$('#blog_text').val('');
$('#author_id').val('');
$('input[name="date_from"]').val('');
$('input[name="date_to"]').val('');
}).on("focusin", ".datepicker", function (e) {
var minDate, maxDate,
$this = $(this),
custom = {},
o = {
firstDay: $this.attr("rel"),
dateFormat: $this.attr("rev")
};
switch ($this.attr("name")) {
case "date_from":
if($(".datepicker[name='date_to']").val() != '')
{
maxDate = $(".datepicker[name='date_to']").datepicker({
firstDay: $this.attr("rel"),
dateFormat: $this.attr("rev")
}).datepicker("getDate");
$(".datepicker[name='date_to']").datepicker("destroy").removeAttr("id");
if (maxDate !== null) {
custom.maxDate = maxDate;
}
}
break;
case "date_to":
if($(".datepicker[name='date_from']").val() != '')
{
minDate = $(".datepicker[name='date_from']").datepicker({
firstDay: $this.attr("rel"),
dateFormat: $this.attr("rev")
}).datepicker("getDate");
$(".datepicker[name='date_from']").datepicker("destroy").removeAttr("id");
if (minDate !== null) {
custom.minDate = minDate;
}
}
break;
}
$(this).datepicker($.extend(o, custom));
}).on("focusin", ".datepick", function (e) {
var $this = $(this);
$this.datepicker({
firstDay: $this.attr("rel"),
dateFormat: $this.attr("rev")
});
}).on("click", ".pj-form-field-icon-date", function (e) {
var $dp = $(this).parent().siblings("input[type='text']");
if ($dp.hasClass("hasDatepicker")) {
$dp.datepicker("show");
} else {
$dp.trigger("focusin").datepicker("show");
}
}).on("click", "#rating_reset", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
reseturl = $(this).attr('href');
$dialogReset.dialog("open");
}).on("click", ".delete-image", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
$('#delete_url').text($(this).attr('href'));
$dialogDelete.dialog("open");
}).on("click", "#file", function (e) {
$('#tsSubmitButton').val(myLabel.btn_export);
$('.tsFeedContainer').hide();
$('.tsPassowrdContainer').hide();
}).on("click", "#feed", function (e) {
$('.tsPassowrdContainer').show();
$('#tsSubmitButton').val(myLabel.btn_get_url);
}).on("focus", "#posts_feed", function (e) {
$(this).select();
});
if ($dialogReset.length > 0 && dialog) {
$dialogReset.dialog({
modal: true,
autoOpen: false,
resizable: false,
draggable: false,
width: 400,
buttons: {
"Reset": function () {
$(this).dialog("close");
window.location.href = reseturl;
},
"Cancel": function () {
$(this).dialog("close");
}
}
});
}
if ($dialogDelete.length > 0 && dialog) {
$dialogDelete.dialog({
modal: true,
autoOpen: false,
resizable: false,
draggable: false,
width: 400,
buttons: {
"Delete": function () {
$.ajax({
type: "GET",
dataType: "json",
url: $('#delete_url').text(),
success: function (res) {
if(res.code == 200){
$('#image_container').remove();
$dialogDelete.dialog('close');
}
}
});
},
"Cancel": function () {
$(this).dialog("close");
}
}
});
}
});
})(jQuery_1_8_2);
crispy68 wrote: ↑Fri Jul 15, 2022 2:03 pm Hey Bluesman,
So the actual code for the script can vary from script to script the "tinyMCe" section is usually about the same. The focus is not on the entire script but only the sections I outlined above: plugins, toolbar and fontsize formats. The rest of the code is not important.
So I took the code you provided and added the changes:
Thankyou very much crispy. I will test it amediately. Very kind of you. I was some confused (Am not a coder) but I use to manage this things
crispy68 wrote: ↑Fri Jul 15, 2022 2:03 pm Hey Bluesman,
So the actual code for the script can vary from script to script the "tinyMCe" section is usually about the same. The focus is not on the entire script but only the sections I outlined above: plugins, toolbar and fontsize formats. The rest of the code is not important.
So I took the code you provided and added the changes:
Hi crispu... that did the trick so I have your full menu as you showedBut unfortunately I still can not implement images in the editor area/design area? I have set all filepermissions for the whole account to "7777"Get this:
Solved! I had a longgoing conversation with my host provider... they at last come up with a solution:
Yes the one I got from crispy... tnx. The import of images in the body/design area works fine now. The import of videos still lacks. Having conversation with my hosting company
Hi again crispy... I hate to disturb you with the same issue againcrispy68 wrote: ↑Fri Jul 15, 2022 2:03 pm Hey Bluesman,
So the actual code for the script can vary from script to script the "tinyMCe" section is usually about the same. The focus is not on the entire script but only the sections I outlined above: plugins, toolbar and fontsize formats. The rest of the code is not important.
So I took the code you provided and added the changes:
Code: Select all
var jQuery_1_8_2 = jQuery_1_8_2 || $.noConflict();
(function ($, undefined) {
if (window.tinyMCE !== undefined) {
tinymce.init({
relative_urls : false,
selector: "textarea#body",
theme: "modern",
browser_spellcheck : true,
contextmenu: false,
width: 600,
relative_urls: false,
plugins: [
"advlist autolink link image lists charmap print preview hr anchor pagebreak",
"searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking",
"save table contextmenu directionality emoticons template paste textcolor"
],
toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media fullpage | forecolor backcolor emoticons",
image_advtab: true,
menubar: "file edit insert view table tools"
});
}
$(function () {
var $frmCreatePost = $("#frmCreatePost"),
$frmUpdatePost = $("#frmUpdatePost"),
$frmExportPosts = $("#frmExportPosts"),
datepicker = ($.fn.datepicker !== undefined),
chosen = ($.fn.chosen !== undefined),
validate = ($.fn.validate !== undefined),
datagrid = ($.fn.datagrid !== undefined),
dialog = ($.fn.dialog !== undefined),
$dialogDelete = $("#dialogDeleteImage"),
$dialogReset = $("#dialogReset"),
tabs = ($.fn.tabs !== undefined),
reseturl = null,
$tabs = $("#tabs"),
tOpt = {
select: function (event, ui) {
$(":input[name='tab_id']").val(ui.panel.id);
}
};
if ($tabs.length > 0 && tabs) {
$tabs.tabs(tOpt);
}
if (chosen) {
$("#category_id").chosen();
$("#author_id").chosen();
}
if ($frmCreatePost.length > 0 && validate) {
$frmCreatePost.validate({
messages:{
"category_id": {
required: myLabel.field_required
},
"title": {
required: myLabel.field_required
},
"status": {
required: myLabel.field_required
}
},
errorPlacement: function (error, element) {
error.insertAfter(element.parent());
},
onkeyup: false,
errorClass: "err",
wrapper: "em",
ignore: ''
});
}
if ($frmUpdatePost.length > 0 && validate) {
$frmUpdatePost.validate({
messages:{
"category_id": {
required: myLabel.field_required
},
"title": {
required: myLabel.field_required
},
"status": {
required: myLabel.field_required
}
},
errorPlacement: function (error, element) {
error.insertAfter(element.parent());
},
onkeyup: false,
errorClass: "err",
wrapper: "em",
ignore: ''
});
$(".post-rating").stars({
inputType: "select",
oneVoteOnly: true,
disabled: true,
callback: function(ui, type, value) {
}
});
}
if ($frmExportPosts.length > 0 && validate) {
$frmExportPosts.validate({
rules: {
"password": {
required: function(){
if($('#feed').is(':checked'))
{
return true;
}else{
return false;
}
}
}
},
errorPlacement: function (error, element) {
error.insertAfter(element.parent());
},
onkeyup: false,
errorClass: "err",
wrapper: "em",
ignore: ".ignore"
});
}
if ($("#grid").length > 0 && datagrid) {
function formatComments(val, obj) {
if(val == '0'){
return val;
}else{
return '<a href="index.php?controller=pjAdminComments&action=pjActionIndex&post_id='+obj.id+'">'+val+'</a>';
}
}
var $grid = $("#grid").datagrid({
buttons: [{type: "edit", url: "index.php?controller=pjAdminPosts&action=pjActionUpdate&id={:id}"},
{type: "delete", url: "index.php?controller=pjAdminPosts&action=pjActionDeletePost&id={:id}"}
],
columns: [{text: myLabel.date_published, type: "text", sortable: true, editable: false, width: 110},
{text: myLabel.title, type: "text", sortable: true, editable: true, width: 300},
{text: myLabel.comments, type: "text", sortable: true, editable: false, width: 90, renderer: formatComments},
{text: myLabel.status, type: "select", sortable: true, editable: true, options: [
{label: myLabel.active, value: "T"},
{label: myLabel.inactive, value: "F"}
], applyClass: "pj-status"}],
dataUrl: "index.php?controller=pjAdminPosts&action=pjActionGetPost" + pjGrid.queryString,
dataType: "json",
fields: ['published_date', 'title', 'cnt_comments', 'status'],
paginator: {
actions: [
{text: myLabel.delete_selected, url: "index.php?controller=pjAdminPosts&action=pjActionDeletePostBulk", render: true, confirmation: myLabel.delete_confirmation},
{text: myLabel.revert_status, url: "index.php?controller=pjAdminPosts&action=pjActionStatusPost", render: true},
{text: myLabel.exported, url: "index.php?controller=pjAdminPosts&action=pjActionExportPost", ajax: false}
],
gotoPage: true,
paginate: true,
total: true,
rowCount: true
},
saveUrl: "index.php?controller=pjAdminPosts&action=pjActionSavePost&id={:id}",
select: {
field: "id",
name: "record[]"
}
});
}
$(document).on("click", ".btn-all", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
$(this).addClass("pj-button-active").siblings(".pj-button").removeClass("pj-button-active");
var content = $grid.datagrid("option", "content"),
cache = $grid.datagrid("option", "cache");
$.extend(cache, {
status: "",
q: "",
title: "",
blog_text: "",
author_id: "",
date_from: "",
date_to: ""
});
$grid.datagrid("option", "cache", cache);
$grid.datagrid("load", "index.php?controller=pjAdminPosts&action=pjActionGetPost", "published_date", "DESC", content.page, content.rowCount);
return false;
}).on("click", ".btn-filter", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
var $this = $(this),
content = $grid.datagrid("option", "content"),
cache = $grid.datagrid("option", "cache"),
obj = {};
$this.addClass("pj-button-active").siblings(".pj-button").removeClass("pj-button-active");
obj.status = "";
obj[$this.data("column")] = $this.data("value");
$.extend(cache, obj);
$grid.datagrid("option", "cache", cache);
$grid.datagrid("load", "index.php?controller=pjAdminPosts&action=pjActionGetPost", "published_date", "DESC", content.page, content.rowCount);
return false;
}).on("submit", ".frm-filter", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
var $this = $(this),
content = $grid.datagrid("option", "content"),
cache = $grid.datagrid("option", "cache");
$.extend(cache, {
q: $this.find("input[name='q']").val(),
title: "",
blog_text: "",
author_id: "",
date_from: "",
date_to: ""
});
$grid.datagrid("option", "cache", cache);
$grid.datagrid("load", "index.php?controller=pjAdminPosts&action=pjActionGetPost", "published_date", "DESC", content.page, content.rowCount);
return false;
}).on("click", ".pj-button-detailed, .pj-button-detailed-arrow", function (e) {
e.stopPropagation();
$(".pj-form-filter-advanced").toggle();
}).on("submit", ".frm-filter-advanced", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
var obj = {},
$this = $(this),
arr = $this.serializeArray(),
content = $grid.datagrid("option", "content"),
cache = $grid.datagrid("option", "cache");
for (var i = 0, iCnt = arr.length; i < iCnt; i++) {
obj[arr[i].name] = arr[i].value;
}
$.extend(cache, obj);
$grid.datagrid("option", "cache", cache);
$grid.datagrid("load", "index.php?controller=pjAdminPosts&action=pjActionGetPost", "published_date", "DESC", content.page, content.rowCount);
return false;
}).on("reset", ".frm-filter-advanced", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
$(".pj-button-detailed").trigger("click");
$('#title').val('');
$('#blog_text').val('');
$('#author_id').val('');
$('input[name="date_from"]').val('');
$('input[name="date_to"]').val('');
}).on("focusin", ".datepicker", function (e) {
var minDate, maxDate,
$this = $(this),
custom = {},
o = {
firstDay: $this.attr("rel"),
dateFormat: $this.attr("rev")
};
switch ($this.attr("name")) {
case "date_from":
if($(".datepicker[name='date_to']").val() != '')
{
maxDate = $(".datepicker[name='date_to']").datepicker({
firstDay: $this.attr("rel"),
dateFormat: $this.attr("rev")
}).datepicker("getDate");
$(".datepicker[name='date_to']").datepicker("destroy").removeAttr("id");
if (maxDate !== null) {
custom.maxDate = maxDate;
}
}
break;
case "date_to":
if($(".datepicker[name='date_from']").val() != '')
{
minDate = $(".datepicker[name='date_from']").datepicker({
firstDay: $this.attr("rel"),
dateFormat: $this.attr("rev")
}).datepicker("getDate");
$(".datepicker[name='date_from']").datepicker("destroy").removeAttr("id");
if (minDate !== null) {
custom.minDate = minDate;
}
}
break;
}
$(this).datepicker($.extend(o, custom));
}).on("focusin", ".datepick", function (e) {
var $this = $(this);
$this.datepicker({
firstDay: $this.attr("rel"),
dateFormat: $this.attr("rev")
});
}).on("click", ".pj-form-field-icon-date", function (e) {
var $dp = $(this).parent().siblings("input[type='text']");
if ($dp.hasClass("hasDatepicker")) {
$dp.datepicker("show");
} else {
$dp.trigger("focusin").datepicker("show");
}
}).on("click", "#rating_reset", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
reseturl = $(this).attr('href');
$dialogReset.dialog("open");
}).on("click", ".delete-image", function (e) {
if (e && e.preventDefault) {
e.preventDefault();
}
$('#delete_url').text($(this).attr('href'));
$dialogDelete.dialog("open");
}).on("click", "#file", function (e) {
$('#tsSubmitButton').val(myLabel.btn_export);
$('.tsFeedContainer').hide();
$('.tsPassowrdContainer').hide();
}).on("click", "#feed", function (e) {
$('.tsPassowrdContainer').show();
$('#tsSubmitButton').val(myLabel.btn_get_url);
}).on("focus", "#posts_feed", function (e) {
$(this).select();
});
if ($dialogReset.length > 0 && dialog) {
$dialogReset.dialog({
modal: true,
autoOpen: false,
resizable: false,
draggable: false,
width: 400,
buttons: {
"Reset": function () {
$(this).dialog("close");
window.location.href = reseturl;
},
"Cancel": function () {
$(this).dialog("close");
}
}
});
}
if ($dialogDelete.length > 0 && dialog) {
$dialogDelete.dialog({
modal: true,
autoOpen: false,
resizable: false,
draggable: false,
width: 400,
buttons: {
"Delete": function () {
$.ajax({
type: "GET",
dataType: "json",
url: $('#delete_url').text(),
success: function (res) {
if(res.code == 200){
$('#image_container').remove();
$dialogDelete.dialog('close');
}
}
});
},
"Cancel": function () {
$(this).dialog("close");
}
}
});
}
});
})(jQuery_1_8_2);
Code: Select all
toolbar1: "fullpage | print preview searchreplace | undo redo | visualblocks fullscreen | cut copy paste | table | bullist numlist | outdent indent blockquote",
toolbar2: "styleselect | formatselect | fontselect | fontsizeselect | bold italic underline | forecolor backcolor",
toolbar3: "alignleft aligncenter alignright alignjustify | hr | charmap emoticons | link unlink anchor image media code insertdatetime | subscript superscript",
toolbar_items_size: "small",
fontsize_formats: "8pt 9pt 10pt 11pt 12pt 13pt 14pt 15pt 16pt 18pt 20pt 22pt 24pt 28pt 32pt 36pt 38pt 40pt 42pt 46pt 48pt 56pt 64pt",
Hi crispy... and thanks a lot for your help. Did exactly as you instructecrispy68 wrote: ↑Tue Aug 30, 2022 5:35 pm @Bluesman,
I assume the code above is the original code.
In the code above, locate the section starting with:
toolbar: "insertfile undo redo......etc.
and insert the following in place of:
As for the plugins section, it looks like everything is there that is needed so no changes need to be made. Keep in mind with any code, the slightest missing comma, semicolon, parenthesis, or bracket can make everything not work.Code: Select all
toolbar1: "fullpage | print preview searchreplace | undo redo | visualblocks fullscreen | cut copy paste | table | bullist numlist | outdent indent blockquote", toolbar2: "styleselect | formatselect | fontselect | fontsizeselect | bold italic underline | forecolor backcolor", toolbar3: "alignleft aligncenter alignright alignjustify | hr | charmap emoticons | link unlink anchor image media code insertdatetime | subscript superscript", toolbar_items_size: "small", fontsize_formats: "8pt 9pt 10pt 11pt 12pt 13pt 14pt 15pt 16pt 18pt 20pt 22pt 24pt 28pt 32pt 36pt 38pt 40pt 42pt 46pt 48pt 56pt 64pt",
Strange... the other blogscript you helped me with has the future...