Posted by vb on September 2, 2009 at 6:24pm
| Download | Size | md5 hash |
|---|---|---|
| phpbbforum-6.x-2.0-beta7.tar.gz | 301.96 KB | ae968a5ded9ec0fff0b98c8cb3be1ba7 |
| phpbbforum-6.x-2.0-beta7.zip | 389.41 KB | e2c7d25d58c0299c3204e8fca5a88e4d |
Last updated: December 24, 2010 - 23:36
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; ?>