I'm trying to add another field into the General Settings. Everything in that textarea gets assigned to the string $YourNotice. This information is stored into the UltBB.setup file as
UltBB.setup is one of the required files for Ultimate.cgi
I *believe* that $YourNotice gets interpolated (if it is within qq) at the point of the require statement in Ultimate.cgi. At this point, $TableColorStrip and $TheColSpan don't have values so $YourNotice is interpolated with blanks instead of values. Then when I try to print $YourNotice later on in Ultimate.cgi, I get a string that has blanks.
If I specify $YourNotice to be within a single q in UltBB.setup, there is no interpolation at the require line in Ultimate.cgi. But then I want it to be interpolated later on when I've defined $TableColorStrip and $TheColSpan.
I hope this makes sense. Let me know if I'm thinking about it correctly.
Thanks!
------------------
Billy Bandit
Bandit Boys