PDA

View Full Version : Catch post message before bbcode parse


Moya
11-10-2005, 07:13 PM
Hello All,

Is it possible to catch and format the post text before we send it to class bbcode with hook?

Originally it is something like this

text => bbcode parse

return text = text

Now I want it like this

text => text2

text2 => bbcode parse

return text = text2

If it is possible, would you please show me how.

Thanks