답변 3개
9년 전
해당게시판스킨/list.skin.php파일에 보면
이런 코드가 있습니다.
</p><p><select name="sfl" id="sfl"></p><p> <option value="wr_subject"<?php echo get_selected($sfl, 'wr_subject', true); ?>>제목</option></p><p> <option value="wr_content"<?php echo get_selected($sfl, 'wr_content'); ?>>내용</option></p><p> <option value="wr_subject||wr_content"<?php echo get_selected($sfl, 'wr_subject||wr_content'); ?>>제목+내용</option></p><p> <option value="mb_id,1"<?php echo get_selected($sfl, 'mb_id,1'); ?>>회원아이디</option></p><p> <option value="mb_id,0"<?php echo get_selected($sfl, 'mb_id,0'); ?>>회원아이디(코)</option></p><p> <option value="wr_name,1"<?php echo get_selected($sfl, 'wr_name,1'); ?>>글쓴이</option></p><p> <option value="wr_name,0"<?php echo get_selected($sfl, 'wr_name,0'); ?>>글쓴이(코)</option></p><p> </select></p><p>
이부분을 수정하시면되요
예를들어서..
</p><p style="font-size: 14.6667px;"><select name="sfl" id="sfl"></p><p style="font-size: 14.6667px;"> <option value="wr_subject"<?php echo get_selected($sfl, 'wr_subject', true); ?>>제목</option></p><p style="font-size: 14.6667px;"> <option value="wr_content"<?php echo get_selected($sfl, 'wr_content'); ?>>내용</option></p><p style="font-size: 14.6667px;"> <option value="wr_subject||wr_content"<?php echo get_selected($sfl, 'wr_subject||wr_content'); ?>>제목+내용</option></p><p style="font-size: 14.6667px; margin-left: 40px;"><span style="font-size: 14.6667px; line-height: 22.0001px; color: rgb(255, 0, 0);"><option value="wr_1"<?php echo get_selected($sfl, 'wr_1', true); ?>>여분필드1</option></span><span style="font-size: 14.6667px; line-height: 22.0001px; color: rgb(255, 0, 0);"><option value="wr_2"<?php echo get_selected($sfl, 'wr_2', true); ?>>여분필드2</option></span></p><p style="font-size: 14.6667px;"> <option value="mb_id,1"<?php echo get_selected($sfl, 'mb_id,1'); ?>>회원아이디</option></p><p style="font-size: 14.6667px;"> <option value="mb_id,0"<?php echo get_selected($sfl, 'mb_id,0'); ?>>회원아이디(코)</option></p><p style="font-size: 14.6667px;"> <option value="wr_name,1"<?php echo get_selected($sfl, 'wr_name,1'); ?>>글쓴이</option></p><p style="font-size: 14.6667px;"> <option value="wr_name,0"<?php echo get_selected($sfl, 'wr_name,0'); ?>>글쓴이(코)</option></p><p style="font-size: 14.6667px;"> </select></p><p style="font-size: 14.6667px;">
이런식으로 추가해서 쓰면되요
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인