 |
Announcements & News
Find the latest information about the board here.
|
No Posts in Forum
|
| 0 viewers |
Topics: 0 |
Replies: 0 |
 |
General Discussion
Talk about whatever you like!
|
No Posts in Forum
|
| 0 viewers |
Topics: 0 |
Replies: 0 |
script type="text/javascript">
if (location.href.indexOf('/index')!=-1) {
$.get(main_url +"forum/964694/1/?cutoff=100&sort_key=unix&sort_by=DESC",function(data) {
$("tr[class*=row]:not(.pin):first", data).each(function() {
x=$(this).find("td.c_cat-title div,ul").remove().end().find("td.c_cat-title").html();
y=$(this).find("td.c_cat-starter").html();
$("div.category:eq(0)").before("
Latest Code
"+x+" by "+y+"");
$(".meta_box").slideDown("fast");
});});
jQuery.fn.outerHTML = function(s) {
return (s)
? this.before(s).remove()
: jQuery("
").append(this.eq(0).clone()).html();
}
xx=$("#stats_members").html();
yy=xx.split(",");
mm=[];
$("#stats_legend a").unbind('mouseover').mouseover(function() {
while(mm.length) mm.shift();
cc=$(this).find("span").css("color");
$("#stats_members").find("a span").each(function() {
if(this.style.color.indexOf(cc)>-1) {
mm[mm.length] = $(this).parent().outerHTML();
}
});
$("#stats_members").html(mm.join(", "));
}).unbind('mouseout').mouseout(function() {
$("#stats_members").html(xx);});
x=$("td:contains(Total Members:) strong");
y=[];
x.each(function() {y.push($(this).text());});
l = x.parent().find("a");
a = y[0].split(",").join("");
b = y[1].split(",").join("");
c = Math.round(a/b);
$(x).parent().html("Trong diễn đàn TTHL online có "+y[1]+" thành viên và có "+y[0]+" Đề tài và 1,379 bài viết.
Trong đó khoảng "+c+" thành viên tích cực nhất !
Chúng ta cùng nâng li chào mừng thành viên mới vừa đăng kí làm thành viên. Chúc bạn luôn vui vẻ !
Có nhiều nhất "+y[3]+" thành viên online vào thời điểm "+y[2]+"! Đó là niềm tự hào của chúng tôi!");
$("#test").append(l);
}