The instructions say:
-------------------------------------------------------------------------------
find this line:
<input type="hidden" name="Number" value="$Main" />
or this line:
<input type="hidden" name="Number" value="$Number" />
and change it to this:
<input type="hidden" name="Number" value="$Main" />
<input type="hidden" name="Main" value="$Main" />
(some templates have more than one occurance)
-------------------------------------------------------------------------------
I believe is should be this:
-------------------------------------------------------------------------------
find this line:
<input type="hidden" name="Number" value="$Main" />
or this line:
<input type="hidden" name="Number" value="$Number" />
and AFTER it ADD this:
<input type="hidden" name="Main" value="$Main" />
(some templates have more than one occurance)
-------------------------------------------------------------------------------
When I did it the first way... when I edited posts both the reply and the main post got changes.

Also.... this doesn't seem to work for the first post of a new thread yet. Doesn't seem to here either.
Otherwise is now working great. Thanks!
