Thanks,

I'm no programmer so would the following be correct?

The default:

<title>{if $inputTitle}{$inputTitle|strip_tags} - {/if}{$config.COMMUNITY_TITLE}{if $powered} - {$powered} UBB.threads™{/if}<${/if}</title>

Would become:

<title>{if $inputTitle}{$inputTitle|strip_tags} - {/if}{$config.COMMUNITY_TITLE}{if $powered} - my desired title strip;{/if}<${/if}</title>

Thanks,

Wayne