kic wrote:
Okay, i'm a totally noob here now, could you guide me in how i use standard positions with fixed names?, i know t.ex that the menu i would like to see is called user3 in the template, and i have read that i can use a global suffix for the module, but i don't know how to use it correctly.
The standard Joomla way to insert module position is to use jdoc tag:
<jdoc:include type="modules" name="user3" />
Note that in this way the position name cannot be changed without modifying of the template.
Core MJ templates use more complicated way: they get position names from MJ settings and insert jdoc tag dynamically by call to $MobileJoomla->loadModules. But this fact doesn't mean that MJ cannot use templates with "fixed" position names. So, you can use any way.