Jump to content

Recommended Posts

  • Moderators
Posted
  On 5/17/2012 at 11:32 PM, tutmeister said:

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
  On 5/18/2012 at 7:18 PM, Kyle (Vansers) said:

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

  On 5/18/2012 at 7:18 PM, Kyle (Vansers) said:

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

He didn't say it was stable.

Posted
  On 5/18/2012 at 7:18 PM, Kyle (Vansers) said:
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
  On 5/19/2012 at 12:39 PM, tutmeister said:

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:

  Quote

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.

×
×
  • Create New...