1

주제: notice가 지정 주소로 나오지 않고 숫자로 적용됩니다.

포스트 작성시 지정한 주소로 나오지 않고
숫자로 읽어드려서 없는페이지로 나옵니다.


skin.htm --------------------------------------------------------------------------------------

<s_sidebar_element>
                <!-- 공지사항 모듈 -->
                    <h3><a onclick="showHide('sidenotice')" onfocus="this.blur()">about critical stages</a></h3>
                    <div id="sidenotice" style="display:block">
                    <s_rct_notice>
                      <div class="notice">
                            <ul>
                                <s_rct_notice_rep>
                                    <li><a href="[##_notice_rep_link_##]">[##_notice_rep_title_##]</a> </li>
                                </s_rct_notice_rep>
                            </ul>
                      </div>
                    </s_rct_notice>
                    </div>
                </s_sidebar_element>

-------------------------------------------------------------------------------------------------

왜그런걸까요? ㅜㅜ




두번째 질문은 태그클라우드를 랜덤으로 불러오고 싶은데 abc순으로 나타납니다;;


skin.htm------------------------------------------------------------------------------

<s_sidebar_element>
                <!-- 태그목록 모듈 -->
                    <h3><a onclick="showHide('tagbox')" onfocus="this.blur()">tag cloud</a></h3>
                    <div class="tagbox" id="tagbox" style="display:block">
                        <ul>
                            <s_random_tags>
                                <li><a href="[##_tag_link_##]" class="[##_tag_class_##]"> [##_tag_name_##]</a></li>
                            </s_random_tags>
                        </ul>
                    </div>
                    <div class="sidebar_ebar"></div>
                </s_sidebar_element>

--------------------------------------------------------------------------------------------------


style.css --------------------------------------------------------------------------------------




#sidebar .tagbox ul {
    text-align:justify;
}
#sidebar .tagbox li {
    background:none;
    display:inline;
    border:0;
    padding:0;
}


#sidebar .tagbox a             { letter-spacing:-1px;}   
#sidebar .tagbox li .cloud1    { background-color:#eee;  font-weight:bold;  font-size:16px;  color:#a2348f;}
#sidebar .tagbox li .cloud2    { background-color:#eee;  font-weight:bold;  font-size:15px;  color:#5a5194;}
#sidebar .tagbox li .cloud3    { background-color:#eee;  font-weight:bold;  font-size:14px;  color:#7870ab;}
#sidebar .tagbox li .cloud4    { background-color:#eee;  font-size:13px;  color:#666;}
#sidebar .tagbox li .cloud5    { font-size:8pt;  color:#888;}   
#sidebar .tagbox a:hover       { background-color:#eee;  text-decoration:none;  color:#000;}



--------------------------------------------------------------------------------------------------


답변좀 꼭 부탁드립니다!!!

2

답글: notice가 지정 주소로 나오지 않고 숫자로 적용됩니다.

첫번째는 모르겠지만 ... 두번째 태그클라우드는 스킨 상세 설정에서
임의로 표시를 체크해 주어야 랜덤으로 출력됩니다.

 
꽃이 좋아 꽃입니다.
하지만 꽃을 선물 받으면 화냅니다.

3

답글: notice가 지정 주소로 나오지 않고 숫자로 적용됩니다.

혹시 해당 공지글을 열어서 맨 아래에 글 주소가 입력되어 있는지 확인해 주실수 없을까요? 환경 설정의 블로그에서 글 주소를 문자로 사용하게 해 놓았을 경우, 글 주소 정보가 있으면 그걸로 주소를 보여주고 그렇지 않으면 글 제목을 그대로 주소로 이용합니다. (1.7 이후부터 공지에서 글 주소를 사용할 수가 있습니다.)

그런데 글 주소는 글을 작성하는 시점에서 저장이 되고, 공지의 경우는 과거 버전에서는 글 주소값을 가지고 있지 않습니다.  마이그레이션 할 때, 공지를 검사해서 글 주소 정보가 없는 경우 그 글의 제목으로 주소값을 입력하게 되어 있는데 그게 잘 안되었을 가능성이 있습니다. (아직까지 선례는 없습니다만...)

혹시 새로 설치하셨다면, 일단 에디터에서 공지를 열어서 글 주소 정보가 제대로 들어 있는지를 확인해주세요^^ 만약 주소가 들어 있다면, 그다음부터 고민이 시작되는거죠...

"Everything looks different on the other side."

-Ian Malcomm, from Michael Crichton's 'The Jurassic Park'