FCKeditor_2.0rc2 버젼

· 2005-01-26 (수) 23:09:14 · 612 · 3
부탁드립니다.
fckeditor2 버젼을 적용한 게시판 스킨좀 만들어주세요...
아니면 적용하는 방법있으면 상세히 강좌를 올려주세요 부탁드립니다..

첨부파일

FCKeditor_2.0rc2.zip (628.2 KB) 8회 2005-01-26 23:09
|

댓글 3개

감사합니다...
그냥
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() ;
?>

이걸 저그면 된다고 나오네요 ^_^;;
댓글을 작성하시려면 로그인이 필요합니다.

그누3질답

9,564건
+
제목 글쓴이 날짜 조회
05-01-26 조회 613
05-01-26 조회 508
05-01-26 조회 517
05-01-26 조회 496
05-01-26 조회 464
05-01-26 조회 690
05-01-26 조회 938
05-01-25 조회 531
05-01-25 조회 419
05-01-25 조회 831
05-01-25 조회 725
05-01-25 조회 609
05-01-25 조회 422
05-01-25 조회 489
05-01-25 조회 587
05-01-24 조회 935
05-01-24 조회 501
05-01-24 조회 679
05-01-24 조회 800
05-01-24 조회 779