Quote:
Originally Posted by tgmorris
Here it is. It will likely need tweaking for each individual as I tuned it to handle how I did smilies on my site. The vb3 sections could probably be used for any other system as well.
|
Tom,
I looked at your wbb3.php code and it seems to be exactly what I need - And I can follow every instruction except the MySQL changes.
Can anyone walk this phpMySQL newbie through the
ALTER TABLE post ADD COLUMN originalid int(5);
ALTER TABLE post ADD COLUMN previousid int(5);
steps. After that I'm fine, but what exactly do I need to do here?