الى اصحاب نسخة vbulletin suite
لاحظت الاغلبيه لا يعرفون كيف يجعلون صفحة المنتدى هي الروت ويكون المنتدى هو الرئيسي وليست المجلة
الحل بسيط ان شاء الله 
افتح ملف index.php
الموجود داخل المجلد الرئيسي لملفات المنتدى
تحصل فيه
كود PHP:
// Note: Only uncomment one of these!
// Use the CMS as the default script
require('content.php');
// Use the forum as the default script
//require('forum.php');
استبدله بـ
كود PHP:
// Note: Only uncomment one of these!
// Use the CMS as the default script
//require('content.php');
// Use the forum as the default script
require('forum.php');
احترامي للجميع
مواقع النشر (المفضلة)