what i did so far is
in downloads_search_result
i added
Code:
<tdclass="thead">{$vbphrase['ecdownloads_category']}</td>
after
Code:
<td class="thead">{$vbphrase['date']}</td>
and in downloads_search_result_bit
i added
Code:
<td class="$bgclass">{$file['category']}</td>
after
Code:
<td class="$bgclass">$date</td>
And i can see results, only thing is i only see category # not the name? Is possible to see the cat name acctualy?
Thank you