phpBB import
Categories
Component ID
1798306
Component name
phpBB import
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Module made for Drupal 7.x
The module phpbb_import, is made for all the sites have Drupal and phpBB forum installed
It imports the last comments published into phpBB platform, publishing it into the Drupal website
The content is available into a block.
Publishing the block, the content will be visible.
Despite other modules, this imports only the last comments paginating them in this way:
- The title of the topic, clicking on it you go directly to the last post related to that topic
- The author of the topic, clickin on it you to to the profile of the author
The output is on a block, you can put in any part of the template.
The installation and the set up is very simple:
- Upload the phpBB import archive files from drupal.org/project/phpbb_import to a modules directory on your server such as sites/all/modules/phpbb_import or sites/default/modules/phpbb_import.
- Enable the module via the Admin > Site building > Modules
- The last step is to configure the phpbb_import module
- Go to the link /admin/config/phpbb/phpbb_import OR Configuration -> phpBB import -> Settings
- Insert the maximum number of links to display in the block.
- Insert the root path of the phpBB installation
- Insert the full path and the file name of config.php (e.g.: /forum/config.php)
