Hey,
In Joomla! how can I include just ONE module in a module position.
For example, I want to just include the User Login form from the 'left' position, but I don't know the code.
If you can help me out it would be appreciated!
Thanks
Simon

Hey,
In Joomla! how can I include just ONE module in a module position.
For example, I want to just include the User Login form from the 'left' position, but I don't know the code.
If you can help me out it would be appreciated!
Thanks
Simon
i think you edit it though cpanel, not in Joomla!
not sure though.
Depends, if the user module id is set to left
in edit html put
And get rid of all of the other mosLoadModule codes if you want to get rid of a modulePHP Code:<?php mosLoadModules ( 'left', -2 ); ?>
If the module is 9 or something put
PHP Code:<?php mosLoadModules ( 'user9', -2 ); ?>
Want to hide these adverts? Register an account for free!