posted 16 years ago
The BBCode "markups" are defined in the bb-config.xml file (in the WEB-INF/config dir). There are basically regex expressions that re-write the bbcode info to HTML.
This is also where the "auto-url" matching process occurs as well. You may be able to add in a URL match rule that looks for jForum references or local site references and applies the target you want. You'll need to play around with the ordering to get it right.
Also, remember to clear the BBCache to make any changes to the file active.
[originally posted on jforum.net by monroe]