FCKeditor_2.0rc2 버젼 정보
그누보드 FCKeditor_2.0rc2 버젼첨부파일
본문
부탁드립니다.
fckeditor2 버젼을 적용한 게시판 스킨좀 만들어주세요...
아니면 적용하는 방법있으면 상세히 강좌를 올려주세요 부탁드립니다..
fckeditor2 버젼을 적용한 게시판 스킨좀 만들어주세요...
아니면 적용하는 방법있으면 상세히 강좌를 올려주세요 부탁드립니다..
댓글 전체
감사합니다...

그냥
http://sir.co.kr/?doc=bbs/gnuboard.php&bo_table=skin3&sselect=&stext=§ion=&ssort=&sorder=&wr_id=4903&page=5
이걸 사용하세요 속도도 빠르고 엔터칠때가 맘에 들어요 ^_^
http://sir.co.kr/?doc=bbs/gnuboard.php&bo_table=skin3&sselect=&stext=§ion=&ssort=&sorder=&wr_id=4903&page=5
이걸 사용하세요 속도도 빠르고 엔터칠때가 맘에 들어요 ^_^

fc/_samples/php/sample01.php 요 파일을 보니깐
상단에
<?
include("../../fckeditor.php") ;
?>
입력폼에
<?php
// Automatically calculates the editor base path based on the _samples directory.
// This is usefull only for these samples. A real application should use something like this:
// $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value.
$sBasePath = $_SERVER['PATH_INFO'] ;
$sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = $sBasePath ;
$oFCKeditor->Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
$oFCKeditor->Create() ;
?>
이걸 저그면 된다고 나오네요 ^_^;;
상단에
<?
include("../../fckeditor.php") ;
?>
입력폼에
<?php
// Automatically calculates the editor base path based on the _samples directory.
// This is usefull only for these samples. A real application should use something like this:
// $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value.
$sBasePath = $_SERVER['PATH_INFO'] ;
$sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = $sBasePath ;
$oFCKeditor->Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;
$oFCKeditor->Create() ;
?>
이걸 저그면 된다고 나오네요 ^_^;;