<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - 다음검색 비정상반영에 따른 스킨오류 해결했습니다.(Periwinkle 0.12스킨 코드첨부)]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=11364&amp;type=atom"/>
	<updated>2014-12-23T13:10:39Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=11364</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: 다음검색 비정상반영에 따른 스킨오류 해결했습니다.(Periwinkle 0.12스킨 코드첨부)]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=42498#p42498"/>
			<content type="html"><![CDATA[<p>일부 수정 반영 하였는데 잘 될런지 모르겠네요.</p>]]></content>
			<author>
				<name><![CDATA[LonnieNa]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=9</uri>
			</author>
			<updated>2014-12-23T13:10:39Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=42498#p42498</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[다음검색 비정상반영에 따른 스킨오류 해결했습니다.(Periwinkle 0.12스킨 코드첨부)]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=42493#p42493"/>
			<content type="html"><![CDATA[<p>다음검색에 의한 스킨오류 해결했습니다.(Periwinkle 0.12스킨 코드첨부)</p><p>지난날 판올림 후 다음검색결과 오류로 인해 참 많이 삽질했습니다. 덕뿐에 제 검색결과는 엉망이 되었었죠.</p><p>다음결과 엉망 포스트 <a href="http://moalog.com/150">http://moalog.com/150</a><br />스킨교체로 해결 포스트 <a href="http://moalog.com/152">http://moalog.com/152</a></p><p>좀전 글에 스킨 교체로 일부 해결했지만 바꾼스킨이 맘에 들지않아 그냥 내가 스킨하나 만들어 보자 하고 생각지도 않은 스킨제작을 하게 되었습니다.<br />스킨 레이아웃을 잡고 적용해보니 처음에는 정상결과가 노출되었으나 어느 한 코드를 건들자 다시 검색결과가 엉망이 되는거 아니겠습니까?<br />문제점을 파악하다 원인을 알고 해결하였습니다.<br />그러던차중 Periwinkle 0.12 스킨도 제가 제작하고 있는 스킨이랑 동일현상이 발생되 코드를 살펴보니 문제점이 동일하더군요.<br />이쁘기도 하고 반응형스킨인 Periwinkle 0.12. 많은 텍큐유저들이 사용하시고 있기에 공유합니다.</p><p>원인<br />다음검색결과에 검색된 페이지의 소스를 보니 아래 코드를 제목과 게시내용으로 인식하고 글거오더라고요.(rss로 긁어올줄 알았는대 참 의외더라고요.)<br />{section id=recentPostWidget class=widget}<br />&nbsp; {div class=hslice id=recentEntriesWebslice style=margin:0;padding:0;}<br />&nbsp; &nbsp; {h4 <strong>class=entry-title</strong> style=visibility:hidden;height:0;margin:0;padding:0;}모아로그 - 최근 글{/h4}<br />&nbsp; &nbsp; {div <strong>class=entry-content</strong> style=margin:0;padding:0;}<br />&nbsp; &nbsp; &nbsp; {ol id=recentEntries class=list-group}<br />&nbsp; &nbsp; &nbsp; &nbsp; {li class=list-group-item active-info}<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {a data-toggle=collapse data-parent=#accordion href=#collapse06}{h4}{i class=fa fa-edit}{/i} Recent Posts{/h4}{/a}<br />&nbsp; &nbsp; &nbsp; &nbsp; {/li}<br />&nbsp; &nbsp; &nbsp; {div id=collapse06 class=panel-collapse collapse in}<br />&nbsp; &nbsp; &nbsp; &nbsp; {li class=list-group-item list-item}<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {a href=/tts/514}<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Justin Bieber &amp;quot;Baby&amp;quot; (LIVE) at ...{/a} <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {span class=count}{span id=commentCountOnRecentEntries514}(22){/span}{/span}<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {span class=author}by {cite}{a href=/tts/author/%EC%95%84%EB%9D%BC%EB%B9%84%EC%B9%B4}모아로그{/a}{/cite}{/span}{/li}</p><p>즉 전체 코드상에서 첫번째로 노출되는 class값의 <strong>class=entry-title 를 제목으로, class=entry-content 는 내용으로 인식</strong>하여 불러오고 있었습니다.<br />스킨상에서 최근게시물, 최근글, 최근코멘트, 최근트래백등을 감싸고있는 태그 class 값이 skin.html에는 아무런 표시도 안했지만 자동으로 class=entry-title, class=entry-content 속성이 붙어버리더라고요.<br />아마 내부코드상 자동으로 설정되는 내부코드인거 같기에 스킨상에서 빼는거는 포기했습니다. <br /><strong>첫번째로 불러오는 class값의 entry-title 를 제목으로, entry-content값을 내용으로 불러오게끔 수정</strong>해 보았습니다.</p><p>1. 제목부분<br />정상노출 제목표시쪽 포인트아이콘인 {i class=fa fa-pencil-square-o}{/i} 코드만 삽입하면 {a} 태그속성에서 class=entry-title 이 사라지는 현상발생으로 삭제.</p><p>skin.html 파일</p><p>377.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {div class=page-header}<br />378.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {h3}<br />379.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {a href=[##_article_rep_link_##]}<strong>{i class=fa fa-pencil-square-o}{/i} 삭제</strong>[##_article_rep_title_##]{/a} <br />380.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {/h3}<br />381.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {/div}</p><br /><p>2. 본문부분<br />본문부분에 [##_article_rep_desc_##]를 감싸는 부분이 없음으로 class=entry-content 속성값이 없어서 {div} 추가. ({p}태그 추가시에도 class=entry-content 속성값이 적용되지 않습니다.)</p><p>skin.html 파일</p><p>395.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {dl class=well well-sm information}<br />396.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {dd class=posted date}{span class=label label-success}{i class=fa fa-clock-o}{/i} Posted{/span} {time}[##_article_rep_date_##]{/time}{/dd}<br />397.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {dd class=category}{span class=label label-default}{i class=glyphicon glyphicon-list}{/i} Filed under{/span} {a href=[##_article_rep_category_link_##]}[##_article_rep_category_##]{/a}{/dd}<br />398.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {/dl}<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <strong>{div} 추가</strong><br />399.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [##_article_rep_desc_##]<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <strong>{/div} 추가</strong><br />340.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {/article}<br />341.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {/section}</p><p>위 코드는 콘텐츠뷰쪽 페이지에 해당된 거며 태그, 로컬, 공지사항뷰페이지 등은 검색에 반영되지도 않고 여기에다 추가해서 올리면 내용도 복잡해 져서 언급은 안하겠습니다.<br />수정하실 분은 코드를 찾아 추가수정 해 주세요.</p><p>제가 이것때문에 몇날 몇일을 고생하다 스킨도 제작하게됬구 제작하다 문제점도 파악되 테스트하여 다음쪽 검색결과가 정상적으로 노출되는 것을 확인했습니다. </p><p>＊정상반영 본인블로그 검색결과 링크 <a href="http://search.daum.net/search?nil_suggest=btn&amp;w=blog&amp;m=board&amp;q=http%3A%2F%2Fmoalog.com&amp;sort=step1&amp;page=1&amp;DA=STC">http://search.daum.net/search?nil_sugge … amp;DA=STC</a><br />＊비정상반영 코딩스타님 검색결과 링크 <a href="http://search.daum.net/search?w=blog&amp;m=inside&amp;sort=step1&amp;q=codingstar.net&amp;preq=codingstar.net&amp;blogUrl=http%3A%2F%2Fwww.codingstar.net%2Ftts%2F&amp;onlyone=1&amp;DA=BR1">http://search.daum.net/search?w=blog&am … amp;DA=BR1</a></p><p>타인의 블로그 거론하는건 하면 안되는 거지만... 다음검색을 삽질하다 코딩스타님 블로그도 저와 똫같이 비정상적인 검색결과가 노출대기에 참고삼아 링크해봤습니다.</p><p>다음쪽에 문의도 해봤지만 원인을 모르겠다 파악해서 수정해 주겠으니 기다려달라는 답변메일만 반복되었습니다.(오류는 며느리도 몰라...)<br />회사일도 바쁜대 집에와서도 잠자는시간 빼고 오류테스트만 해 눈밑 다크써클이 무릅까지 내려왔답니다.<br />괜히 정확하지도 않는 정보 공유했다가 욕만 먹을꺼 같아 망서리다가 공유해봅니다.<br />혹 오류가 나더라도 너무 원망하지 마세요.<br />날씨도 추운대 감기조심하시고 행복한 하루 되시길 바랄깨요.<br />그리고 제가 오랬동안 잠수타다 블로그를 다시 시작해서 블로그 친구가 없습니다. 놀러오세요~!! <a href="http://moalog.com">http://moalog.com</a>&nbsp; <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" />&nbsp; <img src="http://forum.tattersite.com/ko/img/smilies/smile.png" width="15" height="15" alt="smile" /> </p><p>테그첨부로 인해 글쓰기가안되 쌍따옴표는 삭제, 꺽쇄표시는 대괄호표시로 변경하여 올립니다. 제인생 자체가 삽질인가 봅니다.</p>]]></content>
			<author>
				<name><![CDATA[모아로그]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=4834</uri>
			</author>
			<updated>2014-12-19T07:45:47Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=42493#p42493</id>
		</entry>
</feed>
