I would like to publish the inset position only in article view, i know that J! only lets you asign modules to a menu item but searching in the forum e saw a code sniped that it seems to be good for me.<?php if( JRequest::getVar( 'view' ) == 'article' ): ?>
<jdoc:include type="modules" name="your_custom_position" />
<?php endif; ?>
In Versatility 4 and in my case i could publish a "recent" or "top news" module on the inset position without afecting the frontpage or category/section view.
Is it possible to replicate that to J1.0 so that the module position is published wen viewing an article at template level?
This opens lots of possibilities for layout options.
Any thoughts or recomendations on this?