I know by default in Vbull, any standard link (url) in a post will open in a new window. I see by the code you showed that it can be changed to open in the same window.
What I want to know, is there a way to add a conditional statement ( ie in affect, <if "start of url == http://yoursite.com/forum/">then open same window><else />open new window) to the code you showed above, so that any url that links to a forums' internal page will open in the same window as the post is in, but any url in a post that points to an external (non forum page, outside source) would open in a new window?
Examples, these two urls' are in the same post:
This internal forum url (or any other) would open in the same window;
http://shipmodeling.net/vb_forum/art...ticle&artid=38
This external (non forum page) url would open in a new window;
http://www.google.com/
John