라공에디션

썰타래 게시판 마개조 기록(5) : 최근 갱신일 추가

<span class="sv_member">니루</span>
니루 @tabom0w0
2026-06-02 21:12

clipboard_1780402540075.png


list.skin.php 수정

<span class="log20_date_badge">
    <i class="fa-solid fa-pen" style="margin-right: 2px;"></i><?php echo isset($list[$i]['last_update']) ? date('Y.m.d', strtotime($list[$i]['last_update'])) : ''; ?>
</span>
<span class="log20_comment_badge">
    <i class="fa-solid fa-comment" style="margin-right: 2px;"></i><?php echo isset($list[$i]['total_comment_count']) ? (int)$list[$i]['total_comment_count'] : ''; ?>
</span>

style.css 수정

.log20_date_badge {
    position: absolute;
    left: 6px;
    bottom: 6px;
    height: 15px;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 2px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding-bottom: 2px;
    text-shadow: -1.5px 0 #fff, 0 1.5px #fff, 1.5px 0 #fff, 0 -1.5px #fff;
}

.log20_comment_badge {
    position: absolute;
    right: 6px;
    bottom: 6px;
    height: 15px;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 2px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding-bottom: 2px;
    text-shadow: -1.5px 0 #fff, 0 1.5px #fff, 1.5px 0 #fff, 0 -1.5px #fff;
}

댓글목록

등록된 댓글이 없습니다.