Ninja
I'm not looking to add a new position but to hide the html "<div class="slideshow-wrap">" code if no module loaded in position slideshow or slideshow-feature :
<!-- SLIDESHOW BLOCK -->
<div class="slideshow-wrap">
<jdoc:include type="modules" name="slideshow" />
<jdoc:include type="modules" name="slideshow-feature" />
</div>
<!-- // SLIDESHOW BLOCK -->
And I would like to use <?php if ($this->countModules('slideshow')) : ?> ...