Is it possible to replace text After user submitted new post, Before inserting to database. For example:
Code:
[url=http://www.mysite.com/forum/showthread.php?t=1234]something[/url]
[url]http://www.mysite.com/forum/showthread.php?t=1234[/url]
www.mysite.com/forum/showthread.php?t=1234
to
Code:
[thread=1234]something[/thread]
[thread]1234[/thread]
[thread]1234[/thread]
This is not about updating old posts in database via query, and not about bbcode parsing.
Is it possible to do with hooks? Is it possible with file edits? /includes/functions_newpost.php
May be someone knows hack or plugin with similar code?