I'm afraid that doesn't have anything to do with my problem, though, because there's no way to insert links at bbcode_parse_start if BBcode is off, and bbcode_parse_complete doesn't seem to get called if there are no BBcode tags (and probably not if BBcode is off either). I think the postbit_display_complete hook is the way to go, which means working with the HTML after it's been generated.
Currently I'm using PHP's XML DOM functions to process the generated HTML. I think this approach might actually work...
- Kef
|