March 27, 20215 yr Возможно ли добавить код кнопки упоминания (от плагина Click to Mention), в нужное место в пост пользователя? Вот код самой кнопки: {{if \IPS\Member::loggedIn()->canMention( $member )}} {{if $inList}}<li>{{endif}} <a href="#" data-action="mentionMember" data-member-id="{$member->member_id}" data-member-name="{$member->name}" data-member-link="{$member->url()}" data-member-hoverlink="{$member->url()->setQueryString( 'do', 'hovercard' )}"> {{if $title}}{lang="{$title}"}{{else}}{$member->name}{{endif}} </a> {{if $inList}}</li>{{endif}} {{endif}} Вставлял в forums/front/topics/post, но получал ошибку: [[Template forums/front/topics/post is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]
Возможно ли добавить код кнопки упоминания (от плагина Click to Mention), в нужное место в пост пользователя?
Вот код самой кнопки:
Вставлял в forums/front/topics/post, но получал ошибку: [[Template forums/front/topics/post is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]