Home
Help Index
About Codes
About Maintenance
About Parms
About Users
Code Implementation
Code Maintenance
Control Heirarchy
Documentation Maintenance
Field Add
Function Maintenance
Menu Maintenance
Merge Core Procedure
Merge Client Procedure
Page Add
Page Change
Page Copy
Program Creation
Program Maintenance
Parameter Maintenance
Ring Maintenance
Site Appearance
Site Setup
Site Setup Prep
System Maintenance
Table Add
Table Copy
Text Maintenance
Admin
|
Administrator's Guide to Site Parameters
Several levels of configuration settings are merged and applied when a page is published. Settings are specified at the site, ring or page level. A global default settings level is defined in the program code.
The site settings apply to the entire site. Ring settings apply to an entire "ring". Page settings apply to an individual page or portion of a page.
If an override is not specified, the setting from the global default level will apply. The site defaults, found in sysparms.txt, override the global defaults.
Any ring settings found in configrN.txt override the site settings. (N is the ring number.) Any page settings found at the top of an individual page override the ring settings.
Site Parms
|
|
Parameter Name
|
Default / Reset Specification
|
Override Specification
|
|
The title parameter specifies the site name. The site name appears in the title bar and the page header. The title bar displays title only if subheadon is false. If subheadon is true, title and subhead are displayed in the title bar separated by " - ".
| |
title
|
#title:My Site Survey
|
#title:Your title
|
|
The subtitle parameter specifies the subtitle that appears below the title in the page header.
| |
subtitle
|
#subtitle:A personal collection of links, views and opinions
|
#subtitle:Your subtitle
|
|
The icon_src parameter specifies the file name of the icon that appears in the page header.
| |
icon_src
|
#icon_src:icon.gif
|
#icon_src:Your icon
|
|
The icon_width parameter specifies the width, in pixels, of the icon that appears in the page header.
| |
icon_width
|
#icon_width:91
|
#icon_width:Your icon width
|
|
The icon_height parameter specifies the height, in pixels, of the icon that appears in the page header.
| |
icon_height
|
#icon_height:91
|
#icon_height:Your icon
|
|
The icon_nosize parameter, if true, causes the width and height attributes to be omitted from the img tag of the icon that appears in the page header.
| |
icon_nosize
|
#icon_nosize:false
|
#icon_nosize:true
|
|
The icon_alttext parameter specifies the alt text for the icon that appears in the page header.
| |
icon_alttext
|
#icon_alttext:man wearing cap on his head
|
#icon_alttext:Your alt text
|
|
The page_style parameter specifies the overall page style.
| |
page_style
|
#page_style:fullwidth
|
#page_style:inset
|
|
The menu_style parameter specifies where the menu is relative to the content.
| |
menu_style
|
#menu_style:side_by_side
|
#menu_style:stacked
|
|
The menu_layout parameter specifies the arrangement of the menu items.
| |
menu_layout
|
#menu_layout:vertical
|
#menu_layout:horizontal
|
|
The copyright parameter specifies the copyright message.
| |
copyright
|
#copyright:Copyright © 2005 Cy Think, Inc.
|
#copyright:Your copyright words
|
If not specified, the default value will apply.
|