전체검색이 안됩니다 정보
전체검색이 안됩니다본문
전체검색이 검색값을 아무것도 가져오지 못하고 있는데요 어디서 문제가 있는지 모르겠어서 그런데요..
전체검색에 필요한 파일이 어떤건지 문의 좀 드릴께요
답변 좀 부탁드립니다.
댓글 전체
검색폼의 값을 /bbs/search.php 로 넘기셔야 합니다.
f.action = "<?=$g4['bbs_path']?>/search.php";
검색폼의 값을 /bbs/search.php 로 넘기는건 알겠는데 검색한 값을 못 불러오더라고요
/그누보드/head.php 파일이 그누보드 처음 설치할때 파일과 동일 합니다.
/그누보드/bbs/search.php 파일이 그누보드 처음 설치할때 파일과 동일 합니다.
검색폼의 값을 /bbs/search.php 로 넘기는건 알겠는데 검색한 값을 못 불러오더라고요
/그누보드/head.php 파일이 그누보드 처음 설치할때 파일과 동일 합니다.
/그누보드/bbs/search.php 파일이 그누보드 처음 설치할때 파일과 동일 합니다.
저기.. 혹시나 해서그러는데요 변수 선언이 제대로 되었는지 확인하세요 안되셧다면
head.sub.php 인클루드 해보시고요
head.sub.php 인클루드 해보시고요
<form name=fsearch method=get style="font-family:돋움; font-size:28px; color:rgb(102,102,102); margin:0px;" action="<?=$g4[bbs_path]?>/search.php">
<table border="0" cellpadding="0" cellspacing="0" namo_layoutbox="10,1,1,10,1,1" width="480" height="40" align="center">
<tr>
<td width="400" height="40" namo_textbox="0,0,0,0,0,0,0,0,0,0">
<table border="5" cellspacing="0" width="100%" height="30" bordercolordark="#333333" bordercolorlight="#666666" bgcolor="white" bordercolor="#333333">
<tr>
<td width="396"><input type=hidden name=sfl value="wr_subject||wr_content">
<input type=hidden name=sop value="and">
<input name=stx itemname="검색어" required value="<?=$stx?>" size="55" style="font-family:한컴돋움; font-size:12; border-color:white; border-style:solid;"></td>
</tr>
</table></td>
<td width="10" height="40"></td>
<td width="70" height="40" namo_textbox="0,0,0,0,0,0,0,0,0,0"><input type=image src="serch.jpg" width="69" height="38" border=0 align=absmiddle></td>
</tr>
</table>
</form>
저가 만든 검색스킨인데
="<?=$g4[bbs_path]?>/search.php - 이부분을
http://도메인/설치된디랙토리/bbs/search.php 라고 변경해서 사용해도 되긴됩니다. ^^
<table border="0" cellpadding="0" cellspacing="0" namo_layoutbox="10,1,1,10,1,1" width="480" height="40" align="center">
<tr>
<td width="400" height="40" namo_textbox="0,0,0,0,0,0,0,0,0,0">
<table border="5" cellspacing="0" width="100%" height="30" bordercolordark="#333333" bordercolorlight="#666666" bgcolor="white" bordercolor="#333333">
<tr>
<td width="396"><input type=hidden name=sfl value="wr_subject||wr_content">
<input type=hidden name=sop value="and">
<input name=stx itemname="검색어" required value="<?=$stx?>" size="55" style="font-family:한컴돋움; font-size:12; border-color:white; border-style:solid;"></td>
</tr>
</table></td>
<td width="10" height="40"></td>
<td width="70" height="40" namo_textbox="0,0,0,0,0,0,0,0,0,0"><input type=image src="serch.jpg" width="69" height="38" border=0 align=absmiddle></td>
</tr>
</table>
</form>
저가 만든 검색스킨인데
="<?=$g4[bbs_path]?>/search.php - 이부분을
http://도메인/설치된디랙토리/bbs/search.php 라고 변경해서 사용해도 되긴됩니다. ^^
그런것이 문제가 아니라 어떠한 문구를 사용해서 검색을 해도 검색값이 안나오는 겁니다 ㅠㅠ
주소를 주실수 잇나요 ?
그리고 form 넣었나요 ?
그리고 form 넣었나요 ?
http://silverfang.zc.bz/love/
form 넣었습니다 내컴퓨터님이 만두신것도 넣었습니다
form 넣었습니다 내컴퓨터님이 만두신것도 넣었습니다