Topic: Suggesting [IMPORT] BBcode
So if you have external txt file which includes bbcodes and foorum post that you want share in multiple forums....
1. your txt file is in http://domain.com/file.txt
2. You make forum post: [import]http://domain.com/file.txt[/import]
Now forum would generate forum post from external txt file.
Reason why:
When you have post which you want to share mutliple forums, but the post is not complete, you would want to update only txt file which updates every forum post right away, without multiple editing on multiple forums. Also import would only use BBcodes and text importing. So usual php codes and such would not work. Also suggesting if forum dosent use most used style of bbcodes etc. [list type=decimal][li][/li][/list] etc. This because [IMPORT] tag would need to support some generic BBcode in order to have mutliple sites support same BBcodes.
Additionaaly you could think this like this:
Normal: Write post, stored mysql, view post from mysql
With [IMPORT] tags: Write post, post stored to mysql, get post from mysql, view output from [IMPORT]