안녕하세요.
이 기능이 필요해서 며칠전에 만들어봤는데 팁게시판에 공유좀 해보려고요~
먼저 /lib/common.lib.php 입니다.
318번 째 줄 아래의 그누보드 관련 함수 모음 아래에다
(중략)
[code]
** 그누보드 관련 함수 모음
**
*************************************************************************/
// 시간 계산 함수 추가
function time_sec($time){
$mktime = mktime($time['tm_hour'], $time['tm_min'], $time['tm_sec'], ($time['tm_mon']+1), $time['tm_mday'], ($time['tm_year']+1900));
return $mktime;
}
[/code]
를 추가해줍니다.
그 다음에 조금 내려와서
[code]
$list['comment_cnt'] = '';
$list['comment_cnt'] = "<span class=\"cnt_cmt\">".$list['wr_comment']."</span>";
$list['comment_cnt'] = "<span class=\"cnt_cmt\">".$list['wr_comment']."</span>";
[/code]
문구 아래에
[code]
// 시간 계산(8.11 추가)
$today = strptime(G5_TIME_YMDHIS, "%Y-%m-%d %H:%M:%S");
$wr_date = strptime($list['wr_datetime'], "%Y-%m-%d %H:%M:%S");
$list['diff_time'] = time_sec($today) - time_sec($wr_date);
if($list['diff_time']<60){
$list['diff_time'] = "방금"; // 60초 미만은 방금으로 표시
}else if($list['diff_time']>=60&&$list['diff_time']<3600){
$list['diff_time'] = floor($list['diff_time']/60)."분"; // 1시간 미만은 분으로 표시
}else if($list['diff_time']>=3600&&$list['diff_time']<86400){
$list['diff_time'] = floor($list['diff_time']/3600)."시간"; //24시간 미만은 시간으로 표시
}else if($list['diff_time']>=86400){
$list['diff_time'] = floor($list['diff_time']/86400)."일"; //그 이상은 일로 표시
}
[/code]
를 추가해줍니다.
그 다음 최근게시물 스킨폴더(/skin/latest/스킨명/)의 latest.skin.php나 게시판 스킨폴더(/skin/board/스킨명/)의 list.skin.php의
[code]
<?php echo $list['datetime2'] ?>
[/code]
부분을
[code]
<?php echo $list['diff_time'] ?>
[/code]
로 수정해주시면 게시한 시간 대신 "방금/몇 분/몇 시간/몇 일" 전으로 표시되게 됩니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 394 | ||
| 7929 | 9년 전 | 310 | ||
| 7928 | 9년 전 | 403 | ||
| 7927 | 9년 전 | 323 | ||
| 7926 | 9년 전 | 655 | ||
| 7925 | 9년 전 | 339 | ||
| 7924 | 9년 전 | 324 | ||
| 7923 | 9년 전 | 332 | ||
| 7922 | 9년 전 | 363 | ||
| 7921 | 9년 전 | 394 | ||
| 7920 | 9년 전 | 312 | ||
| 7919 | 9년 전 | 330 | ||
| 7918 | 9년 전 | 483 | ||
| 7917 | 9년 전 | 323 | ||
| 7916 | 9년 전 | 396 | ||
| 7915 | 9년 전 | 393 | ||
| 7914 | 9년 전 | 399 | ||
| 7913 | 9년 전 | 555 | ||
| 7912 | 9년 전 | 402 | ||
| 7911 | 9년 전 | 351 | ||
| 7910 | 9년 전 | 396 | ||
| 7909 | 9년 전 | 494 | ||
| 7908 | 9년 전 | 409 | ||
| 7907 | 9년 전 | 354 | ||
| 7906 | 9년 전 | 375 | ||
| 7905 | 9년 전 | 354 | ||
| 7904 | 9년 전 | 338 | ||
| 7903 | 9년 전 | 337 | ||
| 7902 | 9년 전 | 544 | ||
| 7901 |
|
9년 전 | 725 | |
| 7900 | 9년 전 | 565 | ||
| 7899 | 9년 전 | 363 | ||
| 7898 | 9년 전 | 370 | ||
| 7897 | 9년 전 | 327 | ||
| 7896 | 9년 전 | 347 | ||
| 7895 | 9년 전 | 456 | ||
| 7894 | 9년 전 | 371 | ||
| 7893 | 9년 전 | 319 | ||
| 7892 | 9년 전 | 370 | ||
| 7891 | 9년 전 | 748 | ||
| 7890 | 9년 전 | 1185 | ||
| 7889 | 9년 전 | 741 | ||
| 7888 |
limsy1987
|
9년 전 | 536 | |
| 7887 | 9년 전 | 533 | ||
| 7886 | 9년 전 | 421 | ||
| 7885 | 9년 전 | 390 | ||
| 7884 | 9년 전 | 395 | ||
| 7883 | 9년 전 | 388 | ||
| 7882 | 9년 전 | 428 | ||
| 7881 | 9년 전 | 424 | ||
| 7880 | 9년 전 | 546 | ||
| 7879 | 9년 전 | 445 | ||
| 7878 | 9년 전 | 1203 | ||
| 7877 | 9년 전 | 735 | ||
| 7876 | 9년 전 | 468 | ||
| 7875 | 9년 전 | 545 | ||
| 7874 |
|
9년 전 | 797 | |
| 7873 | 9년 전 | 506 | ||
| 7872 | 9년 전 | 661 | ||
| 7871 | 9년 전 | 469 | ||
| 7870 | 9년 전 | 596 | ||
| 7869 | 9년 전 | 418 | ||
| 7868 | 9년 전 | 425 | ||
| 7867 | 9년 전 | 407 | ||
| 7866 | 9년 전 | 474 | ||
| 7865 | 9년 전 | 434 | ||
| 7864 | 9년 전 | 501 | ||
| 7863 | 9년 전 | 496 | ||
| 7862 | 9년 전 | 455 | ||
| 7861 | 9년 전 | 614 | ||
| 7860 | 9년 전 | 607 | ||
| 7859 | 9년 전 | 396 | ||
| 7858 | 9년 전 | 690 | ||
| 7857 | 9년 전 | 1055 | ||
| 7856 | 9년 전 | 501 | ||
| 7855 | 9년 전 | 729 | ||
| 7854 | 9년 전 | 717 | ||
| 7853 | 9년 전 | 569 | ||
| 7852 | 9년 전 | 496 | ||
| 7851 | 9년 전 | 489 | ||
| 7850 | 9년 전 | 573 | ||
| 7849 | 9년 전 | 347 | ||
| 7848 | 9년 전 | 400 | ||
| 7847 | 9년 전 | 631 | ||
| 7846 | 9년 전 | 442 | ||
| 7845 | 9년 전 | 397 | ||
| 7844 | 9년 전 | 382 | ||
| 7843 | 9년 전 | 399 | ||
| 7842 | 9년 전 | 384 | ||
| 7841 | 9년 전 | 372 | ||
| 7840 | 9년 전 | 388 | ||
| 7839 | 9년 전 | 421 | ||
| 7838 | 9년 전 | 505 | ||
| 7837 | 9년 전 | 340 | ||
| 7836 | 9년 전 | 386 | ||
| 7835 | 9년 전 | 459 | ||
| 7834 |
|
9년 전 | 1184 | |
| 7833 | 9년 전 | 405 | ||
| 7832 | 9년 전 | 401 | ||
| 7831 | 9년 전 | 540 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기