Child pages
  • Managing Modules

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to the "Modules" tab, and its "Positions" sub-tab.
  2. Click the "Transplant a module" link.
  3. In the "Module" drop-down listmenu, select the module you want to transplant.
  4. In the "Hook Into" drop-down listmenu, select where you want to transplant the module to.
  5. In the "Exceptions" field, type the name of the file(s) of the pages in which you do not want the module to appear.
  6. Click the "Save" button.

The "Hook Into" drop-down menu gives you a good idea where module can be placed.

Transplanting a module by modifying its code

...

Code Block
html
html
function hookTop($params)
  {
  ...
  }

In order for instance to transplant the Currency block into the right column, you need to create:

...

The first one is explicit, the second one cancels all changes you might have made to your modules during this live-editing session. Note that once you have clicked after having removed a module, you'll have to use go to the "Positions" back-office tool sub-tab and use the "Transplant a module" form in order to bring it back.

...