Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- MySQL
- Git 튜토리얼
- php 설치
- Jenkins
- Git
- XAMPP
- 트래픽관리
- laravel
- git bash
- schedule
- apm
- composer
- 다카마쓰
- crontab
- mod_cband
- aphach
- 깃 설치
- 깃 튜토리얼
- 라라벨 설치
- PHP달력
- 그누보드4
- 라라벨
- apache
- 그누보드5
- github
- MYSQL설치
- php
- JavaScript
- 깃 사용법
- 그누보드
Archives
- Today
- Total
Flower_kh
[G5] 첨부파일 IMG 안보이게하기 본문
skin/board/basic/view.skin.php
'첨부파일 시작' 아래 위로
1 | if (isset( $view [ 'file' ][ $i ][ 'source' ]) && $view [ 'file' ][ $i ][ 'source' ] && ! $view [ 'file' ][ $i ][ 'view' ]) |
이런 소스가 두군데 있습니다.
1 | && ! $view [ 'file' ][ $i ][ 'view' ] |
를 둘다 지우면 됩니다.
출처 : https://sir.kr/g5_tip/2773