Jump to content

Recommended Posts

  • Moderators
Posted

phpVMS is running 3.0.1 in the latest build. You can simply update it by replacing the files in "lib/js/ckeditor".

Um, check again. phpVMS is running 2.1.934 latest stable build

Posted
Um, check again. phpVMS is running 2.1.934 latest stable build

Uhm, how about you RTFQ before jumping on something my friend. I'm not talking about the phpVMS build, the OP asked about CKeditor, which in the latest phpVMS build is running 3.0.1. So in phpVMS 2.1.934, CKeditor 3.0.1 is used.

Posted

Uhm, how about you RTFQ before jumping on something my friend. I'm not talking about the phpVMS build, the OP asked about CKeditor, which in the latest phpVMS build is running 3.0.1. So in phpVMS 2.1.934, CKeditor 3.0.1 is used.

How can i upgrade to 3.0.1? i dont know how to,

it will be great if u can help me ;)

Posted

As my previous post stated:

You can simply update it by replacing the files in "lib/js/ckeditor".

So download the latest ckeditor and drop the files into the folder I describe above. Overwrite older files and you're now updated.

Posted

Sorry, just saw this. The toolbar is defined in admin/lib/phpvmsadmin.js


if (document.getElementById('editor')) {
	var editor = CKEDITOR.replace('editor',
	{
		height: '500px',
		toolbar: [
		['Source', '-', 'Save', 'NewPage', 'Preview', '-', 'Templates', 'Image'],
		['Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Print', 'SpellChecker', 'Scayt'],
		['Undo', 'Redo', '-', 'Find', 'Replace', '-', 'SelectAll', 'RemoveFormat'],
		/*['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],*/
		['Bold', 'Italic', 'Underline', 'Strike', /*'-','Subscript','Superscript'*/],
		['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'],
		['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
		['Link', 'Unlink', 'Anchor'],
		/*[,'Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],*/
		['Styles', 'Format', 'Font', 'FontSize'],
		['TextColor', 'BGColor'],
		['Maximize', 'ShowBlocks', '-', 'About']
	  ]
	});
	editor.on('pluginsLoaded', function(ev) {

	});
}

Change that to whichever options you require, as seen in the link Kyle posted.

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...