Edit the login_bar_form template and change this:
Code:
<input type="hidden" name="redirect" value="{$requestPaths.requestUri}" />
To this:
Rich (BB code):
<input type="hidden" name="redirect" value="{xen:link 'threads/thread-title.id/'}" />
Change
thread-title.id to the actual thread title and ID.