how to add multiple modules to a single page in digitalus
Posted
by
jspeshu
on Stack Overflow
See other posts from Stack Overflow
or by jspeshu
Published on 2010-12-28T14:32:55Z
Indexed on
2010/12/29
12:53 UTC
Read the original article
Hit count: 182
when i do some thing like this i can see the module
<div id='search' class="module">
<digitalusControl type='moduleSelector' id='module' label="searchM" group='mods' /> </div>
but i want to have two modules so i make something like this
<div id='search' class="module">
<digitalusControl type='moduleSelector' id='modulesearch' label="searchM" group='mods' /> </div>
<div id='search' class="module">
<digitalusControl type='moduleSelector' id='modulenews' label="newsM" group='mods' /> </div>
plz help how can i create multiple modules since i can't create another element "digitalusControl" with id "module"
i really need this plz help
EDIT: even worse a template with only one module, this single line is not working for me
© Stack Overflow or respective owner