11
peekay - you bring up a good point. I came up with a quick hack to the template set in newbb that gives you the URL to a specific post. It is currently active on xoops.org's forums. The post 'number' is now a link to the post itself, so to get the url, rightclick on post number, and copy URL to clipboard.
In modules/newbb/templates/newbb_thread.html change:
<th width="80%" align="left"><div class="comTitle"><{$topic_post.post_title}>div>th><th align="right"><div class="comTitle" align="right">#<{$topic_post.post_no}>
to:
<th width="80%" align="left"><div class="comTitle"><{$topic_post.post_title}>div>th><th align="right"><div class="comTitle" align="right">[color=008000][b]<a href="#forumpost<{$topic_post.post_id}>">[/b][/color]#<{$topic_post.post_no}>[color=008000][b][/b][/color]