This is a general question about adding a new module to to a template. Lets say you have a template like "FIRE" and it has the standard mainbody with 2 additional user positions like "D" and "E".
This image is hidden for guests.
Please log in or register to see it.
Now lets say you have a template like "Blogtopia" that really doesn't have any additional module positions, other than "top".
This image is hidden for guests.
Please log in or register to see it.
I have a template similar to "Blogtopia" and I would like to add two module positions like "user1" and "user2" shown here in this template above the mainbody like this:
This image is hidden for guests.
Please log in or register to see it.
I have found that by locating the mosMainBody(); statement and adding something like<?php mosLoadModules('bottom', -1); ?>
below the mainbody places a new footer module into my template. So how would I create 2 side by side modules above the mainbody like you see here in the Mobius Template?
:-\