VIỆT FM
ChinhPhuc™️ hỗ trợ làm forum từ A~Z

VIỆT FM
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.

VIỆT FMĐăng Nhập

description [st] code làm ẩn hiện các widgets trong phpbb3 invision.. Empty [st] code làm ẩn hiện các widgets trong phpbb3 invision..

more_horiz
sưu tầm trên forumotion

Đầu tiên tạo 2 widgets (đặt tên top hoặc bottom), tại mục Use a table type chọn không
* Đối với widgets nằm bên tay trái thì tạo 2 modules top và bottom như sau
TOP

Code:

<div id="forum-widget" style="height: 13px; width: 16px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; cursor: pointer; position: absolute; background: #f5ebf7 url(http://i42.tinypic.com/vg54yu.png) no-repeat 0 -13px;" onClick="jQuery('#left').animate({width:'toggle',height:'toggle',opacity:'toggle'},1000); if(my_getcookie('forum-widget')=='0') { my_setcookie('forum-widget','1',0,0); jQuery('#forum-widget').css('background-position','0 -13px'); } else { my_setcookie('forum-widget','0',1,0); jQuery('#forum-widget').css('background-position','0 0px'); }"></div>

BOTTOM

* ĐỐI VỚI WIDGETS NẰM BÊN TAY PHẢI
TOP

Code:

<div id="forum-widget" style="cursor: pointer; height: 13px; width: 16px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; position: relative; bottom: -15px; float: right; background: #f5ebf7 url(http://i42.tinypic.com/vg54yu.png) no-repeat 0 -13px;" onClick="jQuery('#right').animate({width:'toggle',height:'toggle',opacity:'toggle'},1000); if(my_getcookie('forum-widget')=='0') { my_setcookie('forum-widget','1',0,0); jQuery('#forum-widget').css('background-position','0 -13px'); jQuery('#content-container div#content').css('margin-right','189px');} else { my_setcookie('forum-widget','0',1,0); jQuery('#forum-widget').css('background-position','0 0px'); jQuery('#content-container div#content').css('margin-right','0px'); }"></div>

BOTTOM
:an:
[hide]

Code:

<script type="text/javascript"> jQuery('#forum-widget').insertBefore('#right'); if(my_getcookie('forum-widget')=='0') {jQuery('#right').animate({width:'toggle',height:'toggle',opacity:'toggle'},0); jQuery('#forum-widget').css('background-position','0 0px'); jQuery('#content-container div#content').css('margin-right','0px');} </script>

description [st] code làm ẩn hiện các widgets trong phpbb3 invision.. EmptyRe: [st] code làm ẩn hiện các widgets trong phpbb3 invision..

more_horiz
cái này dùng cho cả punbb được

description [st] code làm ẩn hiện các widgets trong phpbb3 invision.. EmptyRe: [st] code làm ẩn hiện các widgets trong phpbb3 invision..

more_horiz
Dao diện forum xấu thế trời :(

description [st] code làm ẩn hiện các widgets trong phpbb3 invision.. EmptyRe: [st] code làm ẩn hiện các widgets trong phpbb3 invision..

more_horiz
privacy_tip Permissions in this forum:
Bạn không có quyền trả lời bài viết
power_settings_newLogin to reply