أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

كيف بجعل الاعضاء داخل قالب الاحصائيات

السلام عليكم كيف بجعل الاعضاء داخل قالب الاحصائيات بالوان المجموعة الخاصة بهم مثال الاعضاء الجدد مثلا اريد ان اضعهم داخل لون المجموعة


موضوع مغلق


look/images/icons/i1.gif كيف بجعل الاعضاء داخل قالب الاحصائيات
  18-11-2012 05:35 صباحاً   []
معلومات الكاتب ▼
انضم في : 02-02-2012
رقم العضوية : 2,003
المشاركات : 482
الجنس :
قوة السمعة : 5,740
موقعي : زيارة موقعي
بسيطة، فقط قم بارفاق محتوى القالب ليتم التعديل عليه

look/images/icons/i1.gif كيف بجعل الاعضاء داخل قالب الاحصائيات
  18-11-2012 02:25 مساءً   []
معلومات الكاتب ▼
انضم في : 07-08-2010
رقم العضوية : 628
المشاركات : 2,997
الجنس :
الدعوات : 6
قوة السمعة : 4,841
موقعي : زيارة موقعي
تفضل اخي الفاضل هذا القالب

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}
                

look/images/icons/i1.gif كيف بجعل الاعضاء داخل قالب الاحصائيات
  18-11-2012 10:28 مساءً   []
معلومات الكاتب ▼
انضم في : 02-02-2012
رقم العضوية : 2,003
المشاركات : 482
الجنس :
قوة السمعة : 5,740
موقعي : زيارة موقعي
تفضل أخي:
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
                                    echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['latest_registered'][$this->x_loop]['username']);
                                    ?>
                                    </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
                                    echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['TopMemberInvite'][$this->x_loop]['username']);
                                    ?>
                                    </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">
                                      <?php
                                        echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['TopMemberList'][$this->x_loop]['username']);
                                        ?>
</a>
                                {else}
                                <a href="index.php?page=profile&show=1&id={$TopMemberList['id']}">
                                      <?php
                                        echo $PowerBB->functions->GetUsernameStyle($PowerBB->_CONF['template']['while']['TopMemberList'][$this->x_loop]['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 01:56 صباحاً


look/images/icons/i1.gif كيف بجعل الاعضاء داخل قالب الاحصائيات
  18-11-2012 11:43 مساءً   []
معلومات الكاتب ▼
انضم في : 07-08-2010
رقم العضوية : 628
المشاركات : 2,997
الجنس :
الدعوات : 6
قوة السمعة : 4,841
موقعي : زيارة موقعي
جزاك الله الفردوس الاعلى اخي الفاضل بارك الله فيك

look/images/icons/i1.gif كيف بجعل الاعضاء داخل قالب الاحصائيات
  20-11-2012 05:30 مساءً   []
معلومات الكاتب ▼
انضم في : 07-08-2010
رقم العضوية : 628
المشاركات : 2,997
الجنس :
الدعوات : 6
قوة السمعة : 4,841
موقعي : زيارة موقعي
اخي يوجد خطئ باعالي الاحصائيات

انا اكثر واحد واضع مواضيع والاول هو صديقي الي اقل مني وايضا لا يبدل بشكل تلقائي
اقتبـاس ،، أعلى المشاركين




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/index.php?page=topic&show=1&id=1401


تم تحرير المشاركة بواسطة :ابو عبد الله بتاريخ:20-11-2012 05:31 مساءً


look/images/icons/i1.gif كيف بجعل الاعضاء داخل قالب الاحصائيات
  21-11-2012 12:50 صباحاً   []
معلومات الكاتب ▼
انضم في : 02-02-2012
رقم العضوية : 2,003
المشاركات : 482
الجنس :
قوة السمعة : 5,740
موقعي : زيارة موقعي
هل النسخة القديمة للقالب لا تطرح نفس المشكل؟
وهل الاحصائيات الأخرى جيدة، يعني المشكل فقط في أكثر المشاركين؟


تم تحرير المشاركة بواسطة :عبد العزيز بتاريخ:21-11-2012 12:52 صباحاً


look/images/icons/i1.gif كيف بجعل الاعضاء داخل قالب الاحصائيات
  21-11-2012 01:08 صباحاً   []
معلومات الكاتب ▼
انضم في : 07-08-2010
رقم العضوية : 628
المشاركات : 2,997
الجنس :
الدعوات : 6
قوة السمعة : 4,841
موقعي : زيارة موقعي
اه اخي المشكلة فقط باكثر المشاركين

look/images/icons/i1.gif كيف بجعل الاعضاء داخل قالب الاحصائيات
  21-11-2012 02:05 صباحاً   []
معلومات الكاتب ▼
انضم في : 02-02-2012
رقم العضوية : 2,003
المشاركات : 482
الجنس :
قوة السمعة : 5,740
موقعي : زيارة موقعي
تم التعديل على الكود في ردي السابق،
...


تم تحرير المشاركة بواسطة :عبد العزيز بتاريخ:21-11-2012 06:18 مساءً


look/images/icons/i1.gif كيف بجعل الاعضاء داخل قالب الاحصائيات
  21-11-2012 08:43 صباحاً   []
معلومات الكاتب ▼
انضم في : 07-08-2010
رقم العضوية : 628
المشاركات : 2,997
الجنس :
الدعوات : 6
قوة السمعة : 4,841
موقعي : زيارة موقعي
اخي الحبيب المشكلة صلحت مع اعلى اثنين فقط بالمشاركين امى البقية فما زالت موجودة المشكلة معهم

look/images/icons/i1.gif كيف بجعل الاعضاء داخل قالب الاحصائيات
  21-11-2012 03:55 مساءً   []
معلومات الكاتب ▼
انضم في : 02-02-2012
رقم العضوية : 2,003
المشاركات : 482
الجنس :
قوة السمعة : 5,740
موقعي : زيارة موقعي
صديقي، شخصيا القالب يشتغل لدي دون أي مشاكل،
أتساءل هل المشكل مطروح لديك أيضا في النسخة القديمة من القالب، يعني الكود الذي أعطيتني للتعديل عليه؟
وهل جربت تحديث مشاركات الأعضاء (من الادارة --> الصيانة --> تحديث عدد مشاركات الأعضاء) ؟

look/images/icons/i1.gif كيف بجعل الاعضاء داخل قالب الاحصائيات
  21-11-2012 05:16 مساءً   []
معلومات الكاتب ▼
انضم في : 07-08-2010
رقم العضوية : 628
المشاركات : 2,997
الجنس :
الدعوات : 6
قوة السمعة : 4,841
موقعي : زيارة موقعي
اخي الفاضل بالقالب القديم يعمل بشكل طبيعي دون اي مشكلة

واعملت تحديث عدد مشاركات الاعضاء اخي وما زالت المشكلة موجودة


هذا هو القالب القديم


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 مساءً


look/images/icons/i1.gif كيف بجعل الاعضاء داخل قالب الاحصائيات
  21-11-2012 06:16 مساءً   []
معلومات الكاتب ▼
انضم في : 02-02-2012
رقم العضوية : 2,003
المشاركات : 482
الجنس :
قوة السمعة : 5,740
موقعي : زيارة موقعي
تم حل المشكل،
شكرا على الثقة


تم تحرير المشاركة بواسطة :عبد العزيز بتاريخ:22-11-2012 02:39 صباحاً





الكلمات الدلالية
كيف ، بجعل ، الاعضاء ، داخل ، قالب ، الاحصائيات ،









الساعة الآن 08:55 PM