Trying to get this to work in my gallery but i think user error must be hampering me.
I have installed the extension in /system/extensions and enabled it in the Extensions manager control panel.
Then in my gallery category template I have:
{exp:gallery:entries gallery="{gallery_name}" children="true" orderby="date" sort="desc" columns="4" rows="8"}
<h2>{category}</h2>
<p>{category_description}</p>
<table class="tableBorder" cellpadding="6" cellspacing="1" border="0" width="100%" style="padding-top: 10px;">
{entries}
{row_start}<tr>{/row_start}
{row}
<td class="thumbs">
<a href="{id_path=scrapbook/image_full}"><img src="{thumb_url}" class="border" width="{thumb_width}" height="{thumb_height}" border="0" title="{title}" /></a>
<div class="title-small">{title}</div>
</td>
{/row}
{row_blank}<td class="thumbs"> </td>{/row_blank}
{row_end}</tr>{/row_end}
{/entries}
However it is still only showing images from the selected category and not any sub categories. Any keen eyes spot the error? Using EE 1.5.1, cheers Kenny