تكريم افضل ثلاث اعضاء في الصفحة الرئيسية
صفحة 1 من اصل 1
تكريم افضل ثلاث اعضاء في الصفحة الرئيسية
سيساعدك البرنامج التعليمي التالي على إضافة افضل ثلاثة اعضاء في الصفحة الرئيسية تلقائي,
1: افضل عضو من حيث عدد المساهمات
2: افضل عضو من حيث عدد النقاط
3: افضل عضو لديه اكبر عدد من المساهمات في اخر يوم
----------------------------------------------------
طريقة التركيب
لوحة الادارة > مظهر المنتدى > تشكيلات عامة
ضع الكود التالي بالتشكيلات العامة او ضعه في اي مكان يقبل الهتمل
AwesomeBB & ModernBB & Phpbb3
- Spoiler:
- الكود:
<div align="center">
<div class="widget-postss">
<table border="0">
<tbody> </tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody>
<tr style="">
<td>
<div align="center">
<div class="widget-posts-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a24.png" />
</div>
</div>
<div class="widget-posts">
<br />(اكتب اي شيء هنا)<br />
<div class="widget-posts1">
</div>
<div class="widget-posts2">
</div>
<div class="widget-posts3">
</div>
</div>
</td>
<td>
<div class="widget-points-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a23.png" />
</div>
<div class="widget-points">
<br />(اكتب اي شيء هنا)<br />
<div class="widget-points1">
</div>
<div class="widget-points2">
</div>
<div class="widget-points3">
</div>
</div>
</td>
<td>
<div class="widget-Today-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a25.png" />
</div>
<div class="widget-Today">
<br />(اكتب اي شيء هنا)<br />
<div class="widget-Today1">
</div>
<div class="widget-Today2">
0
</div>
<div class="widget-Today3">
</div>
</div>
</td>
</tr><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody>
</table>
</div>
</div>
<style>
.widget-points3:before,.widget-posts3:before,.widget-Today3:before {
content: "اخر زيارة:";
color: #5a0000;
}
.widget-Today1, .widget-points1, .widget-posts1 {
display: flex;
text-align: center;
justify-content: center;
}
.widget-posts1 img, .widget-points1 img, .widget-Today1 img {
border-radius: 10px;
border: solid #9e9e9e 1px;
width: 130px;
height: 130px;
display: flex;
}
.widget-posts-img, .widget-points-img, .widget-Today-img {
display: flex;
position: relative;
justify-content: center;
top: 25px;
}
.widget-posts-img img, .widget-points-img img, .widget-Today-img img{
padding: 3px;
height: 50px;
width: 50px;
}
.widget-posts-img img {
background: #d10104c7;
border: solid 3px #d10104;
border-radius: 100px;
}
.widget-points-img img {
background: #051b6fbf;
border: solid 3px #051b6f;
border-radius: 100px;
}
.widget-Today-img img {
background: #007431bf;
border: solid 3px #007431;
border-radius: 100px;
}
.widget-posts {
font-weight: 900;
text-align: center;
padding: 9px;
background: #e91e6326;
border: solid 3px #d10104;
height: 245px;
}
.widget-points {
font-weight: 900;
text-align: center;
padding: 9px;
background: #03a9f429;
border: solid 3px #051b6f;
height: 245px;
}
.widget-Today {
font-weight: 900;
text-align: center;
padding: 9px;
background: #14a9004d;
border: solid 3px #007431;
height: 245px;
}
.widget-posts2:before {
margin-right: 3px;
content: "مساهمات";
color: #5a0000;
}
.widget-points2:before {
margin-right: 3px;
content: "نقاط";
color: #5a0000;
}
.widget-Today2:before {
margin-right: 3px;
content: "مساهمات اليوم";
color: #5a0000;
}
</style> <script>
$(function() {
jQuery(function() {
$(function(){var pa=$('.widget-posts1');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('td.avatar-mini:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts2');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('#memberlist td:nth-child(6):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts3');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('#memberlist td:nth-child(5):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points1');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('td.avatar-mini:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points2');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('#memberlist td:nth-child(3):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points3');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('#memberlist td:nth-child(6):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today1');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('td.avatar-mini:first, .table1 tbody tr:last-child td:last-child').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today2');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('#memberlist td:nth-child(6):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today3');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('#memberlist td:nth-child(5):first').html();pa.html(h);});});
});
//تم عمل هذه الميزة بواسطة كونان2000,وتم استعمال كود الجافا الخاص بالعضو Milouze14
});
</script>
PunBB
- Spoiler:
- الكود:
<div align="center">
<div class="widget-postss">
<table border="0">
<tbody> </tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody>
<tr style="">
<td>
<div align="center">
<div class="widget-posts-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a24.png" />
</div>
</div>
<div class="widget-posts">
<br />(اكتب اي شيء هنا)<br />
<div class="widget-posts1">
</div>
<div class="widget-posts2">
</div>
<div class="widget-posts3">
</div>
</div>
</td>
<td>
<div class="widget-points-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a23.png" />
</div>
<div class="widget-points">
<br />(اكتب اي شيء هنا)<br />
<div class="widget-points1">
</div>
<div class="widget-points2">
</div>
<div class="widget-points3">
</div>
</div>
</td>
<td>
<div class="widget-Today-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a25.png" />
</div>
<div class="widget-Today">
<br />(اكتب اي شيء هنا)<br />
<div class="widget-Today1">
</div>
<div class="widget-Today2">
0
</div>
<div class="widget-Today3">
</div>
</div>
</td>
</tr><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody>
</table>
</div>
</div>
<style>
.widget-points3:before,.widget-posts3:before,.widget-Today3:before {
content: "اخر زيارة:";
color: #5a0000;
}
.widget-Today1, .widget-points1, .widget-posts1 {
display: flex;
text-align: center;
justify-content: center;
}
.widget-posts1 img, .widget-points1 img, .widget-Today1 img {
border-radius: 10px;
border: solid #9e9e9e 1px;
width: 130px;
height: 130px;
display: flex;
}
.widget-posts-img, .widget-points-img, .widget-Today-img {
display: flex;
position: relative;
justify-content: center;
top: 25px;
}
.widget-posts-img img, .widget-points-img img, .widget-Today-img img{
padding: 3px;
height: 50px;
width: 50px;
}
.widget-posts-img img {
background: #d10104c7;
border: solid 3px #d10104;
border-radius: 100px;
}
.widget-points-img img {
background: #051b6fbf;
border: solid 3px #051b6f;
border-radius: 100px;
}
.widget-Today-img img {
background: #007431bf;
border: solid 3px #007431;
border-radius: 100px;
}
.widget-posts {
font-weight: 900;
text-align: center;
padding: 9px;
background: #e91e6326;
border: solid 3px #d10104;
height: 245px;
}
.widget-points {
font-weight: 900;
text-align: center;
padding: 9px;
background: #03a9f429;
border: solid 3px #051b6f;
height: 245px;
}
.widget-Today {
font-weight: 900;
text-align: center;
padding: 9px;
background: #14a9004d;
border: solid 3px #007431;
height: 245px;
}
.widget-posts2:before {
margin-right: 3px;
content: "مساهمات";
color: #5a0000;
}
.widget-points2:before {
margin-right: 3px;
content: "نقاط";
color: #5a0000;
}
.widget-Today2:before {
margin-right: 3px;
content: "مساهمات اليوم";
color: #5a0000;
}
</style><script>
$(function() {
jQuery(function() {
$(function(){var pa=$('.widget-posts1');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('td.avatar-mini:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts2');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('div.main.frm td:nth-child(5):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts3');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('div.main.frm td:nth-child(4):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points1');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('td.avatar-mini:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points2');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('div.main.frm td:nth-child(2):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points3');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('div.main.frm td:nth-child(4):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today1');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('td.avatar-mini:first, .table1 tbody tr:last-child td:last-child').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today2');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('div.main.frm td:nth-child(5):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today3');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('div.main.frm td:nth-child(4):first').html();pa.html(h);});});
});
//تم عمل هذه الميزة بواسطة كونان2000,وتم استعمال كود الجافا الخاص بالعضو Milouze14
});
</script>
Phpbb2
- Spoiler:
- الكود:
<div align="center">
<div class="widget-postss">
<table border="0">
<tbody> </tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody>
<tr style="">
<td>
<div align="center">
<div class="widget-posts-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a24.png" />
</div>
</div>
<div class="widget-posts">
<br />(اكتب اي شيء هنا)<br />
<div class="widget-posts1">
</div>
<div class="widget-posts4">
</div>
<div class="widget-posts2">
</div>
<div class="widget-posts3">
</div>
</div>
</td>
<td>
<div class="widget-points-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a23.png" />
</div>
<div class="widget-points">
<br />(اكتب اي شيء هنا)<br />
<div class="widget-points1">
</div>
<div class="widget-points4">
</div>
<div class="widget-points2">
</div>
<div class="widget-points3">
</div>
</div>
</td>
<td>
<div class="widget-Today-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a25.png" />
</div>
<div class="widget-Today">
<br />(اكتب اي شيء هنا)<br />
<div class="widget-Today1">
</div>
<div class="widget-Today4">
</div>
<div class="widget-Today2">
0
</div>
<div class="widget-Today3">
</div>
</div>
</td>
</tr><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody>
</table>
</div>
</div>
<style>
.widget-points3:before,.widget-posts3:before,.widget-Today3:before {
content: "اخر زيارة:";
color: #5a0000;
}
.widget-Today1, .widget-points1, .widget-posts1 {
display: flex;
text-align: center;
justify-content: center;
}
.widget-posts1 img, .widget-points1 img, .widget-Today1 img {
border-radius: 10px;
border: solid #9e9e9e 1px;
width: 130px;
height: 130px;
display: flex;
}
.widget-posts-img, .widget-points-img, .widget-Today-img {
display: flex;
position: relative;
justify-content: center;
top: 25px;
}
.widget-posts-img img, .widget-points-img img, .widget-Today-img img{
padding: 3px;
height: 50px;
width: 50px;
}
.widget-posts-img img {
background: #d10104c7;
border: solid 3px #d10104;
border-radius: 100px;
}
.widget-points-img img {
background: #051b6fbf;
border: solid 3px #051b6f;
border-radius: 100px;
}
.widget-Today-img img {
background: #007431bf;
border: solid 3px #007431;
border-radius: 100px;
}
.widget-posts {
font-weight: 900;
text-align: center;
padding: 9px;
background: #e91e6326;
border: solid 3px #d10104;
height: 245px;
}
.widget-points {
font-weight: 900;
text-align: center;
padding: 9px;
background: #03a9f429;
border: solid 3px #051b6f;
height: 245px;
}
.widget-Today {
font-weight: 900;
text-align: center;
padding: 9px;
background: #14a9004d;
border: solid 3px #007431;
height: 245px;
}
.widget-posts2:before {
margin-right: 3px;
content: "مساهمات";
color: #5a0000;
}
.widget-points2:before {
margin-right: 3px;
content: "نقاط";
color: #5a0000;
}
.widget-Today2:before {
margin-right: 3px;
content: "مساهمات اليوم";
color: #5a0000;
}
</style> <script>
$(function() {
jQuery(function() {
$(function(){var pa=$('.widget-posts1');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(2):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts2');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(7):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts3');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(6):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts4');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(3):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points1');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(2):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points2');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(4):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points3');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(7):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points4');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.forumline td:nth-child(3):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today1');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('.forumline td:nth-child(2):first, .table1 tbody tr:last-child td:last-child').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today2');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('.forumline td:nth-child(7):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today3');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('.forumline td:nth-child(6):first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today4');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('.forumline td:nth-child(3):first').html();pa.html(h);});});
});
//تم عمل هذه الميزة بواسطة كونان2000,وتم استعمال كود الجافا الخاص بالعضو Milouze14
});
</script>
Invision
- Spoiler:
- ابحث في التومبيلات في قالبmemberlist_body عن الكود التالي
- الكود:
{memberrow.POSTS}
واستبدله بالكود التالي- الكود:
{memberrow.POSTS}
<br />
<span class="L_POS-TS">{memberrow.POSTS}</span>
<span class="L_POI-NT">{memberrow.POINTS}</span>
<span class="LASTVIS-IT">{memberrow.LASTVISIT}</span>
<br />
<style>
span.LASTVIS-IT, span.L_POS-TS, span.L_POI-NT {
font-size: 0;
}
</style>
ثم ضع الكود التالي بالتشكيلات العامة- الكود:
<div align="center">
<div class="widget-postss">
<table border="0">
<tbody> </tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody> <tbody></tbody>
<tr style="">
<td>
<div align="center">
<div class="widget-posts-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a24.png" />
</div>
</div>
<div class="widget-posts">
<br />(اكتب اي شيء هنا)<br />
<div class="widget-posts1">
</div>
<div class="widget-posts4">
</div>
<div class="widget-posts2">
</div>
<div class="widget-posts3">
</div>
</div>
</td>
<td>
<div class="widget-points-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a23.png" />
</div>
<div class="widget-points">
<br />(اكتب اي شيء هنا)<br />
<div class="widget-points1">
</div>
<div class="widget-points4">
</div>
<div class="widget-points2">
</div>
<div class="widget-points3">
</div>
</div>
</td>
<td>
<div class="widget-Today-img">
<img src="https://i.servimg.com/u/f20/16/85/77/67/ocia-a25.png" />
</div>
<div class="widget-Today">
<br />(اكتب اي شيء هنا)<br />
<div class="widget-Today1">
</div>
<div class="widget-Today4">
</div>
<div class="widget-Today2">
0
</div>
<div class="widget-Today3">
</div>
</div>
</td>
</tr><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody><tbody></tbody>
</table>
</div>
</div>
<style>
.widget-points3:before,.widget-posts3:before,.widget-Today3:before {
content: "اخر زيارة:";
color: #5a0000;
}
.widget-Today1, .widget-points1, .widget-posts1 {
display: flex;
text-align: center;
justify-content: center;
}
.widget-posts1 img, .widget-points1 img, .widget-Today1 img {
border-radius: 10px;
border: solid #9e9e9e 1px;
width: 130px;
height: 130px;
display: flex;
}
.widget-posts-img, .widget-points-img, .widget-Today-img {
display: flex;
position: relative;
justify-content: center;
top: 25px;
}
.widget-posts-img img, .widget-points-img img, .widget-Today-img img{
padding: 3px;
height: 50px;
width: 50px;
}
.widget-posts-img img {
background: #d10104c7;
border: solid 3px #d10104;
border-radius: 100px;
}
.widget-points-img img {
background: #051b6fbf;
border: solid 3px #051b6f;
border-radius: 100px;
}
.widget-Today-img img {
background: #007431bf;
border: solid 3px #007431;
border-radius: 100px;
}
.widget-posts {
font-weight: 900;
text-align: center;
padding: 9px;
background: #e91e6326;
border: solid 3px #d10104;
height: 245px;
}
.widget-points {
font-weight: 900;
text-align: center;
padding: 9px;
background: #03a9f429;
border: solid 3px #051b6f;
height: 245px;
}
.widget-Today {
font-weight: 900;
text-align: center;
padding: 9px;
background: #14a9004d;
border: solid 3px #007431;
height: 245px;
}
.widget-posts2:before {
margin-right: 3px;
content: "مساهمات";
color: #5a0000;
}
.widget-points2:before {
margin-right: 3px;
content: "نقاط";
color: #5a0000;
}
.widget-Today2:before {
margin-right: 3px;
content: "مساهمات اليوم";
color: #5a0000;
}
</style> <script>
$(function() {
jQuery(function() {
$(function(){var pa=$('.widget-posts1');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.mini-avatar:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts2');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('span.L_POS-TS:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts3');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('span.LASTVIS-IT:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-posts4');
$.get('/memberlist?mode=posts&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('span.membername:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points1');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('.mini-avatar:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points2');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('span.L_POI-NT:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points3');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('span.LASTVIS-IT:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-points4');
$.get('/memberlist?mode=point&order=DESC&submit=Ok&username' , function(data){
var h= $(data).find('span.membername:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today1');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('.mini-avatar:first, .table1 tbody tr:last-child td:last-child').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today2');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('span.L_POS-TS:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today3');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('span.LASTVIS-IT:first').html();pa.html(h);});});
$(function(){var pa=$('.widget-Today4');
$.get('/memberlist?mode=today_posters' , function(data){
var h= $(data).find('span.membername:first').html();pa.html(h);});});
});
//تم عمل هذه الميزة بواسطة كونان2000,وتم استعمال كود الجافا الخاص بالعضو Milouze14
});
</script>
لا تنسى ان تضغط سجل بعد الانتهاء
-----------------------------------
يتم تحديد صلاحيات ظهور لوحة الشرف عن طريق
لوحة الادارة > الاعضاء والمجموعات > صلاحيات خاصة
ثم اختر الصلاحيات
ان شاء الله يعجبكم الكود
------------------------------
تم عمل هذه البرنامج بواسطة كونان2000,
وتم استعمال كود الجافا الذي صنعه العضو Milouze14 لنقل البرنامج الى الرئيسية,
مدثرالسمانى, S@MeH-Des و Fish Club يعجبهم هذا الموضوع
مواضيع مماثلة
» افضل 10 اعضاء
» افضل 10 اعضاء
» كيف اضع افضل 10 اعضاء في الأسبوع
» افضل 10 اعضاء لا تظهر
» مشكلة افضل 10 اعضاء
» افضل 10 اعضاء
» كيف اضع افضل 10 اعضاء في الأسبوع
» افضل 10 اعضاء لا تظهر
» مشكلة افضل 10 اعضاء
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى