Page 1 of 1

SOLVED >> Templates, Where are these Stored?

Posted: Mon 3. May 2004, 10:04
by trip
Hi there
I have a little trouble with the new release, just doing some testing, I have ie and mozilla, problem is when creating a template, certain areas dont save properly.

eg I add new html to the footer, save and this info does not get overwritten, but adds more of the adjusted html!!

Please help.

Also if these are saved, is this in the DB or on the Server??

regards
TriP

Posted: Tue 4. May 2004, 06:22
by sayitfast1
The Html code is in the DB ... pics are in folder on server.

Posted: Tue 4. May 2004, 08:57
by trip
I have looked through the DB, but have not found any code, could you tell me whcih table this is in??

TriP

Posted: Tue 4. May 2004, 09:27
by frold
trip wrote:I have looked through the DB, but have not found any code, could you tell me whcih table this is in??

TriP
It is stored as a "blog" or what it is called - as you can hear Im not a db wizard....

Posted: Fri 7. May 2004, 00:18
by Oliver Georgi
template is stored as base64 encoded string in phpwcms_template

Oliver

Posted: Fri 7. May 2004, 10:02
by bertalizer
Oliver Georgi wrote:template is stored as base64 encoded string
Hi Oliver,
Does this have a specific reason?
B.

Posted: Fri 7. May 2004, 12:35
by Oliver Georgi
it's better when you are using lots of javascript and such stuff - then I do not have to think about special chars in MySQL and/or PHP like \ ' " % and so on....

Regards
Oliver

Posted: Sat 8. May 2004, 09:57
by Oliver Georgi
it's the same for every template. The default template setting is only neccessary for the index page.

Oliver