이온디 마이노트 레이아웃을 사용할 경우 아래 파일을 모두 다운받아 설치하세요.
http://code.google.com/p/eond/downloads/detail?name=eond_mynote.1.4.3.zip&can=2&q=#makechanges설치경로 : layouts\eond_mynote
http://code.google.com/p/eond/downloads/detail?name=counter_mynote.0.3.zip&can=2&q=#makechanges설치경로 : widgets\counter_status\skins\mynote
http://code.google.com/p/eond/downloads/detail?name=login_eond_mynote.0.9.zip&can=2&q=#makechanges설치경로 : widgets\login_info\skins\eond_mynote
http://code.google.com/p/eond/downloads/detail?name=content_mynote.0.3.zip&can=2&q=#makechanges설치경로 : ./widgets/content/skins/mynote
Err : './widgets/counter_status/skins/mynote/counter_status' template file does not exists.
Err : './widgets/login_info/skins/eond_mynote/login_form' template file does not exists.
Err : './widgets/content/skins/mynote/list' template file does not exists.
레이아웃 설정을 자세히 살펴봐주시길 바랍니다.
http://minny.dothome.co.kr/ http://mika5p.com/vng http://www.ptosys.com/sub/ http://grrrr.namoweb.net/
/*--- widget slide ---*/ jQuery(document).ready(function () { if(slide_menu == true) { fristPosition = document.getElementById('aside').offsetTop; jQuery(window).scroll(function() { footer_y = document.getElementById('footer').offsetTop; currentPosition = jQuery(window).scrollTop(); if(footer_y-fristPosition>currentPosition+250){ jQuery("#aside").stop().animate({ top:currentPosition+fristPosition },'slow'); } }); } if(slide_menu == false) { fristPosition = document.getElementById('snb').offsetTop; jQuery(window).scroll(function() { footer_y = document.getElementById('footer').offsetTop; currentPosition = jQuery(window).scrollTop(); if(footer_y-fristPosition>currentPosition+250){ jQuery("#snb").stop().animate({ top:currentPosition+fristPosition },'slow'); } }); } });
#gnb {list-style:none;margin:0;padding:2px 0px;background:#F0F0F0;font:11px tahoma,verdana,dotum;text-align:right;width:100%;}
#lnb li {display:block;list-style:none;background:url(../images/bg_menu.gif) no-repeat 0 1px;padding:0 0 5px 12px;vertical-align:top;font:11px dotum;_background:url(../images/bg_menu.gif) no-repeat 0 0px;}
<!--@if($layout_info->background_image)--> html {background:url({$layout_info->background_image});} <!--@end-->
이온디 마이노트 레이아웃은 XE 공식사이트 자료실과 구글 프로젝트 이 외에서의 배포를 금지합니다.
Q. 프로필 부분 음악 듣기 주소 수정하는 방법?
A. 프로필 부분 음악 듣기는 로그인 위젯 스킨의 일부분입니다. 로그인 위젯 스킨에서 해당 부분을 주석 처리 또는 지우면 됩니다.
.\widgets\login_info\skins\eond_mynote\login_info.html
<a href="#" onClick="window.open('http://eond.com/?mid=mp3','new','toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=no, width=410, height=311')"><span id="music"><span class=bgp></span>음악듣기</span></a>
Q. 카테고리는 어떻게 설정하죠?
A. 2차 메뉴가 카테고리로 표현되는데, 다음 버전에서는 2차 메뉴가 없을 경우 카테고리 메뉴명이 출력되지 않도록 수정하도록 하겠습니다.
Q. 레이아웃을 가운데 정렬하고 싶습니다. 어떻게 하나요?
A. layout.html 30번째 줄
<!-- s : wrap --> <table id="wrap" cellSpacing="0" style="width:1000px;position:relative;left:50%;margin-left:-550px;"><tr valign="top">
이 코드를 집어넣으시면 됩니다. position:absolute를 하면 위젯 aside 영역 슬라이드가 되지 않으니 유의하세요. 또 width값을 넣지 않으면 가로 스크롤이 생깁니다.
style="position:absolute;left:50%;margin-left:-550px;"
Q. 왼쪽 검은색 영역을 지우고 싶습니다.
A. 32번째줄 style="display:none;" 추가
<!-- s : column --> <td id="column" nowrap style="display:none;"> <a href="http://eond.com"><h1 id="logo"></h1></a><span id="theme"></span><span id="top" onclick="back_top()"></span></td> <!-- e : column -->
제목 | ||
---|---|---|
9 | [Cumulative] 최근글 위젯에서 이미지가 없는 글도 표시하고 싶어요! | 1545 |
8 | [Cumulative] 레이아웃 및 위젯 설치하기 | 1546 |
7 | [Official] 이온디 공식레이아웃의 스크린샷 | 1571 |
6 | [Cumulative] 레이아웃 설정하기 1단계. 홈페이지 기본정보 입력 | 1836 |
5 | [Cumulative] 큐뮬러티브 컨텐츠 위젯 스킨의 사용 방법과 예제 | 1837 |
4 | [Cumulative] 레이아웃 내장 위젯의 종류 | 1847 |
3 | [Cumulative] 레이아웃 설정하기 2단계. 위젯 설정 | 2055 |
2 | [Cumulative] 트위터 위젯 설정하기 | 2436 |
1 | [Cumulative] 배경 설정하기 [1] | 3652 |