Follow us on...
Follow us on Twitter Follow us on Facebook Watch us on YouTube

النتائج 1 إلى 5 من 5
  1. #1
    :: إداري ::
    تاريخ التسجيل
    Jun 2008
    الدولة
    Egypt
    المشاركات
    2,366

    Icon30 شرح : جعل الفورم هوم مثل نسخة الجيل الرابع


    بسم الله الرحمن الرحيم

    درس اليوم بسيط جدا و لكن يبغاله تركيز شوى

    بأذن الله سأشرح طريقة تعديل على الـ FORUMHOME

    لكى تصبح مثل استايل الجيل الرابع VBULLETIN V.4

    هذا الموضوع حصرى لـ نادى دعم الفى بى

    مثال قبل العمل



    بسم الله نبدأ بالشرح

    ملحوظه هامه جدا : يجب اخذ نسخه من كل قالب سيتم التعديل عليه للاحتياط

    القوالب التى سيتم التعديل عليها

    FORUMHOME
    forumhome_forumbit_level2_post
    forumhome_lastpostby
    forumhome_forumbit_level1_post
    FORUMDISPLAY
    USERCP

    افتح قالب forumhome

    ابحث عن :

    <!-- main -->
    <
    table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <
    thead>
    <
    tr align="center">
    <
    td class="thead">&nbsp;</td>
    <
    td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
    <
    td class="thead">$vbphrase[last_post]</td>
    <
    td class="thead">$vbphrase[threads]</td>
    <
    td class="thead">$vbphrase[posts]</td>
    <if 
    condition="$vboptions['showmoderatorcolumn']">
    <
    td class="thead">$vbphrase[moderator]</td>
    </if>
    </
    tr>
    </
    thead>
    $forumbits 
    استبدله بـ :

    <!-- main -->
    <
    table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
    $forumbits 
    ثم حفظ

    افتح قالب forumhome_forumbit_level2_post

    و استبدل جميع محتوياته بـ :

    <tr align="center">
    <
    td class="alt1"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
    <
    td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
    <
    div>
    <
    a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
    <
    span class="smallerfont">&nbsp;$vbphrase[threads]: $forum[threadcount]&nbsp;&nbsp;$vbphrase[posts]: $forum[replycount]
    <if 
    condition="$show['browsers']">&nbsp;(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</if></span>
    </
    div>
    <if 
    condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
    <if 
    condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
    <if 
    condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
    <if 
    condition="$vboptions['showmoderatorcolumn'] AND $forum[moderators]">
    <
    div class="smallfont" style="margin-top:$stylevar[cellpadding]px">$vbphrase[moderators]: $forum[moderators]</div>
    </if>
    </
    td>
    </
    tr>
    <
    tr align="right">
    <
    td class="alt2" colspan="2" style="padding: 5px 24px 5px 0px"><div class="smallerfont"><strong>$vbphrase[last_post]</strong>: $forum[lastpostinfo]</div>
    </
    td>
    </
    tr>
    <
    tr>
    <
    td style="padding: 0px 0px 0px 0px" colspan="<if condition="$show['inlinemod']">3<else />2</if>"><div class="hr"><hr /></div></td>
    </
    tr>
    $childforumbits 
    ثم حفظ

    افتح قالب forumhome_lastpostby

    استبدل جميع محتوياته بـ :

    <if condition="$show['lastpostinfo']">
    <
    span style="white-space:nowrap">
    <if 
    condition="$lastpostinfo['prefix']">
    $lastpostinfo[prefix]
    <if 
    condition="is_browser('safari')"><!--bug#24775-->&nbsp;</if>
    </if>
    <
    a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" style="white-space:nowrap" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>&nbsp;<phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
    $lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
    <
    a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a></span>
    <else />
    $lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
    <
    a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
    </if> 
    ثم حفظ

    افتح قالب FORUMDISPLAY

    ابحث و احذف :

    <thead>
    <
    tr align="center">
    <
    td class="thead">&nbsp;</td>
    <
    td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
    <
    td class="thead">$vbphrase[last_post]</td>
    <
    td class="thead">$vbphrase[threads]</td>
    <
    td class="thead">$vbphrase[posts]</td>
    <if 
    condition="$vboptions[showmoderatorcolumn]">
    <
    td class="thead">$vbphrase[moderator]</td>
    </if>
    </
    tr>
    </
    thead
    ثم حفظ

    افتح قالب : forumhome_forumbit_level1_post

    استبدل جميع محتوياته بــ :

    <if condition="!$show['collapsable_forums']">
    <
    tbody>
    </if>
     <
    tr align="center">
      <
    td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">
      <
    table cellpadding="0" cellspacing="0" border="0">
      <
    tr>
       <
    td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
       <
    td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
       <
    td>
       <
    div>
        <
    a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
        <
    span class="smallerfont">&nbsp;$vbphrase[threads]: $forum[threadcount]&nbsp;&nbsp;$vbphrase[posts]: $forum[replycount]
        <if 
    condition="$show['browsers']">&nbsp;(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</if></span>
       </
    div>
       <if 
    condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
       <if 
    condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
       <if 
    condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
       <if 
    condition="$vboptions['showmoderatorcolumn'] AND $forum[moderators]">
       <
    div class="smallfont" style="margin-top:$stylevar[cellpadding]px">$vbphrase[moderators]: $forum[moderators]</div>
       </if>
       </
    td>
      </
    tr>
      </
    table>
      </
    td>
     </
    tr>
     <
    tr align="right">
      <
    td class="alt2" colspan="2" style="padding: 5px 24px 5px 0px"><div class="smallerfont"><strong>$vbphrase[last_post]</strong>: $forum[lastpostinfo]</div>
      </
    td>
     </
    tr>
     <
    tr>
      <
    td style="padding: 0px 0px 0px 0px" colspan="<if condition="$show['inlinemod']">3<else />2</if>"><div class="hr"><hr /></div></td>
     </
    tr>
    <if 
    condition="!$show['collapsable_forums']">
    </
    tbody>
    </if>
    <if 
    condition="$childforumbits">
    <if 
    condition="!$show['collapsable_forums']">
    <
    tbody>
    </if>
     
    $childforumbits
    <if condition="!$show['collapsable_forums']">
    </
    tbody>
    </if>
    </if> 
    ثم حفظ

    افتح قالب USERCP

    ابحث عن :

    <!-- ############## SUBSCRIBED FORUMS ############## -->
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <
    thead>
    <
    tr>
    <
    td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
    <
    a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usercp_forums')"><img id="collapseimg_usercp_forums" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_forums].gif" alt="" border="0" /></a>
    $vbphrase[subscribed_forums]
    </
    td>
    </
    tr>
    </
    thead>
    <
    tbody id="collapseobj_usercp_forums" style="$vbcollapse[collapseobj_usercp_forums]">
    <
    tr align="center" valign="bottom">
    <
    td class="thead" width="2%">&nbsp;</td>
    <
    td class="thead" align="$stylevar[left]" width="80%">$vbphrase[forum]</td>
    <
    td class="thead">$vbphrase[last_post]</td>
    <
    td class="thead">$vbphrase[threads]</td>
    <
    td class="thead">$vbphrase[posts]</td>
    <if 
    condition="$vboptions['showmoderatorcolumn']">
    <
    td class="thead" width="20%">$vbphrase[moderator]</td>
    </if>
    </
    tr>
    $forumbits
    </tbody>
    </
    table>
    <
    br />
    <!-- 
    ############## END SUBSCRIBED FORUMS ############## --> 
    استبدله بـ :

    <!-- ############## SUBSCRIBED FORUMS ############## -->
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
    <
    thead>
    <
    tr>
    <
    td class="tcat" colspan="2">
    <
    a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usercp_forums')"><img id="collapseimg_usercp_forums" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_forums].gif" alt="" border="0" /></a>
    $vbphrase[subscribed_forums]
    </
    td>
    </
    tr>
    </
    thead>
    <
    tbody id="collapseobj_usercp_forums" style="$vbcollapse[collapseobj_usercp_forums]">
    $forumbits
    </tbody>
    </
    table>
    <
    br />
    <!-- 
    ############## END SUBSCRIBED FORUMS ############## --> 
    ثم حفظ

    و فى اعدادات الـ CSS الاضافيه

    اضف هذا الكود :

    .smallerfont, .theadalt {
    font10px verdanahelveticaarialgenevalucida'lucida grande'sans-serif;
    }
    div.hr {
    height1px;
    background#C8CAFD url(clear.gif) repeat-x;;
    width100%;
    }
    div.hr hr {
    displaynone;

    ثم حفظ

    انتهينا من الشرح

    يسمح بنقل الموضوع مع ذكر المصدر
    الموضوع الأصلي : http://www.d3m-vb.net/vb/15906-شرح-ج...رابع.html


    التعديل الأخير تم بواسطة Abouahmed ; 10-27-2009 الساعة 10:44 PM
    1. ضع رابط موقعك فى توقيعك لتقديم دعم افضل و اسرع لك
    2. يمنع منعا باتا استخدام الرسائل الخاصه لحل المشكلات او الاستفسارات
    3. لن يتم الرد على العضو المخالف
    4. التزم بقوانين كل قسم قبل كتابة اى موضوع حتى لا يغلق موضوعك

  2. #2
    System Admin //
    اللهم انفعني بما علمتني وزدني علما

    تاريخ التسجيل
    Apr 2006
    الدولة
    EgY !
    العمر
    24
    المشاركات
    5,457

    افتراضي


    بارك الله فيك حبيبي ابو احمد

    وتعديلات موفقه على التمبلتس


    • للإعلان بالنادي وطلب الدعم الفني والإستضافة والخدمات الآخرى- ContactUs
    • أو الإتصال : 0020102935500 - EgYpT
      Facebook/D3mNet
      Twitter/D3mForum



  3. #3
    عضو منتسب
    تاريخ التسجيل
    Sep 2009
    العمر
    20
    المشاركات
    8

    افتراضي


    الجامد جامد طول عمره........ و عجبى



  4. #4
    عضو مشارك
    تاريخ التسجيل
    Jul 2008
    الدولة
    مجتمع مسيله نت
    المشاركات
    31

    افتراضي


    بوركت وجزاك الله كل خير
    تحياتي



  5. #5
    عضو مشارك
    تاريخ التسجيل
    May 2007
    المشاركات
    93

    افتراضي


    أخي اشكرك على الشرح الطيب ولكن عندي سؤال بسيط واتمنى الاجابة عليه

    كيف اخفي او ازيل هذه القوائم التالية (آخر مشاركة - المواضيع - المشاركات) من الواجهه الرئيسية للمنتدى



 

 

المواضيع المتشابهه

  1. صور من نظام الـ vBulletin الجديد vB4 او الجيل الرابع
    بواسطة Sc®iPt في المنتدى قسم التطوير العام
    مشاركات: 6
    آخر مشاركة: 10-25-2009, 12:55 AM
  2. ستايل الجيل الرابع vb4 يركب على 380 واحدث - حصرياً
    بواسطة عيون الاحبة في المنتدى قسم ستايلات وأشكال vB3
    مشاركات: 0
    آخر مشاركة: 09-07-2009, 02:58 AM
  3. في الطريق اليك vBulletin 4 Series Development Update الجيل الرابع من المنتديات
    بواسطة MARCO1 في المنتدى قسم تطوير مواقع الويب
    مشاركات: 1
    آخر مشاركة: 12-17-2008, 11:39 PM
  4. أقوي عروض الدردشة الكتابية ( الجيل السآبع )
    بواسطة Digi4Chat.Com في المنتدى قسم عروض شركات الإستضافه
    مشاركات: 1
    آخر مشاركة: 09-16-2008, 08:44 PM
  5. --[جميع نسخة المنتديات المنوعة من الـ3.0.0 ألى 3.6.8 بتحميل مباشر ]--
    بواسطة :: حزيـنة K S A :: في المنتدى أرشيف النسخ السابقه
    مشاركات: 9
    آخر مشاركة: 11-15-2007, 06:53 AM

   زوار هذه الصفحة من محركات البحث وصلوا عن طريق :

شرح تعديل قالب الفورم هوم للجيل الرابع

الكلمات الدلالية لهذا الموضوع

مواقع النشر (المفضلة)

مواقع النشر (المفضلة)

ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •