Quote:
Originally Posted by Pottsy
There is quite a bit of work to be done. The way TP stores the prefixes is very simple, but vb does it differently, in a proper database kind of way.
If someone is good at SQL it is all quite possible though. Needs about 4 or 5 steps. Any SQL experts out there?
|
Okay, looking at the database in phpMyAdmin, it looks doable, save for a few things I don't know:
- I can't find where the TP prefixes are stored.
- I can't find the relationship between a post and a native thread prefix. It is not in the "post" table.
If anyone can answer these, I could most likely whip up a PHP script.