묻고답하기
(죄송합니다)백성찬님!!! 귀챦게 해드려서 죄송합니다.
2009.07.31 20:17
조금전에 가르쳐주신대로 해서 성공했습니다.
제게 정말 필요했던 부분이었습니다.
위젯 최근문서출력ver(0.1) 에서 최신글목록스킨(default)에서 제목크기부분을 수정했습니다.
이럴경우 이 위젯을 다른이름으로 변경해서 새로운 위젯으로 사용하려고 합니다.
conf폴더에 info파일 이름도 바꾸서 위젯폴더에 업로드했는데 실행이 잘안되네요....
위에서 설명드린것은 XE1.2.4 버전에 있는 옵션에 그대로 있던 파일들입니다.
번거롭고 귀챦게 해드려서 죄송하지만 가르쳐 주시면 감사드리겠습니다.
댓글 11
-
11
2009.07.31 20:53
그냥 위젯 올릴때 폴더 이름만 바꿔서 올리면 추가된 위젯으로 인식하지 않나요? -
mydesign
2009.07.31 20:56
네 안됩니다.
수정한거하고 안한거하고 같이 인식됩니다.
-
백성찬
2009.07.31 21:03
list에서 소스도 바꾸어 주어야 합니다.
-
mydesign
2009.07.31 21:36
-
백성찬
2009.07.31 21:39
서버 컴퓨터 이므로 메신저 등 일반 컴퓨터용은 없습니다.
-
mydesign
2009.07.31 21:52
수정한 style.css
.newest_document_bignews_normal {
}.newest_document_bignews_normal .newest_document_bignews_box {
}.newest_document_bignews_normal .newest_document_bignews_box .title_box {
border:1px solid #EEEEEE;
padding:5px;
height:14px;
font-size: 20px;
overflow:hidden;
}.newest_document_bignews_normal .newest_document_bignews_box .title_box .title {
background:url(./title_bullet.gif) no-repeat left;
font-weight:bold;
height:14px;
padding-left:20px;
float:left;
}.newest_document_bignews_normal .newest_document_bignews_box .title_box .more A {
float:right;
color:#AAAAAA;
text-decoration:none;
font-weight:bold;
font-size:1.2em;
}.newest_document_bignews_normal .newest_document_bignews_box .document_box {
padding:3px 3px 3px 5px;
clear:both;
border-bottom:1px solid #EEEEEE;
height:16px;
margin:0px 0px 2px 0px;
overflow:hidden;
}.newest_document_bignews_normal .newest_document_bignews_box .document {
padding:0px 0px 5px 20px;
background:url(./document_bullet.gif) no-repeat left;
float:left;
}.newest_document_bignews_normal .newest_document_bignews_box .document A {
text-decoration:none;
color:#555555; font-size:1.4em} 백성찬님께서 가르쳐 주셨던 부분.newest_document_bignews_normal .newest_document_bignews_box .document A:hover {
text-decoration:underline;
color:#000000;
}.newest_document_bignews_normal .newest_document_bignews_box .document A:visited {
color:#AAAAAA;
}.newest_document_bignews_normal .newest_document_bignews_box .document .comment A {
font-size:8pt;
color:#AAAAAA;
letter-spacing:-1px;
}.newest_document_bignews_normal .newest_document_bignews_box .document .writer {
color:#AAAAAA;
}
.newest_document_bignews_normal .newest_document_bignews_box .regdate {
color:#AAAAAA;
font-size:7pt;
float:right;
white-space:nowrap;
}}
이상과 수정했습니다.
-
mydesign
2009.07.31 21:54
list부분 수정사항입니다.
<!--@if($colorset=="normal"||!$colorset)-->
<!--%import("normal/style.css")--><!--@elseif($colorset=="blue")-->
<!--%import("blue/style.css")--><!--@end-->
<div class="newest_document_bignews_{$colorset}">
<div class="newest_document_bignews_box">
<!--@foreach($widget_info->document_list as $oDocument)-->
<div class="document_box">
<div class="document">
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($oDocument->getCommentCount())-->
<span class="comment"><a href="{$oDocument->getPermanentUrl()}#comment">*{$oDocument->getCommentCount()}</a></span>
<!--@end-->
<span class="writer">
</span>{$oDocument->printExtraImages($widget_info->duration_new)}
</div>
<div class="regdate">{$oDocument->getRegdate("Y-m-d")}</div>
</div>
<!--@end-->
</div>
</div>
리스트는 위에 적색으로 된 부분 수정했습니다. -
mydesign
2009.07.31 21:55
최근 문서 폴더이름은 bignews로 했습니다.
-
백성찬
2009.07.31 22:12
skin.xml 도 수정
-
백성찬
2009.07.31 22:17
conf폴더에 info파일 이름도 바꾸서 위젯폴더에 업로드했는데 실행이 잘안되네요....
>왜 변경했습니까?
스킨만 추가를 하려는 것인지 최근문서 자체를 따로 만드려는 것이지 불분명합니다.
-
mydesign
2009.07.31 22:19
정말 감사합니다.
파일에 Blue라는 곳에도 전부 수정했더니 됩니다.
즐거운 주말 보내세요.
차츰 배워나가는 느낌입니다.
늘감사하게 생각하고 있습니다.