How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -
i have created website using vbulletin have installed cms , blog modules in in admin default setting forums when enter homepage url redirecting me http://www.demo.com/content/ content cms page please help
for vbulletin versions < 4.2.
need modify forum index page located in top level of vbulletin directory. based on url in question it's file:
http://www.demo.com/index.php
here contents of file, can choose whether cms or forum default home page.
/** * can choose default script here. uncomment appropriate line * set default script. note: uncomment 1 of these, must * add // comment out script(s) not want use * default script. * * can choose default script if not plan move * file root of website. */ /** * use cms default script: */ require('content.php'); /** * use forum default script: */ // require('forum.php');
for vbulletin versions >= 4.2.
there's new "navigation manager". you'll find control settings here:
admin control panel -> settings -> navigation manager
.
find row forum tab.
on right side of row pull-down selector, click "set default" (you may need click "go" button afterwards).
the "change site default" panel appear.
verify forum tab "proposed default" , "yes" selected "confirm change", click "save".
the forum home page forums listing.
Comments
Post a Comment