Results 1 to 1 of 1
-
06-02-2010, 07:11 PM #1
- Join Date
- Apr 2008
- Location
- Boston, USA
- Posts
- 13,175
- Thanks
- 744
- Thanked 699 Times in 550 Posts
- Blog Entries
- 4
- Feedback Score
- 4 (100%)
How to Set Forum as Homepage in Vbulletin 4
How to Set Forum as Homepage in Vbulletin 4
In Vbulletin 4 CMS got one home page and forum got another home page. By default vbulletin 4 has CMS home page shown as the default home page.
If you want to set forum as home page you can do it in two ways.
Option 1:
1. Find index.php in the installation folder. Open the index.php file in a text editor.
2. At the bottom find this line
require('content.php');
Comment out this line as with two forward slashes
//require('content.php');
3. Find this line
//require('forum.php');
By default its commented. Take off the two forward slashes to uncomment it as
require('forum.php');
Option 2:
- Find index.php in the installation folder. Rename index.php to something else e.g. index_discarded.php
- Find forum.php in the installation folder. Rename it to index.php
- Login to admin cp
- Expand settings
- Click on options
- Click on Forums Home Page Options from the menu and then click on Edit Settings button
- Find the section "Script Name for Forum Home Page". By default forum is the value in the textbox there.
- Change the textbox value to index
- Click on the Save button
Free Classified Ads & BUSINESS/PROFESSIONAL SOCIAL NETWORK
-
The Following User Says Thank You to manik For This Useful Post:
BrainPulse (06-03-2010)
Similar Threads
-
DOFOLLOW forum list
By mastermind in forum General MarketingReplies: 281Last Post: 03-20-2012, 03:10 AM -
I NEED Forums LIST
By ssteven94 in forum DirectoriesReplies: 83Last Post: 10-28-2011, 05:10 AM -
Free Forum Hosting
By mastermind in forum Forum ManagementReplies: 9Last Post: 08-27-2011, 03:06 AM -
List of Real Estate Forums
By manik in forum General MarketingReplies: 53Last Post: 08-05-2011, 11:46 AM -
Successfully Establishing an Online Forum
By Amirmullick3 in forum General BusinessReplies: 8Last Post: 04-17-2009, 06:34 PM


Reply With Quote

