- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .
كيف بجعل الاعضاء داخل قالب الاحصائيات
-
موضوع مغلق
-
18-11-2012 04:06 صباحاً
-
ابو عبد اللهمعلومات الكاتبالأعضاءعضـو ستـار
- انضم في :
- 07-08-2010
- رقم العضوية :
- 628
- المشاركات :
- 2997
- الجنس:
- الدعوات:
- 6
- قوة السمعة:
- 4841
- موقعي:
- زيارة موقعي
-
-
-
كيف بجعل الاعضاء داخل قالب الاحصائيات18-11-2012 05:35 صباحاً [1]
-
عبد العزيزمعلومات الكاتبالأعضاءعضـو نشيط
-
بسيطة، فقط قم بارفاق محتوى القالب ليتم التعديل عليه
-
-
كيف بجعل الاعضاء داخل قالب الاحصائيات18-11-2012 02:25 مساءً [2]
-
ابو عبد اللهمعلومات الكاتبالأعضاءعضـو ستـار
- انضم في :
- 07-08-2010
- رقم العضوية :
- 628
- المشاركات :
- 2997
- الجنس:
- الدعوات:
- 6
- قوة السمعة:
- 4841
- موقعي:
- زيارة موقعي
-
تفضل اخي الفاضل هذا القالب
CODE{if {$_CONF['info_row']['activate_last_static_list']} == 1} <table border="0" cellspacing="0" width="98%" align="center"> <tr align="center"> <td class="tcat"> <span class="l-left"> <a onclick="switchMenuNone('statistics_list');"><img border="0" alt="" src="{$image_path}/collapse_b.gif" /></a> </span> <a title="{$lang['mor_static']}" href="index.php?page=static&index=1"> {$lang['last_static_num']} </a> </td> </tr> </table> <table border="0" cellspacing="1" width="98%" class="border" id="statistics_list" align="center"> <tr align="right"> <td class="thead1" width="145" valign="top">{$lang['New_members']}</td> <td class="thead1" width="180">{$lang['TopSubjectVisitor']}</td> <td class="thead1" width="250" valign="top"> {$lang['LastSubject']}</td> </tr> <tr align="right"> <td class="row3" width="145"> <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse"> {Des::while}{latest_registered} <tr style="vertical-align: top;"> <td class="row3" width="100%" align="right" nowrap="nowrap"> <span class="smallfont"> {if {$_CONF['info_row']['rewriterule']} == '1'} <a href="u{$latest_registered['id']}.html"> {else} <a href="index.php?page=profile&show=1&id={$latest_registered['id']}"> {/if} <?php $num ='20'; $start ='0'; $text = $PowerBB->_CONF['template']['while']['latest_registered'][$this->x_loop]['username']; echo $text = @preg_replace('#^(?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $start .'}'.'((?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $num .'}).*#s','$1', $text); if (strlen($PowerBB->_CONF['template']['while']['latest_registered'][$this->x_loop]['username']) > $num) { echo " .."; } ?> </a> </span> </td> <td class="row3" title="{$lang['date_register']}" width="1%" align="left" nowrap="nowrap"> <span class="smallfont">{$latest_registered['register_date']}</span></td> </tr> {/Des::while} </table> </td> <td class="row3" width="180"> <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse"> {if {$TopSubjectVisitorNum} > 0} {Des::while}{TopSubjectVisitor} <tr style="vertical-align: top;"> <td class="row3" align="right" nowrap="nowrap"> <img src="{$image_path}/post.gif" alt="" border="0" /> {if {$_CONF['info_row']['rewriterule']} == '1'} <a href="t{$TopSubjectVisitor['id']}.html"> {else} <a href="index.php?page=topic&show=1&id={$TopSubjectVisitor['id']}"> {/if} <span class="smallfont"> <?php $PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title']); ?> <?php $num ='25'; $start ='0'; $text = $PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title']; echo $text = @preg_replace('#^(?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $start .'}'.'((?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $num .'}).*#s','$1', $text); if (strlen($PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title']) > $num) { echo " .."; } ?> </span> </a> </td> <td class="row3" title="{$lang['SubjectVisitor']}" width="1%" align="left" nowrap="nowrap"> {$TopSubjectVisitor['visitor']}</td> </tr> {/Des::while} {else} {$lang['No_Visits']} {/if} </table> </td> <td class="row3" width="250" rowspan="3" valign="top"> <table style="height: 100%; border-collapse:collapse" width="100%" border="0" cellpadding="0"> <tr style="vertical-align: top;"> <td class="row3" align="right" nowrap="nowrap"> {$lang['Subject']}</td> <td> </td> <td class="row3" align="right" nowrap="nowrap"> {$lang['send_by']}</td> <td class="row3" align="right" nowrap="nowrap"> {$lang['date']}</td> </tr> {Des::while}{LastSubject} <?php $PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title']); ?> <tr valign="top"> <td class="row3" title="{$LastSubject['title']}" align="right" nowrap="nowrap"> <img src="{$image_path}/post.gif" alt="" border="0" /> {if {$_CONF['info_row']['rewriterule']} == '1'} <a href="t{$LastSubject['id']}.html"> {else} <a href="index.php?page=topic&show=1&id={$LastSubject['id']}"> {/if} <span class="smallfont"> <?php $num ='30'; $start ='0'; $text = $PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title']; echo $text = @preg_replace('#^(?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $start .'}'.'((?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $num .'}).*#s','$1', $text); if (strlen($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title']) > $num) { echo " ..."; } ?> </span> </a> </td> <td class="row3" title="{$LastSubject['title']}" align="right" nowrap="nowrap"> {if {$_CONF['info_row']['rewriterule']} == '1'} <a target="_blank" href="t{$LastSubject['id']}.html"> {else} <a target="_blank" href="index.php?page=topic&show=1&id={$LastSubject['id']}"> {/if} <img src="{$image_path}/open.gif" alt="" border="0" /></a> </td> <td class="row3" title="{$LastSubject['last_replier']}" align="right" nowrap="nowrap"> <span class="smallfont"> {if {$LastSubject['last_replier']} !=''} <?php echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['last_replier']);?> {else} <?php echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['writer']);?> {/if} </span> </td> <td class="row3" title="{$LastSubject['reply_date']}" width="1%" align="right" nowrap="nowrap"> <span class="smallfont"> {$LastSubject['reply_date']}</span> </td> </tr> {/Des::while} </table> </td> </tr> <tr align="right"> <td class="thead1" width="145"> {$lang['TopMemberInvite']}</td> <td class="thead1" width="180">{$lang['Top_participants']}</td> </tr> <tr align="right"> <td class="row3" width="140"> <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse"> {if {$TopMemberInviteNum} > 0} {Des::while}{TopMemberInvite} <tr style="vertical-align: top;"> <td class="row3" align="right" nowrap="nowrap"> {if {$_CONF['info_row']['rewriterule']} == '1'} <a href="u{$TopMemberInvite['id']}.html"> {else} <a href="index.php?page=profile&show=1&id={$TopMemberInvite['id']}"> {/if} <span class="smallfont"> <?php $num ='25'; $start ='0'; $text = $PowerBB->_CONF['template']['while']['TopMemberInvite'][$this->x_loop]['username']; echo $text = @preg_replace('#^(?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $start .'}'.'((?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $num .'}).*#s','$1', $text); if (strlen($PowerBB->_CONF['template']['while']['TopMemberInvite'][$this->x_loop]['username']) > $num) { echo " .."; } ?> </span> </a> </td> <td class="row3" title="{$lang['Invites']}" width="1%" align="left" nowrap="nowrap"> {$TopMemberInvite['invite_num']}</td> </tr> {/Des::while} {else} {$lang['No_Invits']} {/if} </table> </td> <td class="row3" width="180"> <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse"> {if {$TopMemberListNum} > 0} {Des::while}{TopMemberList} <tr style="vertical-align: top;"> <td class="row3" align="right" nowrap="nowrap"> <span class="smallfont"> {if {$_CONF['info_row']['rewriterule']} == '1'} <a href="u{$TopMemberList['id']}.html">{$TopMemberList['username']}</a> {else} <a href="index.php?page=profile&show=1&id={$TopMemberList['id']}">{$TopMemberList['username']}</a> {/if} </span> </td> <td class="row3" title="{$lang['posts']}" width="1%" align="left" nowrap="nowrap"> {$TopMemberList['posts']}</td> </tr> {/Des::while} {else} {$lang['No_Posts']} {/if} </table> </td> </tr> </table> {/if}
-
-
كيف بجعل الاعضاء داخل قالب الاحصائيات18-11-2012 10:28 مساءً [3]
-
عبد العزيزمعلومات الكاتبالأعضاءعضـو نشيط
-
تفضل أخي:
CODE<div> {if {$_CONF['info_row']['activate_last_static_list']} == 1}</div> <div> </div> <div> <table border="0" cellspacing="0" width="98%" align="center"></div> <div> <tr align="center"></div> <div> <td class="tcat"></div> <div> <span class="l-left"></div> <div> <a onclick="switchMenuNone('statistics_list');"><img border="0" alt="" src="{$image_path}/collapse_b.gif" /></a></div> <div> </span></div> <div> <a title="{$lang['mor_static']}" href="index.php?page=static&index=1"></div> <div> {$lang['last_static_num']}</div> <div> </a></div> <div> </td></div> <div> </tr></div> <div> </table></div> <div> <table border="0" cellspacing="1" width="98%" class="border" id="statistics_list" align="center"></div> <div> <tr align="right"></div> <div> <td class="thead1" width="145" valign="top">{$lang['New_members']}</td></div> <div> <td class="thead1" width="180">{$lang['TopSubjectVisitor']}</td></div> <div> <td class="thead1" width="250" valign="top"> {$lang['LastSubject']}</td></div> <div> </tr></div> <div> <tr align="right"></div> <div> <td class="row3" width="145"></div> <div> <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse"></div> <div> {Des::while}{latest_registered}</div> <div> <tr style="vertical-align: top;"></div> <div> <td class="row3" width="100%" align="right" nowrap="nowrap"></div> <div> <span class="smallfont"></div> <div> {if {$_CONF['info_row']['rewriterule']} == '1'}</div> <div> <a href="u{$latest_registered['id']}.html"></div> <div> {else}</div> <div> <a href="index.php?page=profile&show=1&id={$latest_registered['id']}"></div> <div> {/if}</div> <div> <?php</div> <div> echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['latest_registered'][$this->x_loop]['username']);</div> <div> ?></div> <div> </a></div> <div> </span></div> <div> </td></div> <div> <td class="row3" title="{$lang['date_register']}" width="1%" align="left" nowrap="nowrap"></div> <div> <span class="smallfont">{$latest_registered['register_date']}</span></td></div> <div> </tr></div> <div> {/Des::while}</div> <div> </table></div> <div> </td></div> <div> <td class="row3" width="180"></div> <div> <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse"></div> <div> {if {$TopSubjectVisitorNum} > 0}</div> <div> {Des::while}{TopSubjectVisitor}</div> <div> <tr style="vertical-align: top;"></div> <div> <td class="row3" align="right" nowrap="nowrap"></div> <div> <img src="{$image_path}/post.gif" alt="" border="0" /> </div> <div> {if {$_CONF['info_row']['rewriterule']} == '1'}</div> <div> <a href="t{$TopSubjectVisitor['id']}.html"></div> <div> {else}</div> <div> <a href="index.php?page=topic&show=1&id={$TopSubjectVisitor['id']}"></div> <div> {/if}</div> <div> <span class="smallfont"></div> <div> <?php $PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title']); ?></div> <div> <?php</div> <div> $num ='25';</div> <div> $start ='0';</div> <div> $text = $PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title'];</div> <div> echo $text = @preg_replace('#^(?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $start .'}'.'((?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $num .'}).*#s','$1', $text);</div> <div> if (strlen($PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title']) > $num) {</div> <div> echo " ..";</div> <div> }</div> <div> ?></div> <div> </span></div> <div> </a></div> <div> </td></div> <div> <td class="row3" title="{$lang['SubjectVisitor']}" width="1%" align="left" nowrap="nowrap"></div> <div> {$TopSubjectVisitor['visitor']}</td></div> <div> </tr></div> <div> {/Des::while}</div> <div> {else}</div> <div> {$lang['No_Visits']}</div> <div> {/if}</div> <div> </table></div> <div> </td></div> <div> <td class="row3" width="250" rowspan="3" valign="top"></div> <div> <table style="height: 100%; border-collapse:collapse" width="100%" border="0" cellpadding="0"></div> <div> <tr style="vertical-align: top;"></div> <div> <td class="row3" align="right" nowrap="nowrap"></div> <div> {$lang['Subject']}</td></div> <div> <td></div> <div> </td></div> <div> <td class="row3" align="right" nowrap="nowrap"></div> <div> {$lang['send_by']}</td></div> <div> <td class="row3" align="right" nowrap="nowrap"></div> <div> {$lang['date']}</td></div> <div> </tr></div> <div> {Des::while}{LastSubject}</div> <div> <?php $PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title']); ?></div> <div> <tr valign="top"></div> <div> <td class="row3" title="{$LastSubject['title']}" align="right" nowrap="nowrap"></div> <div> <img src="{$image_path}/post.gif" alt="" border="0" /> </div> <div> {if {$_CONF['info_row']['rewriterule']} == '1'}</div> <div> <a href="t{$LastSubject['id']}.html"></div> <div> {else}</div> <div> <a href="index.php?page=topic&show=1&id={$LastSubject['id']}"></div> <div> {/if}</div> <div> <span class="smallfont"></div> <div> <?php</div> <div> $num ='30';</div> <div> $start ='0';</div> <div> $text = $PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title'];</div> <div> echo $text = @preg_replace('#^(?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $start .'}'.'((?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $num .'}).*#s','$1', $text);</div> <div> if (strlen($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title']) > $num) {</div> <div> echo " ...";</div> <div> } ?></div> <div> </span></div> <div> </a></div> <div> </td></div> <div> <td class="row3" title="{$LastSubject['title']}" align="right" nowrap="nowrap"></div> <div> {if {$_CONF['info_row']['rewriterule']} == '1'}</div> <div> <a target="_blank" href="t{$LastSubject['id']}.html"></div> <div> {else}</div> <div> <a target="_blank" href="index.php?page=topic&show=1&id={$LastSubject['id']}"></div> <div> {/if}</div> <div> <img src="{$image_path}/open.gif" alt="" border="0" /></a></div> <div> </td></div> <div> <td class="row3" title="{$LastSubject['last_replier']}" align="right" nowrap="nowrap"></div> <div> <span class="smallfont"></div> <div> </div> <div> {if {$LastSubject['last_replier']} !=''}</div> <div> <?php echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['last_replier']);?></div> <div> </div> <div> {else}</div> <div> <?php echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['writer']);?></div> <div> </div> <div> {/if}</div> <div> </span></div> <div> </td></div> <div> <td class="row3" title="{$LastSubject['reply_date']}" width="1%" align="right" nowrap="nowrap"></div> <div> <span class="smallfont"> {$LastSubject['reply_date']}</span></div> <div> </td></div> <div> </tr></div> <div> {/Des::while}</div> <div> </table></div> <div> </td></div> <div> </tr></div> <div> <tr align="right"></div> <div> <td class="thead1" width="145"></div> <div> {$lang['TopMemberInvite']}</td></div> <div> <td class="thead1" width="180">{$lang['Top_participants']}</td></div> <div> </tr></div> <div> <tr align="right"></div> <div> <td class="row3" width="140"></div> <div> <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse"></div> <div> {if {$TopMemberInviteNum} > 0}</div> <div> {Des::while}{TopMemberInvite}</div> <div> <tr style="vertical-align: top;"></div> <div> <td class="row3" align="right" nowrap="nowrap"></div> <div> {if {$_CONF['info_row']['rewriterule']} == '1'}</div> <div> <a href="u{$TopMemberInvite['id']}.html"></div> <div> {else}</div> <div> <a href="index.php?page=profile&show=1&id={$TopMemberInvite['id']}"></div> <div> {/if}</div> <div> <span class="smallfont"></div> <div> <?php</div> <div> echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['TopMemberInvite'][$this->x_loop]['username']);</div> <div> ?></div> <div> </span></div> <div> </a></div> <div> </td></div> <div> <td class="row3" title="{$lang['Invites']}" width="1%" align="left" nowrap="nowrap"></div> <div> {$TopMemberInvite['invite_num']}</td></div> <div> </tr></div> <div> {/Des::while}</div> <div> {else}</div> <div> {$lang['No_Invits']}</div> <div> {/if}</div> <div> </table></div> <div> </td></div> <div> <td class="row3" width="180"></div> <div> <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse"></div> <div> {if {$TopMemberListNum} > 0}</div> <div> {Des::while}{TopMemberList}</div> <div> <tr style="vertical-align: top;"></div> <div> <td class="row3" align="right" nowrap="nowrap"></div> <div> <span class="smallfont"></div> <div> {if {$_CONF['info_row']['rewriterule']} == '1'}</div> <div> <a href="u{$TopMemberList['id']}.html"></div> <div> <?php</div> <div> echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['TopMemberList'][$this->x_loop]['username']);</div> <div> ?></div> <div> </a></div> <div> {else}</div> <div> <a href="index.php?page=profile&show=1&id={$TopMemberList['id']}"></div> <div> <?php</div> <div> echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['TopMemberList'][$this->x_loop]['username']);</div> <div> ?> </div> <div> </a></div> <div> {/if}</div> <div> </span></div> <div> </td></div> <div> <td class="row3" title="{$lang['posts']}" width="1%" align="left" nowrap="nowrap"></div> <div> {$TopMemberList['posts']}</td></div> <div> </tr></div> <div> {/Des::while}</div> <div> {else}</div> <div> {$lang['No_Posts']}</div> <div> {/if}</div> <div> </table></div> <div> </td></div> <div> </tr></div> <div> </table></div> <div> {/if}</div> <div> </div>-
تم تحرير المشاركة بواسطة :عبد العزيز بتاريخ:21-11-2012 01:56 صباحاً
-
-
كيف بجعل الاعضاء داخل قالب الاحصائيات18-11-2012 11:43 مساءً [4]
-
ابو عبد اللهمعلومات الكاتبالأعضاءعضـو ستـار
- انضم في :
- 07-08-2010
- رقم العضوية :
- 628
- المشاركات :
- 2997
- الجنس:
- الدعوات:
- 6
- قوة السمعة:
- 4841
- موقعي:
- زيارة موقعي
-
جزاك الله الفردوس الاعلى اخي الفاضل بارك الله فيك
-
-
كيف بجعل الاعضاء داخل قالب الاحصائيات20-11-2012 05:30 مساءً [5]
-
ابو عبد اللهمعلومات الكاتبالأعضاءعضـو ستـار
- انضم في :
- 07-08-2010
- رقم العضوية :
- 628
- المشاركات :
- 2997
- الجنس:
- الدعوات:
- 6
- قوة السمعة:
- 4841
- موقعي:
- زيارة موقعي
-
اخي يوجد خطئ باعالي الاحصائيات
انا اكثر واحد واضع مواضيع والاول هو صديقي الي اقل مني وايضا لا يبدل بشكل تلقائي
اقتبـاس ،، أعلى المشاركين
8 3 1 1 1 1
فاعل خير 521 ابو عبد الله 435 طريق النجاح 275 سمير 145 جود1 130 محمد الجوهرى 107 ابن فلسطين 75
انظر الاخت هنا لديها ردود اعلى من بعض الاعضاء ورغم هذا لم يتم تبديلها لتشملها الاحصائيات
http://www.rasoul-allah.com/vb/index.php
وانظر الى ردود الاخت
http://www.rasoul-allah.com/vb/t1401
-
تم تحرير المشاركة بواسطة :ابو عبد الله بتاريخ:20-11-2012 05:31 مساءً
-
-
كيف بجعل الاعضاء داخل قالب الاحصائيات21-11-2012 12:50 صباحاً [6]
-
عبد العزيزمعلومات الكاتبالأعضاءعضـو نشيط
-
هل النسخة القديمة للقالب لا تطرح نفس المشكل؟
وهل الاحصائيات الأخرى جيدة، يعني المشكل فقط في أكثر المشاركين؟
-
تم تحرير المشاركة بواسطة :عبد العزيز بتاريخ:21-11-2012 12:52 صباحاً
-
-
كيف بجعل الاعضاء داخل قالب الاحصائيات21-11-2012 01:08 صباحاً [7]
-
ابو عبد اللهمعلومات الكاتبالأعضاءعضـو ستـار
- انضم في :
- 07-08-2010
- رقم العضوية :
- 628
- المشاركات :
- 2997
- الجنس:
- الدعوات:
- 6
- قوة السمعة:
- 4841
- موقعي:
- زيارة موقعي
-
اه اخي المشكلة فقط باكثر المشاركين
-
-
كيف بجعل الاعضاء داخل قالب الاحصائيات21-11-2012 02:05 صباحاً [8]
-
عبد العزيزمعلومات الكاتبالأعضاءعضـو نشيط
-
تم التعديل على الكود في ردي السابق،
...
-
تم تحرير المشاركة بواسطة :عبد العزيز بتاريخ:21-11-2012 06:18 مساءً
-
-
كيف بجعل الاعضاء داخل قالب الاحصائيات21-11-2012 08:43 صباحاً [9]
-
ابو عبد اللهمعلومات الكاتبالأعضاءعضـو ستـار
- انضم في :
- 07-08-2010
- رقم العضوية :
- 628
- المشاركات :
- 2997
- الجنس:
- الدعوات:
- 6
- قوة السمعة:
- 4841
- موقعي:
- زيارة موقعي
-
اخي الحبيب المشكلة صلحت مع اعلى اثنين فقط بالمشاركين امى البقية فما زالت موجودة المشكلة معهم
-
-
كيف بجعل الاعضاء داخل قالب الاحصائيات21-11-2012 03:55 مساءً [10]
-
عبد العزيزمعلومات الكاتبالأعضاءعضـو نشيط
-
صديقي، شخصيا القالب يشتغل لدي دون أي مشاكل،
أتساءل هل المشكل مطروح لديك أيضا في النسخة القديمة من القالب، يعني الكود الذي أعطيتني للتعديل عليه؟
وهل جربت تحديث مشاركات الأعضاء (من الادارة --> الصيانة --> تحديث عدد مشاركات الأعضاء) ؟
-
-
كيف بجعل الاعضاء داخل قالب الاحصائيات21-11-2012 05:16 مساءً [11]
-
ابو عبد اللهمعلومات الكاتبالأعضاءعضـو ستـار
- انضم في :
- 07-08-2010
- رقم العضوية :
- 628
- المشاركات :
- 2997
- الجنس:
- الدعوات:
- 6
- قوة السمعة:
- 4841
- موقعي:
- زيارة موقعي
-
اخي الفاضل بالقالب القديم يعمل بشكل طبيعي دون اي مشكلة
واعملت تحديث عدد مشاركات الاعضاء اخي وما زالت المشكلة موجودة
هذا هو القالب القديم
CODE{if {$_CONF['info_row']['activate_last_static_list']} == 1} <table border="0" cellspacing="0" width="98%" align="center"> <tr align="center"> <td class="tcat"> <span class="l-left"> <a onclick="switchMenuNone('statistics_list');"><img border="0" alt="" src="{$image_path}/collapse_b.gif" /></a> </span> <a title="{$lang['mor_static']}" href="index.php?page=static&index=1"> {$lang['last_static_num']} </a> </td> </tr> </table> <table border="0" cellspacing="1" width="98%" class="border" id="statistics_list" align="center"> <tr align="right"> <td class="thead1" width="145" valign="top">{$lang['New_members']}</td> <td class="thead1" width="180">{$lang['TopSubjectVisitor']}</td> <td class="thead1" width="250" valign="top"> {$lang['LastSubject']}</td> </tr> <tr align="right"> <td class="row3" width="145"> <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse"> {Des::while}{latest_registered} <tr style="vertical-align: top;"> <td class="row3" width="100%" align="right" nowrap="nowrap"> <span class="smallfont"> {if {$_CONF['info_row']['rewriterule']} == '1'} <a href="u{$latest_registered['id']}.html"> {else} <a href="index.php?page=profile&show=1&id={$latest_registered['id']}"> {/if} <?php $num ='20'; $start ='0'; $text = $PowerBB->_CONF['template']['while']['latest_registered'][$this->x_loop]['username']; echo $text = @preg_replace('#^(?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $start .'}'.'((?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $num .'}).*#s','$1', $text); if (strlen($PowerBB->_CONF['template']['while']['latest_registered'][$this->x_loop]['username']) > $num) { echo " .."; } ?> </a> </span> </td> <td class="row3" title="{$lang['date_register']}" width="1%" align="left" nowrap="nowrap"> <span class="smallfont">{$latest_registered['register_date']}</span></td> </tr> {/Des::while} </table> </td> <td class="row3" width="180"> <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse"> {if {$TopSubjectVisitorNum} > 0} {Des::while}{TopSubjectVisitor} <tr style="vertical-align: top;"> <td class="row3" align="right" nowrap="nowrap"> <img src="{$image_path}/post.gif" alt="" border="0" /> {if {$_CONF['info_row']['rewriterule']} == '1'} <a href="t{$TopSubjectVisitor['id']}.html"> {else} <a href="index.php?page=topic&show=1&id={$TopSubjectVisitor['id']}"> {/if} <span class="smallfont"> <?php $PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title']); ?> <?php $num ='25'; $start ='0'; $text = $PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title']; echo $text = @preg_replace('#^(?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $start .'}'.'((?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $num .'}).*#s','$1', $text); if (strlen($PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title']) > $num) { echo " .."; } ?> </span> </a> </td> <td class="row3" title="{$lang['SubjectVisitor']}" width="1%" align="left" nowrap="nowrap"> {$TopSubjectVisitor['visitor']}</td> </tr> {/Des::while} {else} {$lang['No_Visits']} {/if} </table> </td> <td class="row3" width="250" rowspan="3" valign="top"> <table style="height: 100%; border-collapse:collapse" width="100%" border="0" cellpadding="0"> <tr style="vertical-align: top;"> <td class="row3" align="right" nowrap="nowrap"> {$lang['Subject']}</td> <td> </td> <td class="row3" align="right" nowrap="nowrap"> {$lang['send_by']}</td> <td class="row3" align="right" nowrap="nowrap"> {$lang['date']}</td> </tr> {Des::while}{LastSubject} <?php $PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title']); ?> <tr valign="top"> <td class="row3" title="{$LastSubject['title']}" align="right" nowrap="nowrap"> <img src="{$image_path}/post.gif" alt="" border="0" /> {if {$_CONF['info_row']['rewriterule']} == '1'} <a href="t{$LastSubject['id']}.html"> {else} <a href="index.php?page=topic&show=1&id={$LastSubject['id']}"> {/if} <span class="smallfont"> <?php $num ='30'; $start ='0'; $text = $PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title']; echo $text = @preg_replace('#^(?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $start .'}'.'((?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $num .'}).*#s','$1', $text); if (strlen($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title']) > $num) { echo " ..."; } ?> </span> </a> </td> <td class="row3" title="{$LastSubject['title']}" align="right" nowrap="nowrap"> {if {$_CONF['info_row']['rewriterule']} == '1'} <a target="_blank" href="t{$LastSubject['id']}.html"> {else} <a target="_blank" href="index.php?page=topic&show=1&id={$LastSubject['id']}"> {/if} <img src="{$image_path}/open.gif" alt="" border="0" /></a> </td> <td class="row3" title="{$LastSubject['last_replier']}" align="right" nowrap="nowrap"> <span class="smallfont"> {if {$LastSubject['last_replier']} !=''} <?php echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['last_replier']);?> {else} <?php echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['writer']);?> {/if} </span> </td> <td class="row3" title="{$LastSubject['reply_date']}" width="1%" align="right" nowrap="nowrap"> <span class="smallfont"> {$LastSubject['reply_date']}</span> </td> </tr> {/Des::while} </table> </td> </tr> <tr align="right"> <td class="thead1" width="145"> {$lang['TopMemberInvite']}</td> <td class="thead1" width="180">{$lang['Top_participants']}</td> </tr> <tr align="right"> <td class="row3" width="140"> <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse"> {if {$TopMemberInviteNum} > 0} {Des::while}{TopMemberInvite} <tr style="vertical-align: top;"> <td class="row3" align="right" nowrap="nowrap"> {if {$_CONF['info_row']['rewriterule']} == '1'} <a href="u{$TopMemberInvite['id']}.html"> {else} <a href="index.php?page=profile&show=1&id={$TopMemberInvite['id']}"> {/if} <span class="smallfont"> <?php $num ='25'; $start ='0'; $text = $PowerBB->_CONF['template']['while']['TopMemberInvite'][$this->x_loop]['username']; echo $text = @preg_replace('#^(?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $start .'}'.'((?:[\\x00-\\x7F]|[\\xC0-\\xFF][\\x80-\\xBF]+){0,'. $num .'}).*#s','$1', $text); if (strlen($PowerBB->_CONF['template']['while']['TopMemberInvite'][$this->x_loop]['username']) > $num) { echo " .."; } ?> </span> </a> </td> <td class="row3" title="{$lang['Invites']}" width="1%" align="left" nowrap="nowrap"> {$TopMemberInvite['invite_num']}</td> </tr> {/Des::while} {else} {$lang['No_Invits']} {/if} </table> </td> <td class="row3" width="180"> <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse"> {if {$TopMemberListNum} > 0} {Des::while}{TopMemberList} <tr style="vertical-align: top;"> <td class="row3" align="right" nowrap="nowrap"> <span class="smallfont"> {if {$_CONF['info_row']['rewriterule']} == '1'} <a href="u{$TopMemberList['id']}.html">{$TopMemberList['username']}</a> {else} <a href="index.php?page=profile&show=1&id={$TopMemberList['id']}">{$TopMemberList['username']}</a> {/if} </span> </td> <td class="row3" title="{$lang['posts']}" width="1%" align="left" nowrap="nowrap"> {$TopMemberList['posts']}</td> </tr> {/Des::while} {else} {$lang['No_Posts']} {/if} </table> </td> </tr> </table> {/if}-
تم تحرير المشاركة بواسطة :ابو عبد الله بتاريخ:21-11-2012 05:17 مساءً
-
-
كيف بجعل الاعضاء داخل قالب الاحصائيات21-11-2012 06:16 مساءً [12]
-
عبد العزيزمعلومات الكاتبالأعضاءعضـو نشيط
-
تم حل المشكل،
شكرا على الثقة
-
تم تحرير المشاركة بواسطة :عبد العزيز بتاريخ:22-11-2012 02:39 صباحاً
-
-
-
