View of /mambo/branches/4.6/help/templates.module-positions.html
Parent Directory
|
Revision Log
Revision 553 -
(download)
(as text)
(annotate)
Wed May 31 16:49:28 2006 UTC (7 years ago) by csouza
File size: 2984 byte(s)
Wed May 31 16:49:28 2006 UTC (7 years ago) by csouza
File size: 2984 byte(s)
replaced help files with xhtml compliant ones with title tag needed for help index
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US"> <head> <title>Module Positions</title> <link href="css/help.css" rel="stylesheet" type="text/css" /> </head> <body> <strong class="title">Module Positions</strong> <table width="100%" border="1" cellspacing="0" cellpadding="3"> <tr> <td width="16%" align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Purpose:</td> <td width="84%" valign="top" class="data"><p>The Module Positions page allows you to enter details of the module positions you have used in your template. All the default module positions are already entered and in general it is unlikely you would need to change this.Should you want to use positions that do not pre-exist in the default Mambo setup you can simply add a name for a module position and a description. The description is optional.</p> <p>Each module position you define in your template, must have an entry in module positions screen. Otherwise it wan't function.When you click on <strong>Site -> Preview -> Inline with Position</strong>, you may visualize your Home page with blocks displaying the Positions used in the template assigned to the Home page.</p> </td> </tr> <tr> <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Usage:</td> <td valign="top" class="data"><p>To create a new module position in your template, you insert this basic code into your template to be able to assign modules to a specific position.</p> <p><code><?php mosLoadModules ( 'position' ); ?></code></p> <ul> <li>The word 'position' is to be changed to whichever position you define on this page. The name of the positin must not has any spaces.</li> </ul> </td> </tr> <tr> <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Default State: </td> <td valign="top" class="data">n/a</td> </tr> <tr> <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Parameters:</td> <td valign="top" class="data">n/a</td> </tr> <tr> <td align="right" valign="top" bgcolor="#EFEFEF" class="datalabel">Toolbar Icons: </td> <td valign="top" class="data">n/a</td> </tr> </table> <p> </p> </body></html>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

