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

ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard | الصفحة 2

هل يوجد حل لعدم ظهور "الوصف" علي هيئة "رابط"أنتظر الرد ولكم جزيل الشكر



look/images/icons/winner_second_h4h.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  04-02-2013 05:41 مساءً   [15]
معلومات الكاتب ▼
انضم في : 19-10-2012
رقم العضوية : 2,512
المشاركات : 149
الجنس :
الدعوات : 3
قوة السمعة : 1,210
العضو غائب
هل يوجد حل لعدم ظهور "الوصف" علي هيئة "رابط" .. أنتظر الرد ولكم جزيل الشكر mf


تم تحرير المشاركة بواسطة :Eslam بتاريخ:12-02-2013 02:49 صباحاً


look/images/icons/i1.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  12-02-2013 02:50 صباحاً   [16]
معلومات الكاتب ▼
انضم في : 19-10-2012
رقم العضوية : 2,512
المشاركات : 149
الجنس :
الدعوات : 3
قوة السمعة : 1,210
العضو غائب

look/images/icons/i1.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  13-02-2013 02:53 صباحاً   [17]
معلومات الكاتب ▼
انضم في : 20-10-2011
رقم العضوية : 1,891
المشاركات : 1,381
الدولة : ام الدنيا
الجنس :
تاريخ الميلاد : 3-1-1993
الدعوات : 3
قوة السمعة : 8,644
موقعي : زيارة موقعي
العضو غائب يتم الان تحديث كافه الاستايلات والشروحات الخاصه بايجي مافيا
اسف ياسلام باشا ع التاخير ردي لك بخصوص هذا الامر اول مارجع من المعهد غدا باذن الله تعالي

look/images/icons/i1.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  14-02-2013 08:36 مساءً   [18]
معلومات الكاتب ▼
انضم في : 20-10-2011
رقم العضوية : 1,891
المشاركات : 1,381
الدولة : ام الدنيا
الجنس :
تاريخ الميلاد : 3-1-1993
الدعوات : 3
قوة السمعة : 8,644
موقعي : زيارة موقعي
العضو غائب يتم الان تحديث كافه الاستايلات والشروحات الخاصه بايجي مافيا
تفضل طلبك ياسلام باشا واسف ع التاخير
حرر قالب sections_list واستبدله بده

CODE

<div align="center" dir="{$_CONF['info_row']['content_dir']}">
    {if {$SHOW_SUB_SECTIONS}}
    <!-- START_TABLE_SUB_SECTIONS -->
    <table border="0" width="98%" cellpadding="0" class="border_forums">
    <tr align="center">
    <td class="tcat" align="center" colspan="6">
    {$lang['forum_sub']} : {$Section_Title}
    </td>
    </tr>
    {/if}
    {Des::foreach}{forums_list}{forum}
    {if {$forum['parent']} == 0}
    {if {$forum['sort']} != 1}
    </table>
    <!-- END_TABLE_SUB_SECTIONS -->
    
    {/if}
    <!-- START_TABLE_SECTIONS -->
    <table border="0" cellspacing="0" width="98%" align="center" class="border_radius">
    <tr align="right">    
    <td width="1%" class="forumtcatright">
    <span class='l-left'><a href="javascript:switchMenuNone('id_{$forum['id']}')"><img border="0" alt="" class="full_image" src="{$image_path}/collapse_b.gif" /></a> </span>
     </td>
    <td class="forumtcat" width="36%">
    <a href="index.php?page=forum&show=1&id={$forum['id']}">
    {$forum['title']}</a>
    </td>
    <td class="forumtcat" width="37%" align="center">
    {$lang['last_subject']}
     </td>
    <td class="forumtcat" width="8%" align="center">{$lang['subject_num']}</td>
    <td class="forumtcat" width="8%" align="center">{$lang['reply_num']}</td>   
     {if {$_CONF['info_row']['no_moderators']}}   
    <td class="forumtcatleft" width="6%" align="left">
    <span class='l-left'>{$lang['moderators_forum']}</span>
    </td>
     {/if}   
    </tr>
    </table>
    <table border="0" width="98%" cellpadding="0" id="id_{$forum['id']}" class="border_forums">
    {/if}
    {if {$forum['parent']} != 0}
    {if {$forum['linksection']} != '1'}
    <tr align="right" class="radiusContent">
    <td class="row5" width="5%" align="center">
    {if {$forum['use_section_picture']} == '1' and{$forum['sectionpicture_type']} == '1'}
    <img src="{$forum['section_picture']}"
    alt="{$lang['section_picture']}" />

    <?php }elseif($forum['last_post_date'] >= ($PowerBB->_CONF['now'] - (1 * 86400))){ ?>
    <img src="{$image_path}/f_unread.png"
    alt="{$lang['new_posts']}" />
    {else}
    <img src="{$image_path}/f_read.png"
    alt="{$lang['no_new_posts']}" />
    {/if}
    </td>
    <td class="row2" width="36%">
   
    <span class="title_n">
    <font class="title_font">{$forum['title']}</font></span>
    {if {$_CONF['info_row']['no_describe']}}
    {if {$forum['section_describe']} != ''}
  <p style="color:gray;font:12px tahoma;margin:0;padding:0">
    {$forum['section_describe']}
    {/if}
    {/if}
    
    {if {$forum['use_section_picture']} == 1}
    {if {$forum['sectionpicture_type']} == 2}
    <img src="{$forum['section_picture']}" alt="{$forum['section_picture']}" />
    
    {/if}
    {/if}
    {if {$forum['is_sub']}}
    {if {$_CONF['info_row']['no_sub']}}
    {$forum['sub']}
    {/if}
    {/if}
<span class="l-left">
    <a href="index.php?page=rss§ion=1&id={$forum['id']}">
    <img border="0" class="full_image" src="{$image_path}/section_rss.gif" width="16" height="16" alt="Rss Section" /></a>
    </span>
    {if {$forum['forum_online']}}
    <font class="smallfont">
    ({$lang['Watched']}
    <b>{$forum['forum_online']}</b>
    {$lang['Guest']})
    </font>
    {/if}
{if {$forum['num_subjects_awaiting_approval']} >0}       

<span class="smallfont" style="color: rgb(150, 150, 150);">{$lang['subjects_review']}: <b>{$forum['num_subjects_awaiting_approval']}<b></span>
{/if}
{if {$forum['num_replys_awaiting_approval']} >0}   

<span class="smallfont" style="color: rgb(150, 150, 150);">{$lang['replys_review_num']}: <b>{$forum['num_replys_awaiting_approval']}<b></span>
{/if}
    </td>
    <td class="row1" width="37%" onclick="switchBlock('moderators_{$forum['id']}');">
    <div dir="{$_CONF['info_row']['content_dir']}" class="smallfont">

<?php if ($forum['hide_subject']  AND !$PowerBB->functions->ModeratorCheck($forum['id'])){
  ?>
      <div align="center">{$lang['speciality']}</div>
      {else}
<?php if ($forum['section_password'] !=""  AND !$PowerBB->functions->ModeratorCheck($forum['id'])){
  ?>
      <div align="center">{$lang['speciality']}</div>
      {else}             
    <span class="writer_photo_thumb">{$forum['writer_photo_thumb']}</span>     
    {if {$forum['last_subject']} != ''}
        {if {$forum['icon']} != ''}
        <img src="{$forum['icon']}" alt="" />
        {/if}
    <a href="index.php?page=topic&show=1&id={$forum['last_subjectid']}">
    {$forum['last_subject']}</a>
    {$lang['last_writer']} {$forum['last_writer']}
    <span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(150, 150, 150); display: inline" dir="{$_CONF['info_row']['content_dir']}">
    {$forum['last_date']}</span>
        {if {$forum['last_berpage_nm']} != ''}
        <a title="{$lang['Go_to_last_post']}"
        href="index.php?page=topic&show=1&id={$forum['last_subjectid']}&count={$forum['last_berpage_nm']}#{$forum['last_reply']}">
        <img border="0" alt="{$lang['Go_to_last_post']}"
        src="{$image_path}/lastpost.png" class="full_image" /></a>
        {/if}
    
    {else}
    {$lang['no_post']}
    {/if}
    {/if}
    {/if}
    </div>
    </td>
    <td class="row2" align="center" width="8%"><font class="smallfont"><b>{$forum['subject_num']}</b></font></td>
    <td class="row2" align="center" width="8%"><font class="smallfont"><b>{$forum['reply_num']}</b> </font></td>   
    {if {$_CONF['info_row']['no_moderators']}}
    <td class="row1" align="center" width="10%">
    <a href="javascript:switchMenuNone('moderators_{$forum['id']}')" title="{$lang['moderators']}">
    <img border="0" alt="{$lang['moderators']}" class="full_image" src="{$image_path}/moderators.gif" /></a>
    <div style="display:none; left:20px;" class="drop_menu" id="moderators_{$forum['id']}">
        <div class="thead1" style="width:150px;">
        {$lang['moderators_list']}
        </div>           
        <div class="row1" style="width:150px;">
            <font class="smallfont">
            {if {$forum['moderators_list']}}
            {$forum['moderators_list']}
            {else}
            {$lang['NO_MODERATOR']}
            {/if}
            </font>
        </div>
    </div>
    </td>
    {/if}
    </tr>
    {else}
    <tr class="radiusContent">
    <td width="5%" align="center" class="row5">
    {if {$forum['use_section_picture']} == 1}
    {if {$forum['sectionpicture_type']} == 1}
    <img src="{$forum['section_picture']}" alt="" />
    {else}
    <img src="{$image_path}/f_redirect.png" alt="" />
    {/if}
    {else}
    <img src="{$image_path}/f_redirect.png" alt="" />
    {/if}
    </td>
    <td width="50%" align="right" class="row2" onclick="switchBlock('moderators_{$forum['id']}');">

    <a href="index.php?page=forum&show=1&
    id={$forum['id']}"><img src="{$image_path}/all-cat.gif" border="0"> {$forum['title']}</a>
    
    {if {$forum['use_section_picture']} == 1}
    {if {$forum['sectionpicture_type']} == 2}
    <img src="{$forum['section_picture']}" alt="" />
    
    {/if}
    {/if}
    {if {$_CONF['info_row']['no_describe']}}
    {$forum['describe']}
    
    {/if}
    </td>
    <td width="43%" align="center" class="row2">
    {$lang['linkvisitor']} {$forum['linkvisitor']}
    </td>
    {if {$_CONF['info_row']['no_moderators']}}
    <td class="row1" align="center" width="10%">
    <a href="javascript:switchMenuNone('moderators_{$forum['id']}')" title="{$lang['moderators']}">
    <img border="0" alt="{$lang['moderators']}" src="{$image_path}/moderators.gif" /></a>
    <div style="display:none; left:20px;" class="drop_menu" id="moderators_{$forum['id']}">
        <div class="thead1" style="width:150px;">
        {$lang['moderators_list']}
        </div>
        <div class="row1" style="width:150px;">
        <font class="smallfont">
        {if {$forum['moderators_list']}}
        {$forum['moderators_list']}
        {else}
        {$lang['NO_MODERATOR']}
        {/if}
        </font>
        </div>
    </div>
    </td>
    {/if}
    </tr>
    {/if}
    {/if}
    {/Des::foreach}
    </table>
    <!-- END_TABLE_SECTIONS -->
    </div>
    


تم تحرير المشاركة بواسطة :ميدو المصري بتاريخ:14-02-2013 08:37 مساءً


look/images/icons/i1.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  14-02-2013 09:25 مساءً   [19]
معلومات الكاتب ▼
انضم في : 19-10-2012
رقم العضوية : 2,512
المشاركات : 149
الجنس :
الدعوات : 3
قوة السمعة : 1,210
العضو غائب
للأسف الكود إللي إنت إيدتهولي .. إيدالي نتيجة فوق السيئة no_1 . للأسف مش عارف أدخل بيه علي أي منتدي خالص حالياً !

للمزيد من التوضيح
موجود علي الرابط التالي http://www.supportforum.tk

look/images/icons/i1.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  14-02-2013 09:29 مساءً   [20]
معلومات الكاتب ▼
انضم في : 14-02-2013
رقم العضوية : 3,045
المشاركات : 5
الجنس :
تاريخ الميلاد : 1-8-1976
قوة السمعة : 60
رائع جدا لكن عندي ملاحظة


تم تحرير المشاركة بواسطة :e3lancm.com بتاريخ:14-02-2013 09:30 مساءً


look/images/icons/i1.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  14-02-2013 09:49 مساءً   [21]
معلومات الكاتب ▼
انضم في : 19-10-2012
رقم العضوية : 2,512
المشاركات : 149
الجنس :
الدعوات : 3
قوة السمعة : 1,210
العضو غائب
هل يوجد من حل ؟؟ .. أعتقد إن لما لاغينا الرابط من علي الوصف >> إتلغي كمان من علي إسم المنتديات .. الظاهر كده والله أعلم مرتبطين ببعض ولا أيه ؟


تم تحرير المشاركة بواسطة :Eslam بتاريخ:14-02-2013 10:38 مساءً


look/images/icons/i1.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  15-02-2013 12:24 صباحاً   [22]
معلومات الكاتب ▼
انضم في : 20-10-2011
رقم العضوية : 1,891
المشاركات : 1,381
الدولة : ام الدنيا
الجنس :
تاريخ الميلاد : 3-1-1993
الدعوات : 3
قوة السمعة : 8,644
موقعي : زيارة موقعي
العضو غائب يتم الان تحديث كافه الاستايلات والشروحات الخاصه بايجي مافيا
نعم لاحظت ذاك ايضا تفضل الكود الاتي صحيح باذن الله تعالي

CODE
<div align="center" dir="{$_CONF['info_row']['content_dir']}">
    {if {$SHOW_SUB_SECTIONS}}
    <!-- START_TABLE_SUB_SECTIONS -->
    <table border="0" width="98%" cellpadding="0" class="border_forums">
    <tr align="center">
    <td class="tcat" align="center" colspan="6">
    {$lang['forum_sub']} : {$Section_Title}
    </td>
    </tr>
    {/if}
    {Des::foreach}{forums_list}{forum}
    {if {$forum['parent']} == 0}
    {if {$forum['sort']} != 1}
    </table>
    <!-- END_TABLE_SUB_SECTIONS -->
    <br />
    {/if}
    <!-- START_TABLE_SECTIONS -->
    <table border="0" cellspacing="0" width="98%" align="center" class="border_radius">
    <tr align="right">    
    <td width="1%" class="forumtcatright">
    <span class='l-left'><a href="javascript:switchMenuNone('id_{$forum['id']}')"><img border="0" alt="" class="full_image" src="{$image_path}/collapse_b.gif" /></a> </span>
     </td>
    <td class="forumtcat" width="36%">
    <a href="index.php?page=forum&show=1&id={$forum['id']}">
    {$forum['title']}</a>
    </td>
    <td class="forumtcat" width="37%" align="center">
    {$lang['last_subject']}
     </td>
    <td class="forumtcat" width="8%" align="center">{$lang['subject_num']}</td>
    <td class="forumtcat" width="8%" align="center">{$lang['reply_num']}</td>   
     {if {$_CONF['info_row']['no_moderators']}}   
    <td class="forumtcatleft" width="6%" align="left">
    <span class='l-left'>{$lang['moderators_forum']}</span>
    </td>
     {/if}   
    </tr>
    </table>
    <table border="0" width="98%" cellpadding="0" id="id_{$forum['id']}" class="border_forums">
    {/if}
    {if {$forum['parent']} != 0}
    {if {$forum['linksection']} != '1'}
    <tr align="right" class="radiusContent">
    <td class="row5" width="5%" align="center">
    {if {$forum['use_section_picture']} == '1' and{$forum['sectionpicture_type']} == '1'}
    <img src="{$forum['section_picture']}"
    alt="{$lang['section_picture']}" />

    <?php }elseif($forum['last_post_date'] >= ($PowerBB->_CONF['now'] - (1 * 86400))){ ?>
    <img src="{$image_path}/f_unread.png"
    alt="{$lang['new_posts']}" />
    {else}
    <img src="{$image_path}/f_read.png"
    alt="{$lang['no_new_posts']}" />
    {/if}
    </td>
    <td class="row2" width="36%">
    <a href="index.php?page=forum&show=1&id={$forum['id']}">
    <span class="title_n">
    <font class="title_font">{$forum['title']}</font></span>
    </a>
    {if {$_CONF['info_row']['no_describe']}}
    {if {$forum['section_describe']} != ''}
  <p style="color:gray;font:12px tahoma;margin:0;padding:0">
    {$forum['section_describe']}
    {/if}
    {/if}
    {if {$forum['use_section_picture']} == 1}
    {if {$forum['sectionpicture_type']} == 2}
    <img src="{$forum['section_picture']}" alt="{$forum['section_picture']}" />
    <br />
    {/if}
    {/if}
    {if {$forum['is_sub']}}
    {if {$_CONF['info_row']['no_sub']}}
    {$forum['sub']}
    {/if}
    {/if}
<span class="l-left">
    <a href="index.php?page=rss§ion=1&id={$forum['id']}">
    <img border="0" class="full_image" src="{$image_path}/section_rss.gif" width="16" height="16" alt="Rss Section" /></a>
    </span>
    {if {$forum['forum_online']}}
    <font class="smallfont">
    ({$lang['Watched']}
    <b>{$forum['forum_online']}</b>
    {$lang['Guest']})
    </font>
    {/if}
{if {$forum['num_subjects_awaiting_approval']} >0}       
<br />
<span class="smallfont" style="color: rgb(150, 150, 150);">{$lang['subjects_review']}: <b>{$forum['num_subjects_awaiting_approval']}<b></span>
{/if}
{if {$forum['num_replys_awaiting_approval']} >0}   
<br />
<span class="smallfont" style="color: rgb(150, 150, 150);">{$lang['replys_review_num']}: <b>{$forum['num_replys_awaiting_approval']}<b></span>
{/if}
    </td>
    <td class="row1" width="37%" onclick="switchBlock('moderators_{$forum['id']}');">
    <div dir="{$_CONF['info_row']['content_dir']}" class="smallfont">

<?php if ($forum['hide_subject']  AND !$PowerBB->functions->ModeratorCheck($forum['id'])){
  ?>
      <div align="center">{$lang['speciality']}</div>
      {else}
<?php if ($forum['section_password'] !=""  AND !$PowerBB->functions->ModeratorCheck($forum['id'])){
  ?>
      <div align="center">{$lang['speciality']}</div>
      {else}             
    <span class="writer_photo_thumb">{$forum['writer_photo_thumb']}</span>     
    {if {$forum['last_subject']} != ''}
        {if {$forum['icon']} != ''}
        <img src="{$forum['icon']}" alt="" />
        {/if}
    <a href="index.php?page=topic&show=1&id={$forum['last_subjectid']}">
    {$forum['last_subject']}</a><br />
    {$lang['last_writer']} {$forum['last_writer']}
    <span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(150, 150, 150); display: inline" dir="{$_CONF['info_row']['content_dir']}">
    {$forum['last_date']}</span>
        {if {$forum['last_berpage_nm']} != ''}
        <a title="{$lang['Go_to_last_post']}"
        href="index.php?page=topic&show=1&id={$forum['last_subjectid']}&count={$forum['last_berpage_nm']}#{$forum['last_reply']}">
        <img border="0" alt="{$lang['Go_to_last_post']}"
        src="{$image_path}/lastpost.png" class="full_image" /></a>
        {/if}
    <br />
    {else}
    {$lang['no_post']}
    {/if}
    {/if}
    {/if}
    </div>
    </td>
    <td class="row2" align="center" width="8%"><font class="smallfont"><b>{$forum['subject_num']}</b></font></td>
    <td class="row2" align="center" width="8%"><font class="smallfont"><b>{$forum['reply_num']}</b> </font></td>   
    {if {$_CONF['info_row']['no_moderators']}}
    <td class="row1" align="center" width="10%">
    <a href="javascript:switchMenuNone('moderators_{$forum['id']}')" title="{$lang['moderators']}">
    <img border="0" alt="{$lang['moderators']}" class="full_image" src="{$image_path}/moderators.gif" /></a>
    <div style="display:none; left:20px;" class="drop_menu" id="moderators_{$forum['id']}">
        <div class="thead1" style="width:150px;">
        {$lang['moderators_list']}
        </div>           
        <div class="row1" style="width:150px;">
            <font class="smallfont">
            {if {$forum['moderators_list']}}
            {$forum['moderators_list']}
            {else}
            {$lang['NO_MODERATOR']}
            {/if}
            </font>
        </div>
    </div>
    </td>
    {/if}
    </tr>
    {else}
    <tr class="radiusContent">
    <td width="5%" align="center" class="row5">
    {if {$forum['use_section_picture']} == 1}
    {if {$forum['sectionpicture_type']} == 1}
    <img src="{$forum['section_picture']}" alt="" />
    {else}
    <img src="{$image_path}/f_redirect.png" alt="" />
    {/if}
    {else}
    <img src="{$image_path}/f_redirect.png" alt="" />
    {/if}
    </td>
    <td width="50%" align="right" class="row2" onclick="switchBlock('moderators_{$forum['id']}');">

    <a href="index.php?page=forum&show=1&
    id={$forum['id']}"><img src="{$image_path}/all-cat.gif" border="0"> {$forum['title']}</a>
    <br />
    {if {$forum['use_section_picture']} == 1}
    {if {$forum['sectionpicture_type']} == 2}
    <img src="{$forum['section_picture']}" alt="" />
    <br />
    {/if}
    {/if}
    {if {$_CONF['info_row']['no_describe']}}
    {$forum['describe']}
    <br />
    {/if}
    </td>
    <td width="43%" align="center" class="row2">
    {$lang['linkvisitor']} {$forum['linkvisitor']}
    </td>
    {if {$_CONF['info_row']['no_moderators']}}
    <td class="row1" align="center" width="10%">
    <a href="javascript:switchMenuNone('moderators_{$forum['id']}')" title="{$lang['moderators']}">
    <img border="0" alt="{$lang['moderators']}" src="{$image_path}/moderators.gif" /></a>
    <div style="display:none; left:20px;" class="drop_menu" id="moderators_{$forum['id']}">
        <div class="thead1" style="width:150px;">
        {$lang['moderators_list']}
        </div>
        <div class="row1" style="width:150px;">
        <font class="smallfont">
        {if {$forum['moderators_list']}}
        {$forum['moderators_list']}
        {else}
        {$lang['NO_MODERATOR']}
        {/if}
        </font>
        </div>
    </div>
    </td>
    {/if}
    </tr>
    {/if}
    {/if}
    {/Des::foreach}
    </table>
    <!-- END_TABLE_SECTIONS -->
    </div>
    <br />

look/images/icons/coffee.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  15-02-2013 01:51 صباحاً   [23]
معلومات الكاتب ▼
انضم في : 19-10-2012
رقم العضوية : 2,512
المشاركات : 149
الجنس :
الدعوات : 3
قوة السمعة : 1,210
العضو غائب
نعم إنه الكود الصحيح mf

شكراً لك ياأستاذ : ميدو علي مساعدتك ليا في وصف المنتدي .. كمان إنني لا أنسي أيضاً مساعدتك ليا في عمل القائمة الجانبية بدون هاكات منذ ثلاثة أيام تقريباً .. وأحب أشكرك للمرة الثانية علي هذا الإستايل الفوق الرئع .. رغم إنني قمت ببعض التعديلات الطفيفه علي قالب الهيدر ليطابق منتدي المعهد .. فلتبقي حقوقك محفوظة علي منتداي مدي الحياه, وليبقي أيضاً هذا المجهود وهذا العمل القيم في تقيبمك حسناتك عند الله وحده وتقديرك عند الناس أجمعيين . mf


تم تحرير المشاركة بواسطة :Eslam بتاريخ:15-02-2013 01:55 صباحاً


look/images/icons/i1.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  21-02-2013 07:18 مساءً   [24]
معلومات الكاتب ▼
انضم في : 11-01-2013
رقم العضوية : 2,871
المشاركات : 7
الجنس :
تاريخ الميلاد : 4-3-1997
قوة السمعة : 0
شكرا لك فعلا جميل

بس وين ملف xml !!

look/images/icons/i1.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  21-02-2013 07:29 مساءً   [25]
معلومات الكاتب ▼
انضم في : 20-10-2011
رقم العضوية : 1,891
المشاركات : 1,381
الدولة : ام الدنيا
الجنس :
تاريخ الميلاد : 3-1-1993
الدعوات : 3
قوة السمعة : 8,644
موقعي : زيارة موقعي
العضو غائب يتم الان تحديث كافه الاستايلات والشروحات الخاصه بايجي مافيا
تفضل
تحميل المرفق :(PBBoard-Style.zip)

look/images/icons/i1.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  11-02-2021 11:54 صباحاً   [26]
معلومات الكاتب ▼
انضم في : 24-03-2012
رقم العضوية : 2,098
المشاركات : 88
الجنس :
تاريخ الميلاد : 23-5-1991
قوة السمعة : 0
موقعي : زيارة موقعي
العضو غائب الدراسة
شكرا لك تحياتي

look/images/icons/i1.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  12-02-2021 02:24 مساءً   [27]
معلومات الكاتب ▼
انضم في : 14-11-2020
رقم العضوية : 9,362
المشاركات : 12
الجنس :
تاريخ الميلاد : 1-1-1980
قوة السمعة : 0
موقعي : زيارة موقعي
سلام الله عليكم
ستايل جميل جدا
سؤال فقط : كيف يكمن اظهار أسماء المشرفين بدلا من الصور الرمزية الموجودة على اليسار في خانة المشرفين
شكرا لكم مسبقا

look/images/icons/i1.gif ترقيه استايل ترايدنت للنسخة 3.0.0 PBBoard
  24-02-2021 04:54 مساءً   [28]
معلومات الكاتب ▼
انضم في : 08-02-2021
رقم العضوية : 9,459
المشاركات : 22
الجنس :
قوة السمعة : 0
clap clap clap clap clap clap clap clap clap clap clap

رد جديد موضوع جديد
الصفحة 2 من 3 < 1 2 3 > الأخيرة




المواضيع المتشابهه
عنوان الموضوع الكاتب الردود الزوار آخر رد
طلب استايل مثل ترايدنت AhmedTiT0
4 1209 AhmedTiT0
تحويل استايل ترايدنت باللون الازرق لمنتديات pbboard ميدو المصري
50 13048 sofiane-phy
طلب تعديل على استايل ترايدنت باللون الأزرق djouhaina
2 3052 djouhaina
تم تحويل استايل ترايدنت 2012 iron2010
30 12177 y.hanzouli
ترقية استايل ترايدنت الازرق الى النسخة الاخيرة والمحدثة حسب طلبكم خالد الطيب
23 5432 akroum

الكلمات الدلالية
لا يوجد كلمات دلالية ..









الساعة الآن 07:04 PM