النتائج 1 إلى 2 من 2

الموضوع: مشكلة في المنتدى

  1. #1
    عضو نشيط
    تاريخ التسجيل
    Sep 2010
    الدولة
    المغرب الحبيب
    المشاركات
    92
    معدل تقييم المستوى
    30

    04 مشكلة في المنتدى

    السلام عليكم
    مشكلتي هي عند الدخول متلا http://localhost/vb تدخل المجلة اولا
    كيف اجعل المنتدى يدخل اولا

  2. #2
    عضويه فضيه الصورة الرمزية vBulletin black edition
    تاريخ التسجيل
    Aug 2010
    الدولة
    ALEXANDRIA _ EGYPT
    المشاركات
    183
    معدل تقييم المستوى
    30

    افتراضي رد

    يمكنك ذلك بعدة طرق و سأذكر أسهل طريقة
    قم بفتح ملف index.php في مجلد المنتدي

    و ابحث عن

    كود:
    * Use the CMS as the default script:
     */
    
    require('content.php');
    
    
    /**
     * Use the forum as the default script:
     */
    
    require('forum.php');
    ثم قم باستبدال

    كود:
    require('content.php');
    ب الكود التالي

    كود:
    // require('forum.php');
    و إليك ملف ال index.php كاملا بعد التعديل

    كود:
    <?php
    /*======================================================================*\
    || #################################################################### ||
    || # vBulletin 4.0.6
    || # ---------------------------------------------------------------- # ||
    || # Copyright ©2000-2010 vBulletin Solutions Inc. All Rights Reserved. ||
    || # This file may not be redistributed in whole or significant part. # ||
    || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
    || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
    || #################################################################### ||
    \*======================================================================*/
    
    /**
     * If you want to move this file to the root of your website, change this
     * line to your vBulletin directory and uncomment it (delete the //).
     *
     * For example, if vBulletin is installed in '/forum' the line should
     * state:
     *
     *    define('VB_RELATIVE_PATH', 'forum');
     *
     * Note: You may need to change the cookie path of your vBulletin
     * installation to enable your users to log in at the root of your website.
     * If you move this file to the root of your website then you should ensure
     * the cookie path is set to '/'.
     *
     * See 'Admin Control Panel
     *    ->Cookies and HTTP Header Options
     *      ->Path to Save Cookies
     */
    
    //define('VB_RELATIVE_PATH', 'forums');
    
    
    // Do not edit.
    if (defined('VB_RELATIVE_PATH'))
    {
        chdir('./' . VB_RELATIVE_PATH);
    }
    
    
    /**
     * You can choose the default script here.  Uncomment the appropriate line
     * to set the default script.  Note: Only uncomment one of these, you must
     * add // to comment out the script(s) that you DO NOT want to use as your
     * default script.
     *
     * You can choose the default script even if you do not plan to move this
     * file to the root of your website.
     */
    
    /**
     * Use the CMS as the default script:
     */
    
    // require('forum.php');
    
    
    /**
     * Use the forum as the default script:
     */
    
    // require('forum.php');
    
    
    /*======================================================================*\
    || ####################################################################
    || #
    || # CVS: $RCSfile$ - $Revision: 31201 $
    || ####################################################################
    \*======================================================================*/
    عرب سكربت مافيا : عرب سكربت مافيا

معلومات الموضوع

الأعضاء الذين يشاهدون هذا الموضوع

الذين يشاهدون الموضوع الآن: 1 (0 من الأعضاء و 1 زائر)

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

  1. مشكلة في المنتدى
    بواسطة Black.Boss_AJ في المنتدى قسم مشاكل وحلول المنتديات
    مشاركات: 3
    آخر مشاركة: 08-16-2011, 02:05 AM
  2. مشكلة في بطئ المنتدى
    بواسطة popo020 في المنتدى قسم مشاكل وحلول المنتديات
    مشاركات: 7
    آخر مشاركة: 09-08-2010, 10:28 PM
  3. مشكلة نقل المنتدى
    بواسطة koder في المنتدى قسم مشاكل وحلول المنتديات
    مشاركات: 3
    آخر مشاركة: 07-11-2010, 05:33 AM
  4. مشكلة في المنتدى
    بواسطة أمير الصداقة في المنتدى قسم مشاكل وحلول المنتديات
    مشاركات: 4
    آخر مشاركة: 04-29-2009, 09:33 PM

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

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

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

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