This is very simple to add, and judging from my clients remarks, well received. It links to the HTML version of the users guide for threads posted at Infopop.com. No further scripting (.js) is needed as it uses the .js already supplied with threads.
Edit the faq.tmpl and find:
<tr>
<td class="tdheader">
{$ubbt_lang['HEAD']}
</td>
</tr>
and replace it with:
<tr>
<td class="tdheader">
{$ubbt_lang['HEAD']} ( <a href="javascript:void(0);" onClick="javascript:window.open('http://www.infopop.com/support/ubbthreads/UBBTuser.html','event','toolbar=no, menubar=no,location=no,directories=no,status=no,resizable=yes,scrollbars=yes,width=400,height=300,top=200,left=200');"> {$ubbt_lang['advanced_help']} </a> )
</td>
</tr>
Then add advanced_help to your language file for the faq, and type in Advanced Help, or whatever you wish.
Enjoy
