Tordex Community
Adress book little bug - Printable Version

+- Tordex Community (http://forum.tordex.com)
+-- Forum: True Launch Bar plugins (http://forum.tordex.com/forum-4.html)
+--- Forum: Plugin features and improvements (http://forum.tordex.com/forum-15.html)
+--- Thread: Adress book little bug (/thread-2005.html)



Adress book little bug - txl - 05-17-2005

Hello

If you use twice the same description for a phone number, for example 2 times "mobile" then only one will appear on the list, if you double click all the numbers are there in the window but the 2nd "mobile" is not shown on the list.


- Yuri Kobets - 05-17-2005

AB show only two phones in menu. You can change template to show all phones.


- txl - 05-17-2005

ok, changing template, will post it once it's done.

Is there a way to group contacts by category and THEN also by letter ?

Thanks


- txl - 05-17-2005

Here's a template with the 7 possible phone numbers


<table width=100% cellspacing=0 cellpadding=0>
<tr>
<td colspan=3>&nbsp;<font size=-1><b>{displayname}</b></font></td>
</tr>
{ifnotempty:phone1}
<tr>
<td width=16></td>
<td width=16>{img:phonetype1}</td>
<td>&nbsp;{phone1}</td>
</tr>
{endif}
{ifnotempty:phone2}
<tr>
<td width=16></td>
<td width=16>{img:phonetype2}</td>
<td>&nbsp;{phone2}</td>
</tr>
{endif}
{ifnotempty:phone3}
<tr>
<td width=16></td>
<td width=16>{img:phonetype3}</td>
<td>&nbsp;{phone3}</td>
</tr>
{endif}
{ifnotempty:phone4}
<tr>
<td width=16></td>
<td width=16>{img:phonetype4}</td>
<td>&nbsp;{phone4}</td>
</tr>
{endif}
{ifnotempty:phone5}
<tr>
<td width=16></td>
<td width=16>{img:phonetype5}</td>
<td>&nbsp;{phone5}</td>
</tr>
{endif}
{ifnotempty:phone6}
<tr>
<td width=16></td>
<td width=16>{img:phonetype6}</td>
<td>&nbsp;{phone6}</td>
</tr>
{endif}
{ifnotempty:phone7}
<tr>
<td width=16></td>
<td width=16>{img:phonetype7}</td>
<td>&nbsp;{phone7}</td>
</tr>
{endif}
</table>
{ifnotempty:notes}
<table width=100% cellspacing=0 cellpadding=0>
<tr>
<td width=18>{img:note}</td><td><pre>{notes}</pre></td>
</tr>
</table>
{endif}
<table bgcolor="#6666FF" width=100% cellspacing=0 cellpadding=0 height=2>
<tr><td></td></tr>
</table>


- Yuri Kobets - 05-17-2005

txl Wrote:Is there a way to group contacts by category and THEN also by letter ?
This feature will be released in the next versions.