Here's One Template that you are missing (when there is no gift in a category) i've added it. for those who care
gifts_add_no_gifts
Quote:
<td width="$width" class="alt1" align="center" valign="bottom">
<span><b>
There Is Currently no Gift In This Category
</b></span><br /></td>
|
Second There was about 5 templates uncached i dont remember each but here's the full list (so far) you can add the ones you are missing to the products.
Gifts Memberlist Cache
Quote:
$globaltemplates[] = 'memberinfo_block_gifts';
$globaltemplates[] = 'gifts_list_row_start';
$globaltemplates[] = 'gifts_members_list_bit';
$globaltemplates[] = 'gifts_list_row_break';
$globaltemplates[] = 'gifts_list_member_nogifts';
$globaltemplates[] = 'gifts_list_nogifts';
$globaltemplates[] = 'gifts_add_category_select';
$globaltemplates[] = 'gifts_add_no_gifts';
|