/* ALTERNATIVA DE Forum Info by Quozzo of Hacks and Mods http://s4.zetaboards.com/hacksandmods/index/ */ //Info to the side if($('.c_info').length){ $('.c_info').each(function(){ var v = $(this).find('.c_info-v').html() || "0"; var t = $(this).find('.c_info-t').html(); var r = $(this).find('.c_info-r').html(); $(this).prev().find('.c_last').after(""+v+"
"+t+"
"+r+"").attr('colspan','1') $(this).prev().find('.c_mark').attr('rowspan',$(this).prev().find('.c_mark').attr('rowspan')-1); $(this).remove(); }); $('.category .c_subforum, .category .c_foot').attr('colspan','4'); $('.category .redirect .c_last').attr('colspan','5'); $('.category .c_forum').attr('rowspan','1'); };