HOWTO: Modifying the conf files

General Overview

A lot of mySiteMaker's flexibility comes from your ability to modify the configuration (conf) files for each mySite. Editing a configuration file simply involves opening it with the text editor of your choice and changing things. Configuration files are stored in the "conf" directory which can be found in the same place that the mySiteMaker CGIs are stored. Configuration files themselves are named after the table and database that the mySite was created for. For example, if you created a mySite for a table named "addresses" in a database named "personnel", the configuration file would be named "personnel_addresses.conf"

It is advised that every column name be in the form table_name.column_name, even if otherwise shown here.

Below is a description of all of the configuration file parameter names. NOTE: Not all configuration files will come with all of the parameters listed below. If a parameter is missing from the file and you would like to add its functionality, just add the parameter name to the file on a new line and put a white space between it and its values.

Parameter Names

For direct and indirect relations, see the Joining Tables documentation.