Hi again,
I’d have another question.
I have installed a new module for Virtuemart that deals with images.
I have difficulties making it to work:
I can position the module in “debug” and it works when I display a “Featured products” but it causes errors when I want to display a category.
I suppose it is because I need to have a position that work in both cases.
what I have done:
I have created a new position called newmoduleposition in “Module -> Position”
I have allocated the module to this new position
then I have tried something like this below the </header> section of the Zeolite:
<!– BEGIN: newmoduleposition –>
<div id=”newmoduleposition” >
<div class=”newmoduleposition-class”>
<?php mosLoadModules ( ‘newmoduleposition’, -1 ); ?>
//just like <?php mosLoadModules ( ‘right’, -1 ); ?>
</div>
</div>
<!– END: newmoduleposition –>
it does work…
would you have any suggestion on how to proceed for this to work please?
thanks!