2012-09-22, 04:54:35
I followed the steps of installing the html 5 video plug in. The link above did not work so i went straight to the ck editor site and placed the video folder here: admin > template > js > ckeditor > plugins
Then edited my gsconfig.php file like so... the toolbar does not appear at all now
This is where I got the plug in from
http://cksource.com/forums/viewtopic.php?f=18&t=23606
Then edited my gsconfig.php file like so... the toolbar does not appear at all now
Code:
define('GSEDITORTOOL',"['Source','-','Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo','Find','Replace','-','SelectAll','RemoveFormat'],
'/',
['Bold','Italic','Underline','Strike','-','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['TextColor','BGColor','-','Rule','PageBreak'],['NumberedList','BulletedList','-','Outdent','Indent'],
'/',
['Blockquote','-','Smiley'],['Link','Unlink'],
['Image','Flash','Table','HorizontalRule','SpecialChar'],['youtube'],['Video'],
'/',
['Styles','Format','Font','FontSize']
");
Code:
define('GSEDITOROPTIONS', "extraPlugins:'youtube','Video'
");
This is where I got the plug in from
http://cksource.com/forums/viewtopic.php?f=18&t=23606