
But this is now secondary, but if anyone knows we are waiting.

Thanks again.


edipinho@rstche:/opt/lampp/htdocs/x260a32/xoops_lib$ composer install
PHP Fatal error: Call to undefined function Composer\Json\json_decode() in phar:///usr/local/bin/composer/src/Composer/Json/JsonFile.php on line 147
Fatal error: Call to undefined function Composer\Json\json_decode() in phar:///usr/local/bin/composer/src/Composer/Json/JsonFile.php on line 147
edipinho@rstche:/opt/lampp/htdocs/x260a32/xoops_lib$
To leave the subcategories, the briefcase, one under the other.
Should be changed in the module MyAlbum file: /templates/myalbum_categories.html
Add a '
' (without quotation mark) at the end of lines 20, 22 and 25 in the early (At the end of line jumps category). <table width="100%" border='0' cellspacing='5' cellpadding='0' align="center">
<tr>
<{foreach from=$subcategories item=cat key=count}>
<td valign="top" align="right">
<{if $cat.imgurl != ""}>
<a href="<{$mod_url}>/viewcat.php?cid=<{$cat.cid}>">
<img src="<{$cat.imgurl}>" width="120" border="0" alt="" />
a>
<{else}>
<a href="<{$mod_url}>/viewcat.php?cid=<{$cat.cid}>">
<img src="<{$mod_url}>/images/folder32.gif" width="32" height="32" border="0" alt="" />
a>
<{/if}>
td>
<td valign="top" align="left" width="33%">
<a href="<{$mod_url}>/viewcat.php?cid=<{$cat.cid}>"><span style="font:bold 150%;"><{$cat.title}>span>a> <{$lang_total}><{$cat.photo_total_sum}> (<{$cat.photo_small_sum}>)
<br />
<{foreach from=$cat.subcategories item=subcat}>
<{if $subcat.number_of_subcat}>
<a href="<{$mod_url}>/viewcat.php?cid=<{$subcat.cid}>"><img src="<{$mod_url}>/images/folder16.gif" width="16" height="16" alt="" /><{$subcat.title}><img src='<{$mod_url}>/images/subcat.gif' width='15' height='15' />a> <br />
<{else}>
<a href="<{$mod_url}>/viewcat.php?cid=<{$subcat.cid}>"><img src="<{$mod_url}>/images/folder16.gif" width="16" height="16" alt="" /><{$subcat.title}>a> (<{$subcat.photo_small_sum}>) <br />
<{/if}>
<{/foreach}>
<br />td>
<{if ($count+1) is div by 3}>
tr><tr>
<{/if}>
<{/foreach}>
tr>
table>