11
ackbarr
Re: How do you link to a post in a forum thread?

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:
le="color: #000000"><?php <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}></div></th>

to:
le="color: #000000"><?php <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]</a>[/b][/color]</div></th>

12
script_fu
Re: How do you link to a post in a forum thread?

Nice one ackbarr im adding this one right now.

13
Peekay
Re: How do you link to a post in a forum thread?
  • 2004/12/6 23:17

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


Ackbarr... you move faster than a speeding bullet! ...and if anyone says otherwise, I can now direct them to this EXACT post!