Okay, the hack will now remember which template set you were editing,
until you click the
[Edit a different template set] link.
Please note that this version of the script requires on of two things to be active:
You
must either have GZip encoding turned on for your forum,
or you must have
Code:
output_buffering = On;
set in your php.ini configuration file. output_buffering is PHP4 only. Without one of these two items, the cookie-setting mechanism will fail, resulting in an error message.
Once the final version of vB2 is out, I will make the necessary modifications to the script to remove these requirements, but for now, it would require too much messing about with the code to make it worth my while.