In ACP under Posting, you'll see BBCodes, you'll want to make a new one here. I haven't tested this, but in theory it should work:
If you want the link text to be different than the url thenBBCode Usage: [externalLink]{URL}[/externalLink]
HTML replacement: <a href="{URL}" target="_blank">{URL}</a>
Then you'd change your bbcode surrounding your link to [externalLink]http://yourURL.here[/externalLink] OR to [externalLink=http://yourURL.here]This is the text on the page[/externalLink]BBCode Usage: [externalLink={URL}]{TEXT}[/externalLink]
HTML replacement: <a href="{URL}" target="_blank">{TEXT}</a>
You can view the topic I nabbed this from here for potentially more detailed instructions: https://www.phpbb.com/community/viewtop ... #p12997110
Note: this will make the external link you want open in a new window / tab.
Hopefully this helps you.