[작업계획] 제로보드 가입폼 소스 수정 (delidea_joinset)
2007.08.14 03:58
1557
0
https://eond.com/222183
object(HotopayModel)#790 (23) { ["error"]=> int(0) ["message"]=> string(7) "success" ["variables"]=> array(0) { } ["httpStatusCode"]=> int(200) ["module"]=> string(7) "hotopay" ["module_info"]=> NULL ["origin_module_info"]=> NULL ["module_config"]=> NULL ["module_path"]=> string(52) "/home/eond/web/eond.com/public_html/modules/hotopay/" ["xml_info"]=> NULL ["module_srl"]=> NULL ["mid"]=> NULL ["act"]=> NULL ["template_path"]=> NULL ["template_file"]=> NULL ["layout_path"]=> NULL ["layout_file"]=> NULL ["edited_layout_file"]=> NULL ["stop_proc"]=> bool(false) ["user"]=> object(Rhymix\Framework\Helpers\SessionHelper)#789 (20) { ["member_srl"]=> int(0) ["user_id"]=> NULL ["user_name"]=> NULL ["nick_name"]=> NULL ["email_address"]=> NULL ["phone_number"]=> NULL ["homepage"]=> NULL ["blog"]=> NULL ["birthday"]=> NULL ["denied"]=> NULL ["status"]=> NULL ["is_admin"]=> string(1) "N" ["is_site_admin"]=> NULL ["profile_image"]=> NULL ["image_name"]=> NULL ["image_mark"]=> NULL ["signature"]=> NULL ["description"]=> NULL ["group_list"]=> array(0) { } ["menu_list"]=> array(0) { } } ["request"]=> object(Rhymix\Framework\Request)#10 (13) { ["method"]=> string(3) "GET" ["compat_method"]=> string(3) "GET" ["url"]=> string(25) "notice/222183/page/465326" ["hostname"]=> string(8) "eond.com" ["domain"]=> NULL ["protocol"]=> string(5) "https" ["callback_function"]=> string(0) "" ["_route_status":protected]=> int(200) ["_route_options":protected]=> object(stdClass)#11 (5) { ["cache_control"]=> bool(true) ["check_csrf"]=> bool(true) ["is_forwarded"]=> bool(false) ["is_indexable"]=> bool(true) ["enable_session"]=> bool(true) } ["module"]=> string(5) "board" ["mid"]=> string(6) "notice" ["act"]=> string(16) "dispBoardContent" ["args"]=> array(4) { ["document_srl"]=> string(6) "222183" ["page"]=> int(465326) ["mid"]=> string(6) "notice" ["act"]=> string(16) "dispBoardContent" } } ["ajaxRequestMethod"]=> array(2) { [0]=> string(6) "XMLRPC" [1]=> string(4) "JSON" } ["gzhandler_enable"]=> bool(true) }

1) 나타나는 문제점 : 메모를 클릭했을 때 메모에 <br>이 적용되지 않아 글이 따닥따닥 붙여져서 보임
해결방법 : 메모가 보여지는 부분에서 del_html을 지워준다

수정방법 :
member_memo.php 220번째 줄
----------------------------------------------------------------------------
<?=autolink(nl2br(stripslashes(del_html($now_data[memo]))))?><br>
----------------------------------------------------------------------------
위와 같은 코드를 아래와 같이 수정합니다.
----------------------------------------------------------------------------
<?=autolink(nl2br(stripslashes($now_data[memo])))?><br>
----------------------------------------------------------------------------

2) 보낸쪽지함에도 1)과 동일한 문제점,
member_memo2.php 199번째 줄
----------------------------------------------------------------------------
<?=autolink(nl2br(stripslashes(del_html($now_data[memo]))))?><br>
----------------------------------------------------------------------------
위와 같은 코드를 아래와 같이 수정합니다.
----------------------------------------------------------------------------
<?=autolink(nl2br(stripslashes($now_data[memo])))?><br>
----------------------------------------------------------------------------


====================================================================================

[그 외 수정 사항 2가지]
설명되 주소 : http://www.nzeo.com/bbs/zboard.php?id=cgi_zskins2&page=1&page_num=30&select_arrange=vote&desc=&sn=off&ss=on&sc=off&keyword=회원가입&no=12908&category=
====================================================================================

2) 제목쓰실때 글씨가 내려가는 현상 수정하는 방법 (by 러브렛님)
view_info.php파일에서

BODY,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre,blockquote {font-family:굴림
,tahoma;color:#666666;font-size:9pt;line-height:18pt;}

이부분을 찾으셔서

BODY,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre,blockquote {font-family:굴림
,tahoma;color:#666666;font-size:9pt;}

이렇게 바꿔주세요.
====================================================================================

3) '현재접속자' 페이지에서 아래 SEARCH 옆에 "CANCLE"  오타가 있습니다.

member_memo3.php 파일열고 ctrl+F(찾기)하고 "CANCEL" 로 고쳐주세요~
알림
-
+
닫기

마이페이지

로그인을 해주세요

네이버로 로그인