웹마스터 팁

<block cond="$_COOKIE['img_remove'] == 'Y'">
{@
$strfront = strpos($content,'BeforeDocument');
$strbehind = strpos($content,'AfterDocument');
$content_find = substr($content,$strfront);
$content_find = substr($content_find,0,strlen($content_find) - (strlen($content_find)-$strbehind));
$content_rep = preg_replace("/<img[^>]+\>/i", "", $content_find);
$content = str_replace($content_find,$content_rep,$content);
    
}
</block>
<script>function setCookie(a,b,c){var expire=new Date();expire.setDate(expire.getDate()+c);cookies=a+'='+escape(b)+';path=/';if(typeof c!='undefined')cookies+=';expires='+expire.toGMTString()+';';document.cookie=cookies}</script>

 

모바일의 layout.html에 다음의 코드를 삽입합니다.

 

<li><button type="button" onclick="setCookie('img_remove','Y',60);top.location.reload()" cond="$_COOKIE['img_remove'] != 'Y'">절약모드 ON</button></li>
<li><button type="button" onclick="setCookie('img_remove','N',60);top.location.reload()" cond="$_COOKIE['img_remove'] == 'Y'">절약모드 OFF</button></li>

 

이미지 제거모드를 켜고 끄기위한 버튼을 추가합니다.

제목 글쓴이 날짜
플래시 Embed패치(이올라스) 충돌에 의한 파일첨부버튼 해결법 [2] Guns 2008.03.18
로그인 풀림현상 원인 파악 [3] 남국 2008.03.19
업데이트 후 댓글 입력 창이 안 나올때...(댓글 에디터) file 수지보더 2008.03.20
상담/신청 (쓰기만 가능한 게시판) 만들기 [10] mmx900 2008.03.20
좁은폭의 레이아웃을 쓰시는 분들을 위하여 (게시판 제목부분 깔끔하게 만들기) [5] file gajagu 2008.03.20
''권한이 없습니다'' 라는 문구를 조금 더 부드럽게 바꾸기 [3] file RainSky 2008.03.21
사이트 주소로 접속했을때 XE폴더로 이동하기 #2 [15] 베니 2008.03.28
로그인풀림방지 - 자동 www 붙이는 다른 방법 [23] RainSky 2008.03.28
양력/음력DB 홈페이지에 사용하기 [2] 감뿌리 2008.03.29
탭 형태 문서출력에서 목록수 지정하기. [3] Zerode 2008.03.31
카테고리부분의 너비조절하기 [3] file gajagu 2008.04.01
갓난아기 상태의 제로보드 유저를 위한 팁. [2] font 2008.04.01
게시판을 외부레이아웃에 넣기 [4] file 박봉수610 2008.04.03
환율 계산 팝업창 띄우기 [9] file RainSky 2008.04.03
플래시로 페이지에 랜덤 이미지 돌리기 [3] ☜ TeRy ☞ 2008.04.04
최근 이미지 목록 + 라이트박스 [6] file 베니 2008.04.04
사각박스 코너를 이미지없이 둥글게 만드는법 [5] 느까끼 2008.04.07
외부페이지에서 매개변수 사용하기 [2] JnCsoft 2008.04.07
플래시 컨트럴 활성화하라는 메시지 없애기 [4] file 달구벌 2008.04.08
레이아웃수정시 참고할 zbXe레이아웃스킨의 css와 layout 상관관계(1.0.0 기본스킨) [21] file 갯가 2008.04.08