Need Help On vBulletin : How to set forum insted of CMS as Home Page

Discussion in 'vBulletin' started by justinlink, Mar 2, 2010.

  1. #1
    I have installed v bulletin 4.0. And now i have 3 pages contant.php/ forum.php and blog.php

    But when i am opening my site the content.php open as default page.

    Please tell me how can i set my forum.php page on Home page.

    Like forum.digitalpoint.com works.

    when i have disable the CMS from admin panel, than now it is opening like that :- mywebsitename.com/forum.php

    After disabling the CMS it also not open on home page.

    Please help me how can i set my forum on home page. I want to open my forum on home page and others would be like page. content.php and blog.php.

    Please help me and tell me the steps how i can do this.

    thanks
     
    justinlink, Mar 2, 2010 IP
  2. ChopSuey

    ChopSuey Peon

    Messages:
    843
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In index.php find
    /**
     * Use the CMS as the default script:
     */
    
    require('content.php');
    
    PHP:
    Replace with
    /**
     * Use the CMS as the default script:
     */
    
    require('forum.php');
    PHP:
     
    ChopSuey, Mar 2, 2010 IP
  3. justinlink

    justinlink Peon

    Messages:
    342
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks It is working.

    You are great. :)
     
    justinlink, Mar 2, 2010 IP
  4. ChopSuey

    ChopSuey Peon

    Messages:
    843
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Glad to hear its working :D
     
    ChopSuey, Mar 7, 2010 IP