Any easy way to make this work for inline attachments also?
I started poking around the code for attachments, and all the different hooks, but I'm at a loss.
Inline attachments insert code directly into the post like so:
[attach]XXXX[/attach] where XXXX is the attachmentid.
*snip*
-----
Well, I've done it but I think it will require a file edit no matter what. *sigh*
I had to edit class_bbcode.php and add a case for "mp3" and give the proper code. No other way around that, I guess. I don't think any of the bbcode hook locations can handle this through plugins.
|