묻고답하기

모듈제목                                  more

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

게시글제목                      날짜 등등

게시글제목                      날짜 등등

게시글제목                      날짜 등등

게시글제목                      날짜 등등

게시글제목                      날짜 등등

 

위처럼 나오게 되고 more 버튼을 클릭해야 해당 모듈로 이동이 가능한데.

위의 '모듈제목' 부분을 클릭하면 바로 해당 모듈로 이동하게 링크를 걸려면 어디를 수정하면 될까요?


스킨은 지금 자료실엔 없지만 심플라이트를 쓰고있습니다.


아래 widgetstyle.html 파일 부분


<!--%import("css/widgetBoxStyle.css")-->

<div class="widgetBoxContainer {$widgetstyle_extar_var->ws_style}">

    <div class="widgetBox">



        <!--@if($widgetstyle_extar_var->ws_title_image || $widgetstyle_extar_var->ws_title)-->

            <h3 class="widgetBoxHeader" <!--@if($widgetstyle_extar_var->wws_title_colors_title_color)-->style="color:{$widgetstyle_extar_var->ws_title_color};"<!--@end-->>

            <!--@if($widgetstyle_extar_var->ws_title_icon)-->

                <img src="{$widgetstyle_extar_var->ws_title_icon}" />

            <!--@end-->


            <!--@if($widgetstyle_extar_var->ws_title_image)-->

                    <img src="{$widgetstyle_extar_var->ws_title_image}" />

            <!--@else-->

                <!--@if($widgetstyle_extar_var->ws_title)-->

                    {$widgetstyle_extar_var->ws_title}

                <!--@end-->

            <!--@end-->

            </h3>

        <!--@end-->


        {$widget_content}


        {@$widgetstyle_extar_var->ws_more_url=trim($widgetstyle_extar_var->ws_more_url);}

        <!--@if($widgetstyle_extar_var->ws_more_url)-->


            <!--@if(strtolower(substr($widgetstyle_extar_var->ws_more_url,0,4))=='http')-->

                <a href="{$widgetstyle_extar_var->ws_more_url}" class="widgetMore">

            <!--@else-->

                <a href="http://{$widgetstyle_extar_var->ws_more_url}" class="widgetMore">

            <!--@end-->

            <!--@if($widgetstyle_extar_var->ws_more_image)-->

                <img src="{$widgetstyle_extar_var->ws_more_image}" />

            <!--@else if($widgetstyle_extar_var->ws_more_text)-->

                {$widgetstyle_extar_var->ws_more_text}

            <!--@else-->

                more

            <!--@end-->

            </a>

        <!--@end-->

        <span class="rcContainer rcTop">

            <span class="rc tl"></span>

            <span class="rc tr"></span>

        </span>

        <span class="rcContainer rcBottom">

            <span class="rc bl"></span>

            <span class="rc br"></span>

        </span>

    </div>

</div>



아래 widgetboxstyle.css 부분

@charset "utf-8";
/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */

.widgetBoxContainer{ position:relative;}

.widgetBox{ position:relative; *zoom:1; }
.widgetBox:after{content:""; display:block; clear:both; }
.widgetBox .widgetBoxHeader{ font-size:16px; font-family:Tahoma; margin:0; z-index:10;}
.widgetBox .widgetContainer{ position:relative; z-index:10;}
.widgetBox .widgetMore{ position:absolute; display:block; text-decoration:none; font-size:11px !important; white-space:nowrap; font-family:Tahoma; color:#000; text-align:center; z-index:20;}
.widgetBox .widgetMore img{ border:0;}
.widgetBox .rcContainer{ display:block; width:100%; font-size:0; line-height:0; z-index:1; *zoom:1;}
.widgetBox .rc{ position:absolute; display:block; font-size:0; line-height:0; overflow:hidden;}
.widgetBox .rcTop .tl{ top:0;}
.widgetBox .rcTop .tr{ top:0;}
.widgetBox .rcBottom .bl{ top:0;}
.widgetBox .rcBottom .br{ top:0;}

.widgetBoxA .widgetBoxHeader{ position:relative; padding:4px 0; margin:1px; border-bottom:1px solid #ccc;}
.widgetBoxA .widgetMore{ top:10px; right:0; color:#888;}
.widgetBoxA .rcContainer{ display:none !important;}



부탁드리겠습니다 감사합니다

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
rhdesign 게시판 리스트에 확장 변수 출력하기 / 송동우님 의견란 한번 더 봐주시길 ! [2] file 2012.01.17 by 송동우
WITH-Y curl 혹은 snoopy를 활용한 로그인  
쿨럭이 서버컴 도메인 포워딩에 대한 질문좀 ㅠㅠ 제발.. [3] 2012.01.17 by 천재ㅐ재
bonafide 메인 레이아웃 갑자기 상단에 여백이 생겼어요 [1] 2012.01.17 by delphiXE2
춤세상 도메인 변경후 글쓰기 오류  
Mt_Zin 제로보드4에서 xe최신버전으로 마이그레이션하려는데요... [1] 2012.01.17 by delphiXE2
라울헐 웹고수님께 고난이도 질문 드립니다! [1] 2012.01.17 by delphiXE2
태백산맥 게시판 목록이 안보입니다. [1] file 2012.01.17 by delphiXE2
쏭바강 1.4 로그인 풀림  
때린데 또때려 메뉴뒤에 백그라운드 이미지를 넣고 십어요. [1] 2012.01.17 by 송동우
KATZEST 메뉴 작성에 대한 질문 입니다. (수정 게재) [3] 2012.01.17 by 송동우
rhdesign 최근글 위젯 / 헤더박스(타이틀)에 주소 링크 방법 [1] file 2012.01.17 by 송동우
강현철119 mp4 스트리밍하는 방법(아이폰,아이패드,윈도,맥,안드로이드)  
큰아빠 이미지 올린 후 원본 이미지 보려고 클릭 하면 잘리네요.  
avantasia1 본문내용 보여줄 때 일정 글자수 넘어가면 ... 으로 표시하는 방법좀 알려주세요 [1] 2012.01.17 by 송동우
최강성실맨 xe 1.4.5.10 에서 1.5.1.2 로 업그레이드 했더니 다음과 같은 에러가 납니다 file  
배가하 게시글을 수정하였는데 일부 컴퓨터에서는 적용이 되지 않습니다.  
엘비스파슬리 SSL 사용시 업로드 문제  
청개굴이 쿼리 날리는 방법 좀 알려주세요.. [1] 2012.01.17 by 송동우
zangwoosung 경고 메세지 [1] 2012.01.17 by 송동우
avantasia1 XE엔진 모듈 중 이슈트래커 사용시 확장변수를 게시물리스트에도 포함되게 하려면?  
마이꿈이 모든 게시물을 덧글 허용 상태로 바꾸는 방법  
NosFeratu 슬림에디터 파일첨부 질문잇어요 @@!  
KATZEST xHTML를 구매해서 메뉴를 XpressEngine 형태로 변경을 하려고 합니다. [2] 2012.01.17 by 송동우
엘비스파슬리 sketchbook5 레이아웃에서 상단 컨텐츠 검색 제한  
윤아쨔응 디시인사이드처럼 홈페이지를 만들고싶어요! [1] 2012.01.17 by 숭숭군
세톨박이 Naver Analtycis 모듈 작동 잘 되시나요? [1] 2012.01.17 by 울랄라세션
부엉이는 회원정보보기를 하면 오류가납니다g  
하늘이744 관리자 로그인을 못하고 있습니다. [1] 2012.01.17 by 송동우
yw720 제로보드xe 패스워드 방식