View of /mambo/branches/4.6/help/templates.module-positions.html
Parent Directory
|
Revision Log
Revision 551 -
(download)
(as text)
(annotate)
Tue May 30 23:35:27 2006 UTC (6 years, 11 months ago) by csouza
File size: 3252 byte(s)
Tue May 30 23:35:27 2006 UTC (6 years, 11 months ago) by csouza
File size: 3252 byte(s)
final installment of new and renamed help screens and component toolbars changed to reflect new naming.
<style type="text/css">
<!--
.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
background-color: #FF6600;
display: block;
border: 1px solid #000000;
padding: 5px;
}
.datalabel {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
.data {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
code {
font-family: "Courier New", Courier, mono;
font-size: 11px;
}
ul {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
-->
</style>
<strong class="title">Modules 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>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

