Drupal forum module
venudrupal - October 1, 2009 - 10:00
Hi All
I am using drupal to design a website.I would like to add advanced forum module to my website.I have used the core forum module but it is not sufficient.I need advanced forum module.Where can i get it from? and how can i install it? Please do the needful.And one more thing can i use phpbb in drupal for forums and how can i? Please Help me.
Thanks,
kitti

The Advanced Forum module is
The Advanced Forum module is located at: http://drupal.org/project/advanced_forum
You will also need the Author Pane project: http://drupal.org/project/author_pane
These modules are installed the usual way--download to sites/all/modules folder and install through admin/build/modules. Don't forget to set permissions. Advanced_forum module lets you set configuration options.
You can run phpBB on the same server and use a bridge between phpBB and your Drupal site. See this project: http://drupal.org/project/phpbb2drupal. HOwever I believe there is some complexity with running these two systems side-by-side, particularly in synchronizing user information.
Doug Stumberger
www.raceonedesign.com
dstumberger --AT-- hotmail --DOT-- com
Unfortunately the
Unfortunately the phpbb/drupal bridge module is buggy as hell. I have spent the last few weeks working on migrating my system entirely into Drupal instead of running the bridge.