PDA

View Full Version : How to use vBulletin Blog as homepage?


djvd-sammobile
10-03-2011, 02:21 PM
Hello,

I recently installed vBulletin 4 publishing suite. I like the blog functionality pretty much, so I want it to be the "homepage"/frontpage of the website (the index.php), readable by both registered (logged in) users and guests. How do I make that happen?

Can't seem to find that one out on myself :(



Kind regards,
Daniel

HMBeaty
10-03-2011, 02:37 PM
In index.php, change:
require('content.php');and
require('forum.php');To
// require('content.php');and
// require('forum.php');and add
require('blog.php');
above
// require('content.php');

djvd-sammobile
10-03-2011, 02:41 PM
In index.php, change:
require('content.php');and
require('forum.php');To
// require('content.php');and
// require('forum.php');and add
require('blog.php');
above
// require('content.php');

Will try that right away. Do you also know how to make those blogs written by admins public (eg visible without logging in) ?
Thanks for your help sir!

HMBeaty
10-03-2011, 02:53 PM
Will try that right away. Do you also know how to make those blogs written by admins public (eg visible without logging in) ?
Thanks for your help sir!
At the moment, no, I'm not sure