아직 로그인하지 않았습니다. 로그인 또는 회원 등록을 해 주시기 바랍니다.

안내

글을 찾기 위한 검색 메뉴는 바로 위 메뉴의 '회원 명단' 옆에 있습니다~
TNF는 회사가 아니라 오픈소스 커뮤니티입니다. textcube.org 는 회사에서 운영하는 서비스가 아니라, 커뮤니티에서 개발하는 소프트웨어입니다.
(2007.1.10) TNF는 해당 포럼 및 위키, trac 저장소상에서 이메일 수집을 금지합니다. 해당 공지 를 포럼 하단에 명기하였습니다.
(2007.2.9) TNF와 태터툴즈/텍스트큐브 코드 수정에 관한 workflow를 정리하였습니다. 안내
(2007.4.5) 공식 소스 버그 리포터 그룹의 일원이 되어주실 분들을 찾습니다. :) 관련 공지

최근소식

(2016.1.18) 텍스트큐브 1.10.9 의 첫 베타 버전을 배포합니다. 내려받기
(2015.11.19) 텍스트큐브 1.10.8 : Tempo primo를 배포합니다. 내려받기
(2015.7.9) 텍스트큐브 1.10.8의 첫번째 발표 후보를 배포합니다. 내려받기
(2015.6.4) 텍스트큐브 1.10.7 : Tempo primo를 배포합니다. 내려받기

포럼 내용 넘어가기

TNF : Tatter Network Foundation forum

태터 네트워크 재단 - 태터앤프렌즈 포럼입니다 :)


새 댓글 쓰기

새 댓글 쓰기

새 댓글 쓰기

사용할 수 있는 기능: BBCode 이미지 웃음그림

입력을 마치기 전에 (필수) 로 명기된 부분은 모두 적어 주셔야 합니다.

방문자의 경우 필요한 정보



Captcha image. Turn pictures on to see it.
필요한 정보
선택사항설정

주제 보기 (새 글 순)

2

만두 작성:

http://rioXXXX.cafe24.com/eng 에 텍스트큐브를 설치하여 사용하고 있습니다.

우선 제가가진 도메인 주소를 a.org 적용을 하고 싶은데요.

글을 클릭했을 때,

http://rioXXXX.cafe24.com/eng/12          <----------   이런식으로 글의 주소가 나오게 되는데...

a.org/12 이렇게 나오게 하고 싶습니다.

어느 분 말씀이 config.php 파일을 수정하라고 하는데...
어떤 부분을 어떻게 수정해야 할까요?

아래 config.php 파일을 올려봅니다.



===



<?php
ini_set('display_errors', 'off');
$database['server'] = 'localhost';
$database['database'] = 'rioXXX';
$database['username'] = 'rioXXX';
$database['password'] = 'khXXX';
$database['prefix'] = 'tcenv_';
$service['type'] = 'single';
$service['domain'] = 'rioXXXX.cafe24.com';
$service['path'] = '/eng';
$service['skin'] = 'coolant';
$service['favicon_daily_traffic'] = 10; // 10MB
//$serviceURL = 'http://rioXXXX.cafe24.com/eng' ; // for path of Skin, plugin and etc.
//$service['reader'] = true; // Use Textcube reader. You can set it to false if you do not use Textcube reader, and want to decrease DB load.
//$service['debugmode'] = true; // uncomment for debugging, e.g. displaying DB Query or Session info
//$service['pagecache'] = false; // uncomment if you want to disable page cache feature.
//$service['debug_session_dump'] = true; // session info debuging.
//$service['debug_rewrite_module'] = true; // rewrite handling module debuging.
//$service['session_cookie_path'] = $service['path']; // for avoiding spoiling other textcube's session id sharing root.
//$service['allowBlogVisibilitySetting'] = true; // Allow service users to change blog visibility.
?>

http://forum.tattersite.com/ko/viewtopic.php?id=6923
페이지 참고해보세요.

1

http://rioXXXX.cafe24.com/eng 에 텍스트큐브를 설치하여 사용하고 있습니다.

우선 제가가진 도메인 주소를 a.org 적용을 하고 싶은데요.

글을 클릭했을 때,

http://rioXXXX.cafe24.com/eng/12          <----------   이런식으로 글의 주소가 나오게 되는데...

a.org/12 이렇게 나오게 하고 싶습니다.

어느 분 말씀이 config.php 파일을 수정하라고 하는데...
어떤 부분을 어떻게 수정해야 할까요?

아래 config.php 파일을 올려봅니다.



===



<?php
ini_set('display_errors', 'off');
$database['server'] = 'localhost';
$database['database'] = 'rioXXX';
$database['username'] = 'rioXXX';
$database['password'] = 'khXXX';
$database['prefix'] = 'tcenv_';
$service['type'] = 'single';
$service['domain'] = 'rioXXXX.cafe24.com';
$service['path'] = '/eng';
$service['skin'] = 'coolant';
$service['favicon_daily_traffic'] = 10; // 10MB
//$serviceURL = 'http://rioXXXX.cafe24.com/eng' ; // for path of Skin, plugin and etc.
//$service['reader'] = true; // Use Textcube reader. You can set it to false if you do not use Textcube reader, and want to decrease DB load.
//$service['debugmode'] = true; // uncomment for debugging, e.g. displaying DB Query or Session info
//$service['pagecache'] = false; // uncomment if you want to disable page cache feature.
//$service['debug_session_dump'] = true; // session info debuging.
//$service['debug_rewrite_module'] = true; // rewrite handling module debuging.
//$service['session_cookie_path'] = $service['path']; // for avoiding spoiling other textcube's session id sharing root.
//$service['allowBlogVisibilitySetting'] = true; // Allow service users to change blog visibility.
?>



Currently installed 7 official extensions. Copyright © 2003–2009 PunBB.