TinyMCE
/www/forum/my-plugins/jscripts/tiny_mce/plugins/에 ibrowser 폴더 업로드
/www/forum/bb-templates/kakumei/ 폴더에서 header.php 수정
- <script language="javascript" type="text/javascript" src="http://blographic.net/forum/my-plugins/jscripts/tiny_mce/tiny_mce.js"></script>
<script language="javascript" type="text/javascript">
tinyMCE.init({
mode : "textareas",
force_br_newlines : true,
forced_root_block : '', // Needed for 3.x
convert_newlines_to_brs : true,
theme : "advanced",
theme_advanced_layout_manager : "SimpleLayout",
theme_advanced_disable: "bold,italic,underline,strike,ibrowser",
plugins : "ibrowser",
theme_advanced_buttons1 : "link,blockquote,em,strong,bullist,numlist,separator,undo,redo,separator,cut,copy,paste,separator,code",
theme_advanced_buttons2: "",
theme_advanced_buttons3: "",
});
</script>
/www/forum/my-plugins/jscripts/tiny_mce/plugins/ibrowser/config/에서 config.inc.php
- // use static image libraries
$cfg['ilibs'] = array ( // image library path with slashes; absolute to root directory - please make sure that the directories have write permissions
array (
'value' => '/home/hosting_users/blographic/www/share/images/',
'text' => 'Site Pictures',
),
array (
'value' => '/home/hosting_users/blographic/www/share/gallery/',
'text' => 'Gallery',
),
);
위 두 폴더 권한 775(또는 777)로 변경
/www/forum/my-plugins/jscripts/tiny_mce/plugins/ibrowser/temp
/www/forum/my-plugins/jscripts/tiny_mce/plugins/ibrowser/scripts
tinyMCE + ibrowser를 생각 중이었습니다. 경로 설정에서 막힌다.
History
Last edited on 04/14/2008 23:36 by nova
Comments (0)