Froala
Проверенные
- Сообщения
- 1,484
- Решения
- 59
- Реакции
- 955
- Баллы
- 28,695
Нашёл здесь прекрасный код на виджет вывода контактов в профиль:
Код:<xf:if contentcheck="true"> <div class="block custom-widget"> <div class="block-container"> <div class="block-body"> <div class="block-row"> <xf:contentcheck> <p>Контакты</p> <xf:macro template="custom_fields_macros" name="custom_fields_view" arg-type="users" arg-group="contact" arg-set="{$context.user.Profile.custom_fields}" arg-additionalFilters="{{ ['profile'] }}" arg-valueClass="pairs pairs--justified pairs--customField" /> </xf:contentcheck> </div> </div> </div> </div> </xf:if>
Посмотреть вложение 127253
И мне хотелось-бы чтобы мой телеграм был кликабельным. Как это можно реализовать?
