이제 글을 쓸때 bbcode가 적용됩니다!!!!
페이지 정보
작성자
본문
1. \[code] [/code] 기능
1.1 \[code] [/code]
[code]
#include
int main()
{
printf("Hello, world\n");
return 0;
}
[/code]
1.2 \[code=c] [/code]
[code=c]
#include
int main()
{
printf("Hello, world\n");
return 0;
}
[/code]
[code=c]
class foo
{
private:
int num;
public:
foo() { num = 0; }
};
int main()
{
foo f;
return 0;
}
[/code]
1.3 \[code=php] [/code]
[code=php]
$num = 0;
for ($i=0; $i<10; $i++)
{
$num = $num + $i;
}
echo "num = ".$num;
[/code]
2. Smile
\:-) --> :-)
\;-) --> ;-)
\:cheesy: --> :cheesy:
\:-D --> :-D
\:-p --> :-p
\:-/ --> :-/
\:#: --> :#:
\:-( --> :-(
\:'( --> :'(
\:cool: --> :cool:
\:motz: --> :motz:
\:finger: --> :finger:
\:red: --> :red:
\:*) --> :*)
\:zzz: --> :zzz:
\:heart: --> :heart:
\:moody: --> :moody:
\:gun: --> :gun:
\:ohr: --> :ohr:
\:-O --> :-O
\:rolleyes: --> :rolleyes:
\8-( --> 8-(
\:anx: --> :anx:
\:wand: --> :wand:
\:vogel: --> :vogel:
[url=http://bbs.kldp.org/faq.php?mode=bbcode#0]bbscode 참조 URL[/url]
댓글목록
심상철님의 댓글
심상철 메일보내기 이름으로 검색 작성일
구글에서 검색하다 들어왔더니 게시판이 gnuboard 로 되어 있는데, bbcode 를 사용할수 있도록 해놓은것 같아서 예의가 아닌줄 알지만 글 남깁니다.
저도 gnuboard 에 bbcode 를 적용하도록 할려고 생각중입니다.
무리가 아니라면 어떻게 적용했는지 알려주실수 있는지요?
korone님의 댓글

제가 파일을 찾아서 올려두도록 하겠습니다.
심상철님의 댓글
심상철 메일보내기 이름으로 검색 작성일감사합니다.