PDA

View Full Version : Simple joomla help?



Invent
10-09-2007, 09:16 PM
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

RICHe
10-09-2007, 09:49 PM
i think you edit it though cpanel, not in Joomla!

not sure though.

Jibbish
11-09-2007, 03:30 PM
Depends, if the user module id is set to left
in edit html put


<?php mosLoadModules ( 'left', -2 ); ?>


And get rid of all of the other mosLoadModule codes if you want to get rid of a module
If the module is 9 or something put



<?php mosLoadModules ( 'user9', -2 ); ?>

Want to hide these adverts? Register an account for free!