전체검색이 안됩니다 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

전체검색이 안됩니다 정보

전체검색이 안됩니다

본문

전체검색이 검색값을 아무것도 가져오지 못하고 있는데요 어디서 문제가 있는지 모르겠어서 그런데요..
전체검색에 필요한 파일이 어떤건지 문의 좀 드릴께요
답변 좀 부탁드립니다.

  • 복사

댓글 전체

f.action = "<?=$g4['bbs_path']?>/search.php";
검색폼의 값을 /bbs/search.php 로 넘기는건 알겠는데 검색한 값을 못 불러오더라고요

/그누보드/head.php 파일이 그누보드 처음 설치할때 파일과 동일 합니다.
/그누보드/bbs/search.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 라고 변경해서 사용해도 되긴됩니다. ^^
© SIRSOFT
현재 페이지 제일 처음으로