skin/customize/블로그아이디 폴더에

1. images 폴더
2. styles 폴더
3. 수정된 skin.html 과 style.css 를 제외한 파일 업로드로 해결되었습니다.

즉, 관리자모드에서 수정한 것이 바로 '적용이 되지 않는 문제'가 있음을 알았습니다.
감사드립니다.

텍스트큐브 1.7 (1.7.6243.20080609)을 덮어 씌웠으니 당연히 skin/coolant/images 폴더에 4개의 이미지가 존재합니다.

coolant스킨과 style.css 를 수정한지라 또, 수정하기 귀차니즘 때문에 skin.html과 style.css 를 어떻게 수정하면 이미지가 나오나요?

1. skin.html 에 아래와 같이 추가

<link rel="alternate" type="application/atom+xml" title="[##_title_##]" href="[##_atom_url_##]" />
<link rel="alternate" type="application/atom+xml" title="[##_title_##] : responses" href="[##_response_atom_url_##]" />           

2. skin.html 에 아래와 같이 수정 추가

<s_sidebar_element>
<!-- RSS 아이콘 -->
<div id="subscription" class="module">
    <a href="[##_rss_url_##]" class="rss" rel="alternate" type="application/rss+xml">
    <span>Subscribe to <abbr title="Really Simple Syndication">RSS</abbr> articles</span></a>
    <a href="[##_response_rss_url_##]" class="rss_response" rel="alternate" type="application/rss+xml"><span>Subscribe to RSS responses</span></a>
    <a href="[##_atom_url_##]" class="atom" rel="alternate" type="application/atom+xml">
    <span>Subscribe to ATOM articles</span></a>
    <a href="[##_response_atom_url_##]" class="atom_response" rel="alternate" type="application/atom+xml"><span>Subscribe to ATOM responses</span></a>
</div>
<div class="clear"></div>
</s_sidebar_element>

3. style.css 에 아래와 같이 수정 - 추가하였지만 이미지가 나오지 않습니다. 좀 알켜주세요.

/* RSS button */

#subscription
{
    margin-top: 20px !important;
    text-align: center;
}

#subscription a span
{
    display: none;
}
#subscription a
{
    display:block;
    float:left;
    margin-left:10px;
}

#subscription .rss,
#subscription .rss_response,
#subscription .atom,
#subscription .atom_response
{
    width:32px;
    height:40px;
    margin-top: 10px;
}

#subscription .rss
{
    background: url('./images/rss_32.png') no-repeat;
    margin-left:30px !important;
}

#subscription .rss_response
{
    background: url('./images/rss_response_32.png') no-repeat;
}

#subscription .atom
{
    background: url('./images/atom_32.png') no-repeat;
}

#subscription .atom_response
{
    background: url('./images/atom_response_32.png') no-repeat;
}

감사합니다.

위 3 부분 IE 7, FireFOX 다 정상적으로 동작함을 확인하였습니다.

버그?를 잡기위해 애쓰신 inureyes님, 제이파커님, 쿨엔지니어님, 크레오릭스님,  lunamoth님, 주성애비님, Enistia님 다들 감사드립니다.
버그? 도 나의 일인 듯 ... 한 순간 해결해 주시는 능력에...... 감동 가득 먹었습니다.

거듭 감사드립니다.
행복하세요.. 늘~~~~~
-J.Parker님 수정했습니다.-

블로그 통계 플러그인은 정상적으로다가 동작함을 확인하였습니다.
J. Parker 님 무지무지 감사~~~~~~

http://dev.tattersite.com/changeset/581

텍큐자체에 해결방법이 있었습니다.
coolant 스킨을 자세히 살펴보니 - 북마크 설정이 두군데 ?-

관리자모드 - 꾸미기 - 사이드바 위젯 - 기본모드 - 추가 가능한 모듈(스킨 기본)

1. 추가 가능한 모듈(스킨 기본)Bookmarks <- 이걸 드래그하여 사이드바에 붙이면 새로운 브라우즈에 열립니다.
Bookmarks
- edu4u cc portal
- Forest
- Idelines....
- J.PARKER'S HAPPY LIFE
- 무조건 따라하기! Do branding yourself!
- 웹깨비 홈
- 태터앤프렌즈 포럼
- 텍스트큐브 개발센터
- 텍스트큐브 공지사항
- 텍스트큐브 서포트
- 텍스트큐브 최신소스


2. 추가 가능한 모듈(스킨 기본)Bookmarks <- 이건 사이드바에서 삭제
Bookmarks
[##_link_list_##]

이상으로 해결완료되었습니다.

- 덜렁거리지 말고 찬찬히 적용시켜 봐야하는데도 말입니다. -

Bookmarks에 링크된 홈페이지를 열때 ...
지난번 버젼 때는 새로운 브라우즈에 _blank로 열려 별 불편함이 없었습니다.

관리자 - 네트워크 - 링크에
분류 -  분류 없음, 분류1, 분류2 처럼
대상프레임 :  _self, _parent, _blank 도 선택할 수 있었으면 좋겠습니다.

현재 _self 로 열려 불편함이 있는 분들에게 ...

당장은....
꾸미기 - 스킨편집에서

<li><a href="[##_link_url_##]" onclick="window.open(this.href); return false">[##_link_category_##] - [##_link_site_##]</a></li> 소스 중, 어디를 건드려야 새로운 브라우즈로 타깃을 열 수 있나요?

onclick="window.open(this.href);  를 onclick="window.open(this.href,'_blank'); 로 하면 먹히질 않아요...

방법이 없을까요?

TC1.5 부터 coolant 스킨을 계속 수정해서 이용해 오다가 ... TC1.7 용 collant skin과 .css 등 수정하고 이제 새 coolant 3.03? 스킨으로 시작 중입니다.

Firefox 브라우저에서 테스트해보니 정상적으로 됩니다.
그러나 Internet Explorer 7.0 에서는 어쩌다가 2-30회에 한번 정도는 정상적으로 보이다가 그 다음 클릭하면 역시 에러가 발생합니다.
블라우즈의 특성 때문인지
아님 플러그인 때문인지 어떻게 할 수가 없군요?

네. 역시 마찬가지네요.

서비스관리/서버/UTF-8 인코딩으로 설정 저장 후.....
$service['debugmode'] = 1;  로 실행해본 결과입니다.

32 SELECT style, image, profile FROM tc_TeamUserSettings WHERE blogid =1 AND userid= 0.3 378.0   0 Error no. 1064 : 'SQL ±¸¹®¿¡ ¿À·ù°¡ ÀÖ½À´Ï´Ù.' ¿¡·¯ °°À¾´Ï´Ù. ('' ¸í·É¾î ¶óÀÎ 1) \bellblog\components\Needlworks.DBMS.MySQL.php:187 DBQuery::queryAllWithCache
\bellblog\components\Needlworks.DBMS.MySQL.php:120 DBQuery::queryRow
\bellblog\plugins\ST_TeamBlogSettings\index.php:62 getTeamProfile
\bellblog\plugins\ST_TeamBlogSettings\index.php:49 getTeamProfileView
\bellblog\lib\model\common.plugin.php:312 fireEvent
\bellblog\lib\view\view.php:1099 getEntryContentView
\bellblog\plugins\MT_Cover_OnlyOneNotice\index.php:71 MT_Cover_getOnlyOneNotice
\bellblog\lib\model\common.plugin.php:462 handleCoverpages
\bellblog\lib\piece\blog\cover.php:18 require
\bellblog\interface\index.php:78 include_once
\bellblog\rewrite.php:78

2008년도 글(포스트) 통계(Undefined variable: getSQL(8)
File: \bellblog\plugins\JP_PN_Blog_Statistics_Default\lib\statistics_inc.php:181

181 $totalRow = DBQuery::queryCell("SELECT COUNT(*) FROM {$database['prefix']}Entries WHERE blogid = {$blogid} AND draft = 0 {$getVisibility} AND category >= 0 {$getSQL}");


Undefined variable: item(8)
File: \bellblog\plugins\JP_PN_Blog_Statistics_Default\index.php : 302

302 array_push($getTags, $item['id']);

아마 브라우즈설정에 문제가 있는듯 하네요.

http://blog.naver.com/lucky777a?Redirec … 0039675615

텍스트크기도 보통으로 적당하고, 인코딩:자동선택 - 아주 멋지게 보입니다.
IE.7에서 본 모습입니다.

value="keyword" onfocus="this.value=''"  추가하면 되지 않나요?

<s_search>
<input type="text" name="[##_search_name_##]" value="keyword" onfocus="this.value=''" onkeypress="if (event.keyCode == 13) { [##_search_onclick_submit_##] }" class="sInput" />
<input type="image" onclick="[##_search_onclick_submit_##]" src="./images/btn_search.gif" alt="search" class="searchSubmit" />
</s_search>

$service['debugmode'] = true; 로 돌려본 결과.....는 다음과 같습니다.

Undefined index: title(8)
File: \bellblog\lib\plugins.php:141

--------------------------------------------------------------------------------
Cannot modify header information - headers already sent by (output started at \bellblog\components\Needlworks.Function.Debug.php:13)(2)

File: \bellblog\lib\includeForBlog.php:60


30 SELECT style, image, profile FROM tc_TeamUserSettings WHERE blogid =1 AND userid= 0.3 277.1   0 Error no. 1064 : 'SQL ±¸¹®¿¡ ¿À·ù°¡ ÀÖ½À´Ï´Ù.' ¿¡·¯ °°À¾´Ï´Ù. ('' ¸í·É¾î ¶óÀÎ 1) \bellblog\components\Needlworks.DBMS.MySQL.php:187 DBQuery::queryAllWithCache
\bellblog\components\Needlworks.DBMS.MySQL.php:120 DBQuery::queryRow
\bellblog\plugins\ST_TeamBlogSettings\index.php:62 getTeamProfile
\bellblog\plugins\ST_TeamBlogSettings\index.php:49 getTeamProfileView
\bellblog\lib\model\common.plugin.php:312 fireEvent
\bellblog\lib\view\view.php:1099 getEntryContentView
\bellblog\plugins\MT_Cover_OnlyOneNotice\index.php:71 MT_Cover_getOnlyOneNotice
\bellblog\lib\model\common.plugin.php:462 handleCoverpages
\bellblog\lib\piece\blog\cover.php:18 require
\bellblog\interface\index.php:78 include_once
\bellblog\rewrite.php:78


Undefined index: title(8)
File: \bellblog\lib\plugins.php:141

--------------------------------------------------------------------------------
Cannot modify header information - headers already sent by (output started at \bellblog\components\Needlworks.Function.Debug.php:13)(2)
File: \bellblog\lib\includeForBlog.php:60

--------------------------------------------------------------------------------
Cannot modify header information - headers already sent by (output started at \bellblog\components\Needlworks.Function.Debug.php:13)(2)
File: \bellblog\interface\owner\index.php:11

현재 5일 07시 15분 1.7 release candidate 2 확장팩을 업그레이드 후에도 역시 위 3가지의 문제는 재현됩니다.

checkup - 모두성공
1. 인터넷옵션 - 검색기록 - 삭제 - 모두삭제
2. 센터 - 캐시지우기
3. 저장소 - 최적화 - 데이터교정 - 데이터베이스 최적화

제 환경을 말씀드리겠습니다.

클라이언트 :
사용 OS : win XP
사용 웹브라우저 : IE 7.0

서버 :
Apache / PHP / MySQL 로 구성된 윈도우용 웹서버 입니다. 지원 OS : Windows 2000/XP/2003
개발환경 : 윈도우, Delphi, Perl, PHP

1. Apache          Version 2.2.4 
2. MySQL           Version 5.0.41
3. PHP             Version 5.2.3
4. phpMyAdmin      Version 2.9.0 입니다.

Textcube 1.7 : Release Candidate 1 업그레이드 후에 서브메뉴 하나 하나 씩 체크하는 동안 ^^ 또 ? 문제점이 있습니다.

1. 센터 - 블로그통계 - (J.Parker님)

---------------------------
Windows Internet Explorer
---------------------------
http://www.bellblog.com/bb/owner/plugin … cs_Default  인터넷 사이트를 열 수 없습니다.

작업이 중단되었습니다.
---------------------------
확인   
---------------------------

2. 설정 - 팀블로그 설정 -

---------------------------
Windows Internet Explorer
---------------------------
http://www.bellblog.com/bb/owner/plugin … ogSettings  인터넷 사이트를 열 수 없습니다.

작업이 중단되었습니다.
---------------------------
확인   
---------------------------

3. 네트워크 - RSS 바낕글 읽기

---------------------------
Windows Internet Explorer
---------------------------
http://www.bellblog.com/bb/owner/network/reader  인터넷 사이트를 열 수 없습니다.

작업이 중단되었습니다.
---------------------------
확인   
---------------------------

위에 3부분은 반드시 확인하실 필요가 있는 것 같습니다.

감사합니다.

05/30/08 03:43:11 changed by inureyes  ¶
Changeset: [6111]
#989

05/30/08 03:45:33 changed by inureyes  ¶
Changeset: [6112] 

감사합니다. 해결되었습니다.

Textcube 1.7 : Release Candidate 1 업그레이드 후에 단일 블로그로 사용 중인 블로그를 다중 블로그로 바꿔서 사용하려고 합니다.

http://forum.tattersite.com/ko/viewtopic.php?id=4641

config.php를 열어서 블로그 db식별자를 기억한뒤  config.php와 .htaccess 를 삭제한 다음  setup.php 에서 두번째 '재설정' 과정에서 다중블로그로 변경해주기 위해서 1단계부터 3단계까지는 잘 진행됩니다.

문제는 4단계에서 "설치 요구 사항을 확인하고 있습니다."

테이블 생성 권한: OK
데이터베이스 테이블 확인
테이블이 존재하지 않습니다. 적색글씨의 테이블 종목 나열 ~~~ 로 나오면서 더 이상 진행이 되지 않습니다.

테이블이 엄연히 존재하고 있는데도 ......... 말입니다.
버그인가요 ? 도움주시면 감사하겠습니다.

http://forum.tattersite.com/ko/viewtopic.php?id=5500 에서도 언급이...

에러출력문과 쿼리관련 에러 내용입니다.

Undefined index: title(8)
File: C:\bellblog\lib\plugins.php:141

--------------------------------------------------------------------------------
Cannot modify header information - headers already sent by (output started at C:\bellblog\components\Needlworks.Function.Debug.php:13)(2)
File: C:\bellblog\lib\includeForBlogOwner.php:45

Undefined index: title(8)
File: C:\bellblog\lib\plugins.php:141

--------------------------------------------------------------------------------
Cannot modify header information - headers already sent by (output started at C:\bellblog\components\Needlworks.Function.Debug.php:13)(2)
File: C:\bellblog\lib\includeForBlog.php:60


32 SELECT style, image, profile FROM tc_TeamUserSettings WHERE blogid =1 AND userid= 0.3 395.5   0 Error no. 1064 : 'SQL ±¸¹®¿¡ ¿À·ù°¡ ÀÖ½À´Ï´Ù.' ¿¡·¯ °°À¾´Ï´Ù. ('' ¸í·É¾î ¶óÀÎ
1) C:\bellblog\components\Needlworks.DBMS.MySQL.php:187 DBQuery::queryAllWithCache
C:\bellblog\components\Needlworks.DBMS.MySQL.php:120 DBQuery::queryRow
C:\bellblog\plugins\ST_TeamBlogSettings\index.php:62 getTeamProfile
C:\bellblog\plugins\ST_TeamBlogSettings\index.php:49 getTeamProfileView
C:\bellblog\lib\model\common.plugin.php:312 fireEvent
C:\bellblog\lib\view\view.php:1094 getEntryContentView
C:\bellblog\plugins\MT_Cover_OnlyOneNotice\index.php:71 MT_Cover_getOnlyOneNotice
C:\bellblog\lib\model\common.plugin.php:462 handleCoverpages
C:\bellblog\lib\piece\blog\cover.php:18 require
C:\bellblog\interface\index.php:78 include_once
C:\bellblog\rewrite.php:78

inureyes 님.....

말씀해 주신 6117번 티켓에서 수정 - 적용하였습니다.

그 문제는 이상없이 해결되었습니다.

그러나 ? 서브메뉴 하나 하나 씩 체크하는 동안 ^^ 또 ? 문제점이 ...

1. 설정 - 팀블로그 정보를 설정합니다.

필명스타일 : by ???

IE 경고창 : /owner/plugin/adminmenu?name-ST_TeamBlogSettings/getTeamBlogSettings 인터넷 사이트를 열 수가 없습니다.

작업이 중단되었습니다.

확인 후

주소 이동 : /owner/plugin/adminMenu?name=ST_TeamBlogSettings/getTeamBlogSettings

Internet Explorer에서 웹 페이지를 표시할 수 없습니다.


2. 네트워크 - rss 바깥 글 읽기

IE 경고창 : /owner/network/reader 인터넷 사이트를 열 수 없습니다.
작업이 중단되었습니다.

확인 후 - Internet Explorer에서 웹 페이지를 표시할 수 없습니다.

확인하실 필요가 있는것 같습니다.
감사합니다.

일단 1.7-rc1-expansion 업그레이드 실행했습니다.
조금 가벼워진 느낌이 드는것은 나의 일방적인 생각인지는 모르겠습니다.
현재까지는 별 이상이 없는 듯 보입니다.
로그인 상태에서 스킨정보의 유무표시도 아직은 보이지 않고, recent post 도 비공개된 post는 보이질 않습니다.

차차 운용해본 후에 그 결과 문제점이 발생하면 또, 올려드리도록 하겠습니다.

한가지 아쉬운 점은...

관리자 로긴 후 센터 : 글 : 커뮤니케이션 : 네트워크 : 꾸미기 : 플러그인 : 설정 위에 커서를 올리면 나타나는 자바스크립트 - 서브메뉴가 위 메인메뉴와의 사이가 약간? 2-5 픽셀 정도 밑으로 띄어져 있기 때문? 인가는 확실히 모르지만 메인메뉴에서 서브메뉴를 선택하기 위해 커서를 내리는 순간 위와 아래(메인메뉴-서브메뉴) 단절되어 버립니다.
IE.7에서 나타나는 현상입니다.

어렵게 선택할려면 그것도 아주 빨리 순식간에 커서를 메인에서 서브로 옮겨야 서브메뉴를 선택할 수 있습니다.
고려해 보시기 바랍니다.
감사합니다.

inureyes 님..
이따 퇴근 후에 시도해 보겠습니다.
백업 해 놓은 다음에 시도해야 겠지요.
감사드립니다.

메인 페이지 사이드바의 Recent posts (최근글) 출력에 비공개로 설정된 post 가 출력되는 문제 때문에 난감합니다.
1.6.3 버젼으로 업글 후 나타나는 문제입니다.

로그인 - 캐시비우기 후에도 역시 똑 같은 현상입니다.
IE - 도구 - 인터넷 옵션 - 쿠키 삭제 후에도 ~~~

도움주시면 감사하겠습니다.

약 10일째 아래와 같은 현상을 겪고 있습니다.

글 - 글쓰기 - 제목과 분류체크 - 내용쓰기 - 이미지 파일 업로드 후 이미지파일 선택하고 선택한 파일을 글의 중앙에 정렬하기 위해
http://www.bellblog.com/bb/owner/entry/post#void 를 누르면 1개의 2-3개 이미지 세트는 올라가지만 그 다음 이미지를 선택하고
http://www.bellblog.com/bb/owner/entry/post#void 를 누르면 모래시계와 손가락커서가 반복되며 다운됩니다.
windows 작업관리자에 들어가 보면 iexplore.exe 가 cpu 점유 97%로 결국 응용프로그램 작업끝내기로 익스7.0을 닫아야 합니다.

1.6.3 업그레이드 후에 나타나는 이러한 이상한 현상을 어떻게 극복해야 할까요?

정말 도움 주시면 감사하겠습니다.

75

(6 답글들, 스킨 및 플러그인에 작성)

J. Parker 님... 너무 감사드립니다.
항상 바쁘신 중에서도 웃음을 잃지 않고 계신 J. Parker 님 부럽습니다.
http://cheum.net/160  에 의해 꼬인 부분이 있어 문제가 남아 있었던것... 같습니다.

플러그인 데이터관리에서 덮어 씌운것과 http://cheum.net/160 의 변형된 JP_EntryHitsTT 가 두개 존재하는 걸 몰랐습니다.

그래서 더 더욱 꼬였던것 같습니다.

그 테이블을 삭제하고서야 정상동작됨을 확인하였습니다.

거듭 감사드립니다.

항상 행복하세요...^^