7
Mamba, thanks for Your work. Old Adslight 2.2 didn't work for me. Now is work, but there is no list of categories on the main page. I think that the template adslight_category.tpl is not included,
In adslight_index.tpl is code:
<table border="0" cellspacing="0" cellpadding="0" align="center">
<td colspan="2" valign="top">td>
<tr>
<{foreach item=category from=$categories}>
<td valign="top">
<{if $category.image != ""}>
<{$category.image}>
<{/if}>
<br><br>
td>
<td valign="top">
<div align="left">
<a class="catlist"
href="<{$xoops_url}>/modules/adslight/viewcats.php?cid=<{$category.id}>"><strong><{$category.title}>strong>a> - [<{$category.totallisting}>
]<br>
<{$category.subcategories}>
div>
td>
<{if $category.count is div by 2}>
tr>
<tr>
<{/if}>
<{/foreach}>
tr>
table><br>
but the categories table is not visible.