두개의 게시판에 동시에 글이 올라오게할수 없나요? 정보
두개의 게시판에 동시에 글이 올라오게할수 없나요?본문
a나 b 두개의 게시판중 하나에 글을 쓰면 두게의
게시판 모두 글이 올라오게 할수 없나요?
모바일 홈페이지를 만들어보고 싶은데..
게시판디자인을 따로해야 할거 같은데..
혹 그렇게 하는 방법이 있나요?
아니면 게시판을 인클루드로 불러와 사용할수도 있나요?
그렇다면 <? include "gnuboard4/bbs/board.php?bo_table=bb1"..
이런식으로 불러오는건 아닌거 같고.. 어떻게 해야 하나요?
제가 정말 게시판은 있는거 설치하고 스킨있는거 바꾸는거 밖엔 몰라서...
게시판 모두 글이 올라오게 할수 없나요?
모바일 홈페이지를 만들어보고 싶은데..
게시판디자인을 따로해야 할거 같은데..
혹 그렇게 하는 방법이 있나요?
아니면 게시판을 인클루드로 불러와 사용할수도 있나요?
그렇다면 <? include "gnuboard4/bbs/board.php?bo_table=bb1"..
이런식으로 불러오는건 아닌거 같고.. 어떻게 해야 하나요?
제가 정말 게시판은 있는거 설치하고 스킨있는거 바꾸는거 밖엔 몰라서...
댓글 전체
<? include "<?=$g4[path]?>/bbs/board.php=bb1" ?> 하시면 되요.
Warning: main(<?=./gnuboard4?>/bbs/board.php=bb1) [function.main]: failed to open stream: No such file or directory in /home/hosting_users/ort21/www/1.php on line 9
Warning: main(<?=./gnuboard4?>/bbs/board.php=bb1) [function.main]: failed to open stream: No such file or directory in /home/hosting_users/ort21/www/1.php on line 9
Warning: main(<?=./gnuboard4?>/bbs/board.php=bb1) [function.main]: failed to open stream: No such file or directory in /home/hosting_users/ort21/www/1.php on line 9
Warning: main() [function.include]: Failed opening '<?=./gnuboard4?>/bbs/board.php=bb1' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/ort21/www/1.php on line 9
이렇게 나오네요.. 왜그럴까요?
Warning: main(<?=./gnuboard4?>/bbs/board.php=bb1) [function.main]: failed to open stream: No such file or directory in /home/hosting_users/ort21/www/1.php on line 9
Warning: main(<?=./gnuboard4?>/bbs/board.php=bb1) [function.main]: failed to open stream: No such file or directory in /home/hosting_users/ort21/www/1.php on line 9
Warning: main() [function.include]: Failed opening '<?=./gnuboard4?>/bbs/board.php=bb1' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/ort21/www/1.php on line 9
이렇게 나오네요.. 왜그럴까요?
우선,하나의 게시판에 a 글이 올라오게 한후,
모바일에서는 그 해당게시판을 축소하여 보여주거나, 최신글로 보여주면 됩니다.
모바일에서는 그 해당게시판을 축소하여 보여주거나, 최신글로 보여주면 됩니다.
include 할때 <?=./gnuboard4?>/ 말고 위에 적어드린
<?=$g4[path]?>/ 그대로 하세요.
<?=$g4[path]?>/ 그대로 하세요.
그대로 넣었습니다, 페이지 위에
include_once "./_common.php";
include_once "$g4[path]/lib/latest.lib.php";
를 넣었거니 그렇게 되더라고요 없으면 <?=?> 이렇게 나오고...
include_once "./_common.php";
include_once "$g4[path]/lib/latest.lib.php";
를 넣었거니 그렇게 되더라고요 없으면 <?=?> 이렇게 나오고...