Перейдите по
ссылке, чтобы создать модификацию шаблонов. Будут созданы 2 модификации.
Шаблон: node_list_category
Ключ модификации: fa_cue_latestPostCategory_custom
Тип поиска: Простая замена
Найти:
<xf:username user="{$extras.LastPostUser}" defaultname="{$extras.last_post_username}" />
Заменить:
<xf:if is="{$xf.options.fa_cue_locations.fl_latestCategoryPost}">
<xf:username user="{$extras.LastPostUser}" defaultname="{$extras.last_post_username}" rich="true" />
<xf:else />
$0
</xf:if>
Шаблон: node_list_forum
Ключ модификации: fa_cue_latestPostForum_custom
Тип поиска: Простая замена
Найти:
<xf:username user="{$extras.LastPostUser}" defaultname="{$extras.last_post_username}" />
Заменить:
<xf:if is="{$xf.options.fa_cue_locations.fl_latestForumPost}">
<xf:username user="{$extras.LastPostUser}" defaultname="{$extras.last_post_username}" rich="true" />
<xf:else />
$0
</xf:if>