The
tricky issue : phpBB and a CMS.
I mean, of course solutions are plenty, but none is, IMHO, really satisficing unless you do code a bit.
The main thing is sessions sharing, if you want your phpBB user to be able to use the same user and password on the cms, you'll need to have the two sharing the same user base.
In principle, it's not very complicated, but, if you do not know much about php/mysql, it can be a real pain.
Some CMS do offer sessions sharing support module for phpBB3, such as wordpress, with the
wp-united module.
I don't know precisely about joomla and manbo with phpBB3, but even if these two are very handy to use for non techie users, and that they offer many really interesting modules for almost every type of needs, I preferred for myself another approach. I tend to use separate software and put up a session sharing myslef.
This is more coding, but, I do not only depend on one application's modules, since you may prefer wordpress for blogs, phpbb for a forum and php cake for your portal.
In your case, word press can be handy if you do not need more than news on the home page, since the sessions sharing exists, it should not be to much work.
But, if a blog is not enough, maybe a more complete cms like drupal would do the trick better, it's an important choice on the long run.
About the several mod rewrite available here for php, it's really as said on the presentation thread, for the advanced mod :
It requires an active moderation and strict rules for topic titles, if the forum is more open.
Because you don't want to end up with 80% of your topic URLs being like "oh-this-is-so-cool-i-can-t-believe-it-vtXX.html", this would end up not optimizing anything anymore.
So this is something that can end up to be tricky to use in some cases.
That's what you should think about before going online with it.
The phpBB3 version introduces a new feature, the virtual folder trick. It's making the mixed mod a lot more powerful, since you can add the forum url int the topic ones, makes really nice urls since you can choose the forum urls keywords : forum-keywords/topicxx.html
So if you think that you'll have good topic titles in general, you can go for the advanced one, if not, the mixed mod will be easier to deal with.
The simple really is meant for site that do not use a-z characters barely or at all.
