module

Search by Page - by Taxonomy Term

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!

Conditionally show Joomla position if it is not empty

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.

Subscribe to RSS - module