Developer forum

Forum » Development » Request: Information on Stylesheet > page and template options

Request: Information on Stylesheet > page and template options


Reply
 In the stylesheet section, for each stylesheet there is a page section, where you have tabs for setting page options, page template, page footer and various other options.

On the page tab there is a Logo, Top-graphics and menu logo fieldset. Where are the informations in these stored?

We have used these to point at the local domain for XSLT purposes. But these change from the development server, to test server, to production. I need the information to manufacture a script, that will set these options, every time we upload a new database from the development enviroment.

Replies

 
Nicolai Høeg Pedersen
Reply
It is difficult to manipulate...

Take a look in table StylesheetClass, where column name StylesheetClassName has a value of body. In there you will find a xml document with the value in the coresponding StylesheetClassXML field.

When you edit the stylesheet from the backend, it saves the data to this table/field and generates another xml docoment in /Files/XML1.xml, where 1 is the stylesheet ID.

Hopes this helps you.

 

You must be logged in to post in the forum