묻고답하기
로그인 출력화면에서요 몇개 삭제 가능한가요?
2008.09.30 16:56
아래의 이미지처럼 로그인하면 뜨는 화면에서요...
스크랩보기
저장함보기
작성글보기
최근 로그인및 날짜
이렇게 네게를 없애려면...
아래의 소스중에 어떤걸 삭제해야 하나요...
그리고 삭제해도 시스템에 문제는 없나요?
아무리 검색해봐도 이 내용은 없는것 같아서 고수님들의 조언을 기다립니다.
도와주세요`!!!
###################################################################################################################
<!-- colorset의 값에 따라 css 파일을 import 한다 -->
<!--@if($colorset=="black")-->
<!--%import("css/black.css")-->
<!--@elseif($colorset=="white")-->
<!--%import("css/white.css")-->
<!--@else-->
<!--%import("css/default.css")-->
<!--@end-->
<!--%import("./filter/logout.xml")-->
<fieldset id="login" class="login_{$colorset}">
<legend>{$lang->cmd_login}</legend>
<form action="" method="post">
<div class="userName">
<div class="fl"><div class="member_{$logged_info->member_srl}"><strong>{$logged_info->nick_name}</strong></div></div>
<div class="fr"><a href="{getUrl('act','dispMemberLogout')}"><img src="./images/{$colorset}/buttonLogout.gif" alt="{$lang->cmd_logout}" width="47" height="18" /></a></div>
</div>
<ul class="userMenu">
<!--@foreach($logged_info->menu_list as $key => $val)-->
<li><a href="{getUrl('act',$key,'member_srl','')}">{Context::getLang($val)}</a></li>
<!--@end-->
<!--@if($logged_info->is_admin=="Y")-->
<li><a href="{getUrl('','module','admin')}" onclick="window.open(this.href);return false;">{$lang->cmd_management}</a></li>
<!--@if($layout_info->layout_srl)-->
<li><a href="{getUrl('act','dispLayoutAdminModify','layout_srl',$layout_info->layout_srl)}">{$lang->cmd_layout_management}</a> / <a href="{getUrl('act','dispLayoutAdminEdit','layout_srl',$layout_info->layout_srl)}">{$lang->cmd_edit}</a></li>
<!--@end-->
<!--@end-->
</ul>
<p class="latestLogin">{$lang->last_login}<br /><span>{zDate($logged_info->last_login, "Y-m-d H:i")}</span></p>
</form>
</fieldset>
######################################################################################################################
댓글 4
-
박종록
2008.09.30 16:58
작성글 보기는 남겨둘깡? 훔...고민이눼... 그게 어떤 소스인지도 알려주세요... -
山水菊
2008.09.30 19:38
-
박종록
2008.10.01 08:58
위의 글을 참고하여 아래 내용처럼 폴더에 들어갔으나 파일은 있는데...
그분이 있다는 내용은 없더라구요...
그래서 비슷한 부분이 저긴듯 싶어
/modules/member/member.controller.php 에 들어가서
// 사용자의 전용 메뉴 구성 (이 메뉴는 애드온등으로 변경될 수 있음)
$this->addMemberMenu( 'dispMemberInfo', 'cmd_view_member_info');
$this->addMemberMenu( 'dispMemberScrappedDocument', 'cmd_view_scrapped_document');
$this->addMemberMenu( 'dispMemberSavedDocument', 'cmd_view_saved_document');
$this->addMemberMenu( 'dispMemberOwnDocument', 'cmd_view_own_document');
가운데 두줄의 파일을 지웠더니....
아래같이 메인페이지 위에 주루룩~ 뜹니다. 방법이 없을까요?
도와주세요...
그리고 최근 로그인 시간도 없애고 싶은데... 이거이거 어딘지 원....
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sdskc5004/www/zbxe/modules/member/member.controller.php:1) in /home/hosting_users/sdskc5004/www/zbxe/classes/display/DisplayHandler.class.php on line 211
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sdskc5004/www/zbxe/modules/member/member.controller.php:1) in /home/hosting_users/sdskc5004/www/zbxe/classes/display/DisplayHandler.class.php on line 232
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sdskc5004/www/zbxe/modules/member/member.controller.php:1) in /home/hosting_users/sdskc5004/www/zbxe/classes/display/DisplayHandler.class.php on line 233
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sdskc5004/www/zbxe/modules/member/member.controller.php:1) in /home/hosting_users/sdskc5004/www/zbxe/classes/display/DisplayHandler.class.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sdskc5004/www/zbxe/modules/member/member.controller.php:1) in /home/hosting_users/sdskc5004/www/zbxe/classes/display/DisplayHandler.class.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sdskc5004/www/zbxe/modules/member/member.controller.php:1) in /home/hosting_users/sdskc5004/www/zbxe/classes/display/DisplayHandler.class.php on line 236
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sdskc5004/www/zbxe/modules/member/member.controller.php:1) in /home/hosting_users/sdskc5004/www/zbxe/classes/display/DisplayHandler.class.php on line 237
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sdskc5004/www/zbxe/modules/member/member.controller.php:1) in /home/hosting_users/sdskc5004/www/zbxe/classes/display/DisplayHandler.class.php on line 92
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/sdskc5004/www/zbxe/modules/member/member.controller.php:1) in /home/hosting_users/sdskc5004/www/zbxe/classes/display/DisplayHandler.class.php on line 92 -
박종록
2008.10.01 09:09
헐 다시 원상태로 복구 하였으나 메세지는 여전한걸 보니... 메모장에서 열었다가 수정해서 그런듯 합니다.
단순히 그문제라면 일단 집에가서 드림위버가 있는상태에서 수정을 해야할듯 싶은데요...
아공... 웹도 잘 모르는 놈이 홈페이지 수정하려니 너무 힘드네요...