Left and/or Right Columns
From PhpCOIN Documentation
Admin -> Parameters controls the side-columns site-wide.
But Admin -> Components -> xxxxxx determines whether a particular page has left and/or right and/or no columns. The setting can be for the entire module, or for a sub-set of a module.
For example, setting "pages" as follows:
Type: module Name: pages Mod: No. Columns: None[/CODE]
Means that NO columns will display for ALL "pages". But if we want pages record_id 5 only to DO display a left column, we need to add another component identical to pages but with the MOD as the record ID desired, like so:
Type: module Name: pages Mod: 5 No. Columns: Left Column[/CODE]
As each module/action is preparing to be displayed on-screen, phpCOIN checks the components table for the closest match to the module name/action/record_id/etc. and uses that record to control column display, user access, and browser title-bar title

