I have created a website using vbulletin i have installed CMS and BLOG modules in it in admin my default setting is forums but when we enter the homepage url it is redirecting me to http://www.demo.com/content/ content is my cms page Please help
相关问题
- Having an image stripped of metadata upon upload i
- Login to site with curl in vBulletin
- Can't login with HttpWebRequests
- vBulletin Curl login redirect not working
- Complex(?) Name Matching Regex for vBulletin
相关文章
- Login to site with curl in vBulletin
- vBulletin卷曲登录重定向不工作(vBulletin Curl login redirect
- 登录vBulletin使用的HtmlUnit(Login to vBulletin using ht
- Can't login with HttpWebRequests
- 如何改变vBulletin的主页论坛,而不是默认(CMS或活动流)?(How do you chan
- Can't login with HttpWebRequests
- vBulletin Curl login redirect not working
- HTTP苏联和HTTP-PACK?(HTTP-SOVIET and HTTP-PACK?)
For vBulletin versions < 4.2.
You need to modify the forum index page located in the top level of your vBulletin directory. Based on the URL in your question it's this file:
http://www.demo.com/index.php
Here is the contents of that file, you can choose whether the CMS or the Forum is the default home page.
For vBulletin versions >= 4.2.
There's a new "Navigation Manager". You'll find the control settings here:
Admin Control Panel -> Settings -> Navigation Manager
.Find the row for the Forum tab.
On the right side of the row is a pull-down selector, click "Set Default" (you may need to click the "Go" button afterwards).
The "Change Site Default" panel will appear.
Verify that the Forum tab is the "Proposed Default" and that "Yes" is selected for "Confirm Change", then click "Save".
The forum home page is now the forums listing.