PDA

View Full Version : Hướng dẫn Trang trí Title động cho mọi thành viên VBB



ShineGhost
11-03-14, 12:52 PM
Title của mọi thành viên sẽ có dạng
--•Title chạy qua chạy lại•--
rất đẹp ( sẽ chạy qua đập tường chạy lại chứ ko chạy 1 mạch như ví dụ <b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> )

các bạn tào temp postbit_legacy ( hoặc postbit tùy 4rum )

Với VBB 4.0.x
tìm
PHP Code:

<span class="usertitle"> {vb:raw post.usertitle} </span>

thay toàn bộ bằng
PHP Code:

<span class="usertitle"> <div class="boxy"><b><font color=red><center><marquee onmouseover=this.scrollAmount=1 onmouseout=this.scrollAmount=7 behavior="alternate">--•{vb:raw post.usertitle}•--</marquee></center></b></font></div> </span>

Với vBB 3.8.x
tìm
PHP Code:

<if condition="$post['usertitle']"><div class="smallfont"><center>$post[usertitle]</center> </div></if>

thay tất cả bằng
PHP Code:

<if condition="$post['usertitle']"><div class="smallfont"><div class="boxy"><b><font color=red><center><marquee onmouseover=this.scrollAmount=1 onmouseout=this.scrollAmount=7 behavior="alternate">--•$post[usertitle]•--</marquee></center></b></font></div> </div></if>