Posted: 04/11/2005 9:47:03 AM
Reply Quoted
Hi Dmitry
This is the code for the catlist_element_main_dir.tpl
i have tried everything and it still doesnt seem to be able to pick up the inlink/index.tpl
<!-- Template: categories/catlist_element.tpl -->
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<a href="<inp:cat _field="link" _Template="inlink/index.tpl" />"><img src="img/ic_category.gif" border=0 width="17" height="17" alt="" /></a></td>
<td><img src="img/s.gif" width="5" height="1" alt="" /></td>
<td class="item"><A href="<inp:cat _field="link" _Template="inlink/index.tpl" />&reset=1"><inp:cat _Field="Name" /></a> <span class="comments">(<inp:m_language _Phrase="lu_subcats" /> <inp:cat _Field="subcatcount" _GroupOnly="1" />)</span>
<inp:cat _field="new"><img src="img/ic_new.gif" width="11" height="11" alt="<inp:m_language _Phrase="lu_new" />" /></inp>
<inp:cat _field="pick"><img src="img/ic_pick.gif" width="11" height="11" alt="<inp:m_language _Phrase="lu_editors_pick" />" /></inp>
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td><img src="img/s.gif" width="1" height="3" alt="" /><inp:cat _Field="catsubcats" _Limit="3" Separator="," _Anchor="1" _targettemplate="inlink/index.tpl"/></td>
</tr>
</table>
Also I dunno if anyone else has got this happening
I was testing to see if lost password works and it generates the mail OK but there is no password just ""
Below is a copy of an actual mail
Your lost password has been reset. Your new password is: "".
Any ideas?
[Edited By miura on 04/11/05 1:10:32 PM]