11
Your answer is in template over riding. This is where I would start.
\themes\your_theme\modules\newbb\newbb_thread.html
Something like this would need to be used from one of the templates in cbb.
<{if $topic_post.post_signature}>
_________________
<{$topic_post.post_signature}>
<{/if}>
Then you would need to figure out where the code would go in other modules. The code might need to be redone inorder to work.
\themes\your_theme\modules\news\news_item.html
\themes\your_theme\modules\news\news_article.html
This is just an example... Meaning not tested...
You could go through all this and still might half to hack the core with new code in order for this to work.