Submitted by madmatter23 on Wed, 06/08/2011 - 20:53
I recently submitted a submodule to the popular Search by Page module. It allows pages to be indexed according to their taxonomy terms (with depth modifier option). Still need to develop some tests to make sure that the module works in all scenarios, but it's a good start. Feel free to comment or pitch in!
Submitted by madmatter23 on Tue, 04/19/2011 - 14:46
Here's a useful Jooma template coding, php snippet:
<?php if($this->countModules('position1')) : ?>
<div class="inner-wrapper">
<jdoc:include type="modules" name="position1" />
</div>
<?php endif; ?>
This will only show position 'position1' and its wrapping div if the position contains a module.
Recent comments