Modules


Author Message
Peter

Posted: 3/23/2009
Quote message 

I can add more modules to my template, but does anybody know how to make 4 modules in a row?
 
jennifer

Posted: 3/25/2009
Quote message 

The same way you make any number of modules in a row. Put them in divs of 24% width for 4 of them.


 
Riadh .T

Posted: 4/10/2009
Quote message 

hello all,
Can you tell me please how to add new module positions !
Ive tried to add this line :
<jdoc:include type="modules" name="user1" style="artblock" />
and add <position>user1</position> in the templateDetails.xml
and when i type www.mysite.com/?tp=1 and i can see the module position user1 displayed at the right place, so i installed a module in the user1 position
but i cant see the module position in my template.

Any help would be appreciated.
 
Anthony

Posted: 4/10/2009
Quote message 

Remove the style maybe?

<jdoc:include type="modules" name="user1" style="xhtml" />
 
Riadh .T

Posted: 4/12/2009
Quote message 

Ive found it :-)

the code for adding the module position wasnt at the right place :-<
ive juste put it in the right place and all goes perfectly.

Thank you Jennifer, it was really very easy :-P
 
Paul

Posted: 4/12/2009
Quote message 

Riadh, where was the correct position to put the code? I have the same problem as you.