Копирую код из шаблона com_inmaps_item.tpl в шаблон com_inmaps_items.tpl...
Не показывает ни контакты ни характеристики :(. Что делаю не так?
{if $item.contacts.person || $item.contacts.phone || $item.contacts.fax || $item.contacts.url || $item.contacts.email || $item.contacts.icq || $item.contacts.skype} <div class="contacts"> {if $item.contacts.person}<span class="person"><strong>{$LANG.MAPS_CONTACTS_PERSON}:</strong> {$item.contacts.person}</span>{/if} {if $item.contacts.phone}<span class="phone"><strong>{$LANG.MAPS_CONTACTS_PHONE}:</strong> {$item.contacts.phone}</span>{/if} {if $item.contacts.fax}<span class="fax"><strong>{$LANG.MAPS_CONTACTS_FAX}:</strong> {$item.contacts.fax}</span>{/if} {if $item.contacts.url}<span class="url"><strong>{$LANG.MAPS_CONTACTS_URL}:</strong> <a href="{$item.contacts.url}" target="_blank">{$item.contacts.url_short}</a></span>{/if} {if $item.contacts.email}<span class="email"><strong>{$LANG.MAPS_CONTACTS_EMAIL}:</strong> <a href="mailto:{$item.contacts.email}">{$item.contacts.email}</a></span>{/if} {if $item.contacts.icq}<span class="icq"><strong>{$LANG.MAPS_CONTACTS_ICQ}:</strong> {$item.contacts.icq}</span>{/if} {if $item.contacts.skype}<span class="skype"><strong>{$LANG.MAPS_CONTACTS_SKYPE}:</strong> <a href="skype:{$item.contacts.skype}">{$item.contacts.skype}</a></span>{/if} </div> {/if} {if $item.chars || $cfg.items_attend} {assign var=last_grp value=""} <ul class="chars_list"> {if $item.chars} {if $cfg.show_char_grp} {if $char.fieldgroup && ($char.fieldgroup!=$last_grp)} <li class="grp">{$char.fieldgroup}</li> {/if} {assign var=last_grp value=$char.fieldgroup} {/if} {if $char.value} <li><span class="quest">{$char.title}:</span> <span class="answer">{$char.value}</span></li> {/if} {/foreach} {/if} {if $cfg.items_attend} <li class="grp">{$LANG.MAPS_ITEM_ATTEND_LIST}</li> {if !$item.attend_users} <li>{$LANG.MAPS_ITEM_NO_ATTEND}</li> {else} <li> {$user} {/foreach} </li> {/if} {if $is_user} <li class="grp"> {if !$item.is_user_attend} <input type="button" id="attend" onclick="window.location.href='/maps/attend/item/{$item.id}'" value="{$LANG.MAPS_ITEM_ATTEND}" /> {else} <input type="button" id="unattend" onclick="window.location.href='/maps/unattend/item/{$item.id}'" value="{$LANG.MAPS_ITEM_UNATTEND}" /> {/if} </li> {/if} {/if} </ul> {/if}
{if $item.pubdate} <div> {$item.pubdate} </div> {/if}
Я думаю, актуально не только для maps.