By Mark Pickford
Re:Newbie Module Pos Question 3 Weeks, 3 Days ago
It's quite easy if it is explained properly, so here goes...
The first step is to upload your module in the usual manner then create a new module position in:
site> template manager>module positions
Lets say we made a new position "test_pos".
Next, create a content item e.g. 'How to find us' where you want the map to appear. Don't forget to create a menu __link__ to the content item or no-one will see the map.
Next, publish the new module to the new module position "test_pos" we created above.
Next, go to the content item in which we want the map to appear (How to find us) and in your text editor write the code below exactly where you want the map to appear:
| Code: : |
{mosloadposition test_pos}
|
Please use curly parenthesis around this code.
This code will load the module published at test_pos module position.
I hope this helps.
Mark
Post edited by: markpickford, at: 2007/09/16 20:11