Xin mod Spoiler của gamevn

Mấy anh admin, mod ơi, cho em xin BBcode Spoiler của mấy anh đc ko ạ, em kiếm quá trời mà ko ra :(
 
Mấy anh admin, mod ơi, cho em xin BBcode Spoiler của mấy anh đc ko ạ, em kiếm quá trời mà ko ra :(

Thử nó xem!

BBCode:
PHP:
[Code-Spoiler]{TEXT}[/Code-Spoiler]

HTML Thay thế:
PHP:
<dl class="code-spoiler"><dt>{L_CODE}-Spoiler:
<a class="link" href="#" onclick="toggle_codespoiler(this); return false;">Show / Hide</a> [3]
<a class="link" href="#" onclick="select_codespoiler(this); return false;">{L_SELECT_ALL}</a></dt><dd><code>{TEXT}</code></dd></dl>

Chúc bạn thành công! :)
 
Thử nó xem!

BBCode:
PHP:
[Code-Spoiler]{TEXT}[/Code-Spoiler]

HTML Thay thế:
PHP:
<dl class="code-spoiler"><dt>{L_CODE}-Spoiler:
<a class="link" href="#" onclick="toggle_codespoiler(this); return false;">Show / Hide</a> [3]
<a class="link" href="#" onclick="select_codespoiler(this); return false;">{L_SELECT_ALL}</a></dt><dd><code>{TEXT}</code></dd></dl>

Chúc bạn thành công! :)
Có mà chúc bạn thất bại thì có.Cái này là của phpBB t/y ah =((
Title: Spoiler
* BB Code Tag Name: SPL
* (mục BB Code Tag Name điền tag gì cũng đc tùy bạn)
* Replacement:
Mã: Chọn tất cả
Mã:
<input type="button" class="button" size="15" onClick="if(this.nextSibling.nextSibling.style.display!=''){this.nextSibling.nextSibling.style.display='';this.innerText = ''; this.value = 'Ẩn: {option}'; }else{this.nextSibling.nextSibling.style.display='none';this.innerText = ''; this.value='{option}';}" value="{option}"> <div class="alt2" style="margin-top:5px;border: 1px inset; padding: 2px 2px 2px 2px;display: none;">{param}</div>



* Example: [spl=Tên text]Text bạn muốn điền[/spl]
* Description:
Hide/Show Message
Coded by pdtan
* Use {option}: Yes
*Button Image (Optional): images/bbcode/spoiler.gifHình ảnh
*Remove Tag If Empty: Yes
*Disable BB Code Within This BB Code: No
* Disable Smilies Within This BB Code : No
* Disable Word Wrapping Within This BB Code: Yes
Nguồn:Autinhyeu
 
Back
Top