전화상담
이메일문의
저작권침해신고
불친절 직원신고
서비스 지연신고
오시는 길
HOME > 고객지원 > 잦은 질문 > 솔루션몰 잦은 질문     
LIST DETAIL GALLERY VOTE MODIFY DELETE  
분류 : 솔루션기능  제목: 메인페이지에 전체카테고리버튼을 없애고 싶습니다.
글쓴이:qna_copy 날짜: 2007.11.12. 16:44:36 조회:7896 추천:0 글쓴이IP:121.129.24.71
파일:     첨부파일이 없습니다.


메인페이지에 전체카테고리 보기 버튼을 없애고 싶은습니다.



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

= /top.php 라인 772


table width="900" border="0" cellspacing="0" cellpadding="0"
tr
td
table width='900' border='0' align='center' cellpadding='0' cellspacing='0'
tr
td width='180' height="32"
table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'
tr
tdimg src="image/btn_anotherStoreGo.gif" border="0" onclick="MM_showHideLayers('Layer_cate','','show');" style="cursor:pointer"/td
/tr
tr
td style='padding:0 0 0 0'div style="position:relative;" onMouseOver="MM_showHideLayers('Layer_cate','','show');" onMouseOut="MM_showHideLayers('Layer_cate','','hide');"
table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" id="Layer_cate" style="position:absolute; top:0px; width:177px; height:120px; z-index:1; visibility: hidden; filter:alpha(opacity=100);border:1px;border-style:solid;border-color:#ffffff"?
$result = $MySQL-query("SELECT idx,name from category WHERE deep=0 and bHide'1' order by position asc");
while ($row = mysql_fetch_array($result))
{
?
tr
td width='1' bgcolor='cccccc'/td
td style='padding:4 0 4 25;'a href="goods_list.php?Index=?=$row[idx]?"font class='stext' color="#363636"?=$row[name]?/font/a/td
td width='1' bgcolor='cccccc'/td
/tr?
}
?
tr
td width='1' bgcolor='cccccc'/td
td height="5"/td
td width='1' bgcolor='cccccc'/td
/tr
tr
td colspan='3' bgcolor='cccccc' height='1'/td
/tr
/table/div
/td
/tr
/table
/td
td width="710" align='right'
form name="topGoodsSearchForm" method="get" action="search_result.php"
table width="350" border="0" cellspacing="0" cellpadding="0"
tr
td align="right"img align="absmiddle" src="upload/design/?=$design[mainGoodsSearchTitle]?"/td
td width='100' align="center"select name="search" class="box"option value="name"상품명/optionoption value="price"가격/optionoption value="company"제조사/optionoption value="model"모델명/option/select/td
tdinput type="text" name="searchstring" size="25" class="text_l"/td
td width=32 align="right"a href="javascript:goodsSearchSendit(document.topGoodsSearchForm);"img align="absmiddle" src="upload/design/?=$design[mainGoodsSearchButton]?" border="0"/a/td
td width=68 align="right"a href="detail_search.php"img align="absmiddle" src="upload/design/?=$design[mainGoodsSearchButton2]?" border="0"/a/td
/tr
/table/form
/td
/tr
/table
/td
/tr
tr
td height="3"/td
/tr
/table


부분에서


table width="900" border="0" cellspacing="0" cellpadding="0"
tr
td
table width='900' border='0' align='center' cellpadding='0' cellspacing='0'
tr
td width='180' height="32"!--
table width='100%' border='0' cellpadding='0' cellspacing='0' align='center'
tr
tdimg src="image/btn_anotherStoreGo.gif" border="0" onclick="MM_showHideLayers('Layer_cate','','show');" style="cursor:pointer"/td
/tr
tr
td style='padding:0 0 0 0'div style="position:relative;" onMouseOver="MM_showHideLayers('Layer_cate','','show');" onMouseOut="MM_showHideLayers('Layer_cate','','hide');"
table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" id="Layer_cate" style="position:absolute; top:0px; width:177px; height:120px; z-index:1; visibility: hidden; filter:alpha(opacity=100);border:1px;border-style:solid;border-color:#ffffff"?
$result = $MySQL-query("SELECT idx,name from category WHERE deep=0 and bHide'1' order by position asc");
while ($row = mysql_fetch_array($result))
{
?
tr
td width='1' bgcolor='cccccc'/td
td style='padding:4 0 4 25;'a href="goods_list.php?Index=?=$row[idx]?"font class='stext' color="#363636"?=$row[name]?/font/a/td
td width='1' bgcolor='cccccc'/td
/tr?
}
?
tr
td width='1' bgcolor='cccccc'/td
td height="5"/td
td width='1' bgcolor='cccccc'/td
/tr
tr
td colspan='3' bgcolor='cccccc' height='1'/td
/tr
/table/div
/td
/tr
/table--
/td
td width="710" align='right'
form name="topGoodsSearchForm" method="get" action="search_result.php"
table width="350" border="0" cellspacing="0" cellpadding="0"
tr
td align="right"img align="absmiddle" src="upload/design/?=$design[mainGoodsSearchTitle]?"/td
td width='100' align="center"select name="search" class="box"option value="name"상품명/optionoption value="price"가격/optionoption value="company"제조사/optionoption value="model"모델명/option/select/td
tdinput type="text" name="searchstring" size="25" class="text_l"/td
td width=32 align="right"a href="javascript:goodsSearchSendit(document.topGoodsSearchForm);"img align="absmiddle" src="upload/design/?=$design[mainGoodsSearchButton]?" border="0"/a/td
td width=68 align="right"a href="detail_search.php"img align="absmiddle" src="upload/design/?=$design[mainGoodsSearchButton2]?" border="0"/a/td
/tr
/table/form
/td
/tr
/table
/td
/tr
tr
td height="3"/td
/tr
/table



해당 기능만 주석 처리 하시면 됩니다.

LIST DETAIL GALLERY VOTE MODIFY DELETE  


 
전체글:287  방문수:5714285
RELOAD VIEW DEL DETAIL GALLERY
87 오늘 본 상품에서 그림이 나오지 않습니다.qna_copy2007.01.18. 10:20:437900
86 설치를 했는데 파일 업로드 에러가 납니다qna_copy2007.01.18. 10:58:117897
85 상품평을 사용하지 않고 싶습니다.qna_copy2007.01.23. 10:28:597530
84 굿모닝샵 프로(G1), 맥스(G)부분 디자인 변경 어떻게 하나요?관리자2007.01.25. 11:05:197897
83 설문조사에 대해 문의드립니다.qna_copy2007.01.29. 09:40:427563
82 상품평 쓰기 관리는 어떻게 할 수 있는지 알고싶습니다.qna_copy2007.01.29. 11:25:287899
81 수취 완료 설정은 어떻게 하는지 알고싶습니다.qna_copy2007.01.29. 11:26:487805
80 굿모닝샵 프리의 정식등록시 유상 구매와 어떤 혜택 차이가 있는지 알고싶습니다.qna_copy2007.01.29. 18:20:437898
79 홈빌더 팝업qna_copy2007.01.29. 18:37:047904
78 새페이지를 생성하면 관리자 모드에서 보여지는지 알고싶습니다.qna_copy2007.02.06. 09:51:057898
77 이미지에 마우스 올렸을 때 이미지툴바가 안나오게 할 수 없나요?qna_copy2007.02.22. 18:46:227800
76 브랜드샵 모든 업체 입점 업체 상품 등록시 메인 카테고리에 나타나지 않습니다.qna_copy2007.02.08. 10:49:377799
75 등록된 상품(제품)이 보이지 않습니다qna_copy2007.02.09. 09:41:197683
74 관리자 페이지에서 관리자 메일세팅관리자2007.02.09. 14:14:128092
73 플래시를 올렸을경우 소리만 나오고 화면은 안나타나는 현상이 발생합니다.qna_copy2007.02.12. 15:10:587904
72 프리버젼 라이센스관련관리자2007.02.15. 21:03:077755
71 솔루션 소스 백업은 어떻게 받을 수 있는지 알고싶습니다.qna_copy2007.02.16. 09:10:357892
70 모든화면의 왼쪽에 배너를 노출시키는 방법을 알고 싶습니다.관리자2007.02.21. 09:49:007850
69 G마켓처럼 나오는 메뉴를 사용하지 않으려고 합니다.관리자2007.02.21. 10:12:357943
68 한글도메인(가나다.kr)을 포워딩 했을때 로그인이 안되는 현상이 발생합니다.qna_copy2007.02.22. 09:54:287903
67 메인 틀(디자인)을 바꾸고 싶습니다.qna_copy2007.12.20. 16:10:3722322
66 플래시 메뉴의 회색바관리자2007.12.24. 09:31:3512366
65 좌우측 배너 설정은 어떻게 하는지 알고싶습니다.qna_copy2007.12.20. 16:06:1111336
64 쇼핑몰의 상품 상세 페이지 폭이 어떻게 되는지 알고싶습니다.qna_copy2007.05.02. 14:23:377884
63 공사중 페이지 설정 어떻게 하나요?관리자2007.06.12. 16:16:517979
62 무료배송과 다른상품을 구매시 배송문제입니다.qna_copy2007.08.06. 11:04:577844
61 로그인시 상품금액이 모두 0원 으로 나옵니다.qna_copy2007.10.12. 11:22:067889
60 게시판에 홍보글이 계속 올라옵니다.qna_copy2007.11.09. 15:16:009749
59 이미지를 퍼가지 못하도록 하는 방법은 없는지 알고싶습니다.qna_copy2007.11.09. 15:18:427849
58 굿모닝샵 관리자모드 관리자기본정보의 관리자업체코드가 무엇인지 알고싶습니다.qna_copy2007.11.09. 16:32:227900
57 메인 디자인을 바꾸고 싶습니다.qna_copy2007.11.09. 16:34:307832
56 자동등록 방지태그 커스트마이징은 무상인가요?qna_copy2007.11.12. 16:37:257888
55 전자결제 연동은 어떻게 신청하나요?qna_copy2007.11.12. 16:38:197834
54 단체메일이 발송되지 않습니다.qna_copy2007.11.12. 16:42:367921
53 메인페이지에 전체카테고리버튼을 없애고 싶습니다.qna_copy2007.11.12. 16:44:367896
52 굿모닝포탈3 중에서 쇼핑몰을 프로버전으로 교체가 가능한지 궁금합니다.qna_copy2007.11.12. 16:47:007900
51 굿모닝프로의 메일서비스관리자2007.11.19. 10:23:247885
50 스팸 공격을 받고있습니다. 어떻게 하면 좋은지 알려주셨으면 합니다.qna_copy2007.11.20. 15:48:357897
49 일본어 쇼핑몰 설치법qna_copy2007.11.20. 20:43:317936
48 경고: 만료된 페이지입니다 오류가 발생합니다.qna_copy2007.11.23. 17:31:339664
47 주간 판매 베스트 안나오게 하는 방법은 없는지 알고싶습니다.qna_copy2007.11.28. 16:17:269754
46 회원DB와 상품DB 를 엑셀 파일로 받고 싶습니다.관리자2007.11.29. 09:31:5413501
45 카테고리 클릭시 상품 리스트 페이지에서 베스트 상품 출력 안하기관리자2007.11.29. 10:06:4012285
44 자료실 게시판 첨부파일 자료열기 문제가 발생합니다.관리자2007.11.30. 16:26:1411665
43 굿모닝 솔루션 업그레이드에 관하여 질문입니다.qna_copy2007.12.03. 10:30:2211130
42 전자결제 서비스 대행 방법관리자2007.12.03. 15:57:5211261
41 사이트 유지 관리업체를 추천해 주셨으면 합니다.qna_copy2007.12.03. 15:59:2310957
40 네임서버 정보변경은 어떻게 하는지 알고싶습니다.qna_copy2007.12.04. 08:58:0811116
39 솔루션 설치문의관리자2007.12.04. 09:51:1012824
38 게시판을 원하는 부위에 새 글 순으로 메인에 뽑아내고 싶습니다.qna_copy2007.12.04. 10:12:0823450
RELOAD VIEW DEL DETAIL GALLERY
  디자인몰 :
      505-054089-13-002
예금주 : (주)아사달   
인터넷 익스플로어 구글 크롬 모질라 파이어폭스
애플 사파리 오페라 넷스케이프
맨위로