<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[TNF : Tatter Network Foundation forum - 도메인 다중사용자 기반에서 플러그인 아이콘 path 문제]]></title>
		<link>http://forum.tattersite.com/ko/viewtopic.php?id=9058</link>
		<description><![CDATA[도메인 다중사용자 기반에서 플러그인 아이콘 path 문제 의 최근 RSS 글들.]]></description>
		<lastBuildDate>Wed, 18 Nov 2009 23:42:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[RSS 답글: 도메인 다중사용자 기반에서 플러그인 아이콘 path 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=37105#p37105</link>
			<description><![CDATA[<p>두가지고 나뉠 수 있겠습니다.<br />서브2차도메인 구분인지 하위 도메인 구분인지<br />하위 도메인 구조라면 위에 것이 맞을겁니다.<br />그외에 서브2차도메인 구조일경우 주소가 제대로 인식되지 않는다면 호스팅의 도메인 설정이 이상있을 수도 있습니다.</p>]]></description>
			<author><![CDATA[null@example.com (LonnieNa)]]></author>
			<pubDate>Wed, 18 Nov 2009 23:42:41 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=37105#p37105</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 도메인 다중사용자 기반에서 플러그인 아이콘 path 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=37102#p37102</link>
			<description><![CDATA[<p>$service[&#039;domain&#039;] = &#039;suburl.comgosu.net&#039;;</p><p>말씀하신대로 위처럼 바꿔버리면 도메인으로 사용자 구분을 할 수 없지 않나요?</p><p>부탁드립니다만&nbsp; 위 질문에서 mysql 계정 부분은 삭제 부탁드립니다.<br />제가 실수로 수정안하고 그냥 올려버렸는데 수정 할 수가 없네요..</p>]]></description>
			<author><![CDATA[null@example.com (seokom)]]></author>
			<pubDate>Wed, 18 Nov 2009 12:17:32 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=37102#p37102</guid>
		</item>
		<item>
			<title><![CDATA[RSS 답글: 도메인 다중사용자 기반에서 플러그인 아이콘 path 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=37098#p37098</link>
			<description><![CDATA[<p>$service[&#039;domain&#039;] = &#039;comgosu.net&#039;;<br />요부분을<br />$service[&#039;domain&#039;] = &#039;suburl.comgosu.net&#039;;<br />이렇게 바꿔보세요.</p>]]></description>
			<author><![CDATA[null@example.com (LonnieNa)]]></author>
			<pubDate>Wed, 18 Nov 2009 11:24:57 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=37098#p37098</guid>
		</item>
		<item>
			<title><![CDATA[도메인 다중사용자 기반에서 플러그인 아이콘 path 문제]]></title>
			<link>http://forum.tattersite.com/ko/viewtopic.php?pid=37095#p37095</link>
			<description><![CDATA[<p>도메인 기반의 다중 사용자 모드로 설치했습니다.</p><p>a.domain.com 에서 관리자 모드로 접속해서 플러그인 관리 페이지를 보면 <br />플러그인 아이콘들이 <a href="http://domain.com/style/admin/whitedream/image/img_html_document_on.gif">http://domain.com/style/admin/whitedrea … ent_on.gif</a><br />와 같이 링크되면서 이미지가 다 깨집니다.</p><p><a href="http://a.domain.com/style/admin/whitedream/image/img_html_document_on.gif">http://a.domain.com/style/admin/whitedr … ent_on.gif</a><br />로 링크되어야 정상적으로 표시가 될것 같은데 말이죠..</p><p> 더웃긴건 어제 설치해서 어제까지 잘 보이던게 오늘은 링크가 위처럼 되면서 안보이네요..</p><p>config.php 내용을 아래와 같습니다. </p><p>$database[&#039;username&#039;] = &#039;&#039;;<br />$database[&#039;password&#039;] = &#039;&#039;;<br />$database[&#039;prefix&#039;] = &#039;&#039;;<br />$service[&#039;type&#039;] = &#039;domain&#039;;<br />$service[&#039;domain&#039;] = &#039;com.net&#039;;<br />//$service[&#039;path&#039;] = &#039;&#039;;<br />$service[&#039;skin&#039;] = &#039;coolant&#039;;<br />$service[&#039;favicon_daily_traffic&#039;] = 10; // 10MB<br />//$serviceURL = &#039;<a href="http://comgosu.net">http://comgosu.net</a>&#039; ; // for path of Skin, plugin and etc.<br />//$service[&#039;reader&#039;] = true; // Use Textcube reader. You can set it to false if you do not use Textcube reader, and want to decrease DB load.<br />//$service[&#039;debugmode&#039;] = true; // uncomment for debugging, e.g. displaying DB Query or Session info<br />//$service[&#039;pagecache&#039;] = false; // uncomment if you want to disable page cache feature.<br />//$service[&#039;debug_session_dump&#039;] = true; // session info debuging.<br />//$service[&#039;debug_rewrite_module&#039;] = true; // rewrite handling module debuging.<br />//$service[&#039;session_cookie_path&#039;] = $service[&#039;path&#039;]; // for avoiding spoiling other textcube&#039;s session id sharing root.<br />//$service[&#039;allowBlogVisibilitySetting&#039;] = true; // Allow service users to change blog visibility</p>]]></description>
			<author><![CDATA[null@example.com (seokom)]]></author>
			<pubDate>Wed, 18 Nov 2009 10:33:08 +0000</pubDate>
			<guid>http://forum.tattersite.com/ko/viewtopic.php?pid=37095#p37095</guid>
		</item>
	</channel>
</rss>
