phpbbforum 6.x-2.0-beta7
| Download | Size | md5 hash |
|---|---|---|
| phpbbforum-6.x-2.0-beta7.tar.gz | 301.96 KB | ae968a5ded9ec0fff0b98c8cb3be1ba7 |
Official release from CVS tag: DRUPAL-6--2-0-BETA7
Last updated: September 2, 2009 - 18:25
reset password issue fixed
To display the phpBB topic comments in the node,
you should insert in your theme in node-your_content_type.tpl.php these lines
<?php if ($phpbbforum_comments): ?>
<div id="phpbbforum-node-comments"><?php print $phpbbforum_comments; ?></div>
<?php endif; ?>