السلام عليكم ورحمة الله وبركاته
[Javascript] جعل المواضيع والمشاركات تظهر بشكل انسيابي كالفي بي
كود،جافا سكربت،احلى منتدى،الاحصائيات،في بي،انسيابي،شكل،مظهر،مواضيع،مشاركات
كود رائع جداً يجعل احصائيات القسم تظهر بشكل انسيابي ورائع جداً كما في الصورة
لكن الكود لا يعمل الا على النسخة Phpbb3
اولاً : كود الجافا سكربت
- الكود:
- var CopyrightNotice = 'Make the threads and posts appear streamlined version phpBB3
All rights reserved to the developer " A7medvirus " [url=http://www.ahlamontada.com.%27/;]www.ahlamontada.com.';[/url]
$(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();
}
});
طريقة وضعه
عناصر اضافية >> اكواد جافا سكربت و html
ادارة اكواد جافا سكربت
ثانياً : كود css
- الكود:
- /*بداية الكود لجعل المواضيع والمشاركات احترافية */
.a7medvirus-tp{
background: none repeat scroll 0 0 #edfbff;
border: 1px dotted #999999;
margin-top: 5px;
padding: 3px;
}
div.index-box dl.icon dd.dterm {width: 68%;}
div.index-box dl.icon dd.lastpost {float: right; width: 29%;}
/*All rights reserved a7medvirus */
طريقة الوضع
مظهر المنتدى >> الصور والالوان >> الوان >> صفحة اكواد css
مع التحية
ShFi AlMsTqBl