var CopyrightNotice = 'Make the threads and posts appear streamlined version phpBB3
All rights reserved to the developer " A7medvirus "
www.ahlamontada.com.'; $(function() {
if ($('.forabg ul.forums')[0]) {
$('.hierarchy').next().remove();
x=$('.forabg ul.forums dl.icon').get();
for (i=0; i<x.length; i++) {
var topics=x[i].childNodes[1].childNodes[0].nodeValue;
var posts=x[i].childNodes[2].childNodes[0].nodeValue;
$(x[i]).find('.hierarchy').after('<div
class="a7medvirus-tp"
style="margin-bottom:3px;font-size:1.1em;">
<td> المواضيع </td><b> '+topics +' </b>
<td> </td> <td> || </td> <td> </td>
<td> المشاركات </td><b> '+posts+' </b>
</div>'); }
$('.forabg').addClass('index-box');
$('.forabg dd.topics').remove();
$('.forabg dd.posts').remove();
}
});