As far as I understand your request right, you want to format your links in a user defined scheme e.g. [http://www.mylink.htm]. Right?
As the "untagged" way, as you say, is the phpbb standard I think I'll stick to this generally and won't make the requested changes within the script.
But as you have the scripts (in your installation of BBCodeWriter) you can make these changes for your own version if you like. It's easy. You can find the settings in
BBCodeEditor.ahk within the "phpbb" subfolder.
Open the script and go to line 774 (might be somewhere around this line number - it's the
BtnURL subroutine) and change the line
Code:
PasteBBCode := SetBBCodeTags("[url]", "[/url]")
to
Code:
PasteBBCode := SetBBCodeTags("[url][", "][/url]")
This should do the trick.
btw. have you seen the little credits GUI?

Click the image in "About GUI"
___________
Cheers
AGU