소스 검색

Adding EmbedMovies and YouTube buttons in forums

Julio Montoya 12 년 전
부모
커밋
e2bd83af8d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      main/inc/lib/fckeditor/toolbars/extended/forum.php
  2. 1 1
      main/inc/lib/fckeditor/toolbars/extended/forum_student.php

+ 1 - 1
main/inc/lib/fckeditor/toolbars/extended/forum.php

@@ -23,7 +23,7 @@ else{
 $config['ToolbarSets']['Normal'] = array(
 	array('Save','NewPage','Templates','-','PasteWord'),
 	array('Undo','Redo'),
-	array('Link','Image','flvPlayer','Flash','MP3','TableOC','mimetex','asciimath','asciisvg'),
+	array('Link','Image','flvPlayer','EmbedMovies', 'YouTube', 'Flash','MP3','TableOC','mimetex','asciimath','asciisvg'),
 	array('UnorderedList','OrderedList','Rule'),
 	array('Abbr'),
 	array('JustifyLeft','JustifyCenter','JustifyFull'),

+ 1 - 1
main/inc/lib/fckeditor/toolbars/extended/forum_student.php

@@ -23,7 +23,7 @@ else{
 $config['ToolbarSets']['Normal'] = array(
 	array('Save','NewPage','Templates','-','PasteWord'),
 	array('Undo','Redo'),
-	array('Link','Image','flvPlayer','Flash','MP3','TableOC','mimetex','asciimath','asciisvg'),
+	array('Link','Image','flvPlayer','EmbedMovies', 'YouTube', 'Flash','MP3','TableOC','mimetex','asciimath','asciisvg'),
 	array('UnorderedList','OrderedList','Rule'),
 	array('JustifyLeft','JustifyCenter','JustifyFull'),
 	array('FontFormat','FontName','FontSize','Bold','Italic','Underline','TextColor','BGColor'),