I have it working for PHP on my board...
The problem is that posts are cached, meaning if you post it in style#1 as an administrator, it will be parsed and stored in the database (exactly what you saw for a given style). That condition no longer exists when you view it a second time. Kind of defeats the purpose of the templates, but oh well.
In the PHP bbcode template, there are comments you can use as reference points to alter the contents... Here is what I'm using:
You must first be a
registered member to view any code.
It can probably be altered to run in the postbit factory, but I don't have time to mess around and get it as fast as possible. You'll have to alter the forumids, usergroupids, and also the replace text because that CSS class won't exist for you.
Using some common sense and copy pasting, you should be able to get it working for all of the templates (though you'll have to edit them).
- If anyone knows a better method let me know, because this isn't exactly an elegant work around.