Okay, so before I even begin working on this, let me make sure I know what I'm doing. I use the postbit_legacy postbit.
So in the postbit_legacy template, at the top I'm going to put in this:
Code:
<if condition="THIS_SCRIPT == 'private'">
new postbit code
<else />
what is currently in postbit_legacy
</if>
Is that correct? If so, I think I can handle that.
UPDATE: I did that, and it works. Thanks a lot.