Title của mọi thành viên sẽ có dạng
[MARQUEE]--•Title chạy qua chạy lại•--[/MARQUEE]
rất đẹp ( sẽ chạy qua đập tường chạy lại chứ ko chạy 1 mạch như ví dụ [Only registered and activated users can see links. ] )

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>