Alright, so what is the best method to put a template into the DB via a script. I used to have it down pat, but then VB3 came out...
Here's what I wanna do, simply drop the template(s) into the template table and then rebuild the styles so that the templates show in all styles. How do I go about doing that?
The big question is how to install the template to ALL templates without installing to the MASTER STYLE?
Thanks for any help you may have on this one.
)O( Cloudrunner )O(
P.s. What's the difference between the two columns in the templates table:
template | template_un
And lastly, would I be correct in assuming that for the dateline, a simple mktime() would suffice for the time at insert into the DB?
Thanks again.
Quote:
Originally Posted by Cloudrunner
Alright, so what is the best method to put a template into the DB via a script. I used to have it down pat, but then VB3 came out...
Here's what I wanna do, simply drop the template(s) into the template table and then rebuild the styles so that the templates show in all styles. How do I go about doing that?
The big question is how to install the template to ALL templates without installing to the MASTER STYLE?
Thanks for any help you may have on this one.
)O( Cloudrunner )O(
P.s. What's the difference between the two columns in the templates table:
template | template_un
And lastly, would I be correct in assuming that for the dateline, a simple mktime() would suffice for the time at insert into the DB?
Thanks again.
|
nvm folks, got it figgered out