Pet9948 Posted September 11, 2021 Share Posted September 11, 2021 Хотел задать такой необычный вопрос, есть возможность добавить в шаблон Страниц где комментарии, кнопку "Упоминуть" Есть конечно Click to Mention но он не распространяется на записи с баз данных. Quote Link to comment Share on other sites More sharing options...
by_ix Posted September 11, 2021 Share Posted September 11, 2021 25 минут назад, Pet9948 сказал: Click to Mention но он не распространяется Please Note Out of the box, this plugin doesn't work in comments in the Pages application. However, you can try enabling it yourself if you are familiar with the HTML and Invision Community template syntax. Quote Link to comment Share on other sites More sharing options...
Pet9948 Posted September 11, 2021 Author Share Posted September 11, 2021 14 минут назад, by_ix сказал: Please Note Out of the box, this plugin doesn't work in comments in the Pages application. However, you can try enabling it yourself if you are familiar with the HTML and Invision Community template syntax. Да, вот я как раз и пытаюсь понять, что надо добавить, что бы оно заработало. Quote Link to comment Share on other sites More sharing options...
Pet9948 Posted September 11, 2021 Author Share Posted September 11, 2021 Всё решилось. :)) Добавляем в шаблон комментов данный код в нужном месте: Обычно перед разделом: MultiQuoteComment <button class="ipsButton ipsButton_light ipsButton_verySmall ipsButton_narrow cMultiQuote" data-action="mentionMember" data-member-id="{$comment->member_id}" data-member-name="{$comment->author}" data-member-link="{$comment->url()}" data-member-hoverlink="{$comment->url()->setQueryString( 'do', 'hovercard' )}" data-ipsTooltip _title="{lang="ctm_mention_controls"}"> <i class="fa fa-at"></i> </button> Quote Link to comment Share on other sites More sharing options...
Pet9948 Posted September 11, 2021 Author Share Posted September 11, 2021 Единственное пока не понимаю как сделать что бы нельзя было самого себя упоминать. :). Quote Link to comment Share on other sites More sharing options...
cyr4x Posted September 11, 2021 Share Posted September 11, 2021 48 минут назад, Pet9948 сказал: Единственное пока не понимаю как сделать что бы нельзя было самого себя упоминать. :). это вы про @? Quote Link to comment Share on other sites More sharing options...
Pet9948 Posted September 11, 2021 Author Share Posted September 11, 2021 cyr4x Да. cyr4x 1 Quote Link to comment Share on other sites More sharing options...
by_ix Posted September 11, 2021 Share Posted September 11, 2021 4 часа назад, Pet9948 сказал: нельзя было самого себя упоминать сам плагин установлен? Quote Link to comment Share on other sites More sharing options...
Pet9948 Posted September 12, 2021 Author Share Posted September 12, 2021 by_ix Естественно. Quote Link to comment Share on other sites More sharing options...
Pet9948 Posted September 12, 2021 Author Share Posted September 12, 2021 В общем, не знаю как сделать чтоб нельзя было себя упоминать. Если кто знает. как прописать, буду очень благодарен. Quote Link to comment Share on other sites More sharing options...
Exception Posted September 12, 2021 Share Posted September 12, 2021 7 часов назад, Pet9948 сказал: В общем, не знаю как сделать чтоб нельзя было себя упоминать. Если кто знает. как прописать, буду очень благодарен. Убрать кнопку? {{if $comment->author()->member_id != \IPS\Member::loggedIn()->member_id}} <button class="ipsButton ipsButton_light ipsButton_verySmall ipsButton_narrow cMultiQuote" data-action="mentionMember" data-member-id="{$comment->member_id}" data-member-name="{$comment->author}" data-member-link="{$comment->url()}" data-member-hoverlink="{$comment->url()->setQueryString( 'do', 'hovercard' )}" data-ipsTooltip _title="{lang="ctm_mention_controls"}"><i class="fa fa-at"></i></button> {{endif}} Quote Link to comment Share on other sites More sharing options...
Xontero Posted September 12, 2021 Share Posted September 12, 2021 ZIKURIK does this your code work? Quote Link to comment Share on other sites More sharing options...
Pet9948 Posted September 12, 2021 Author Share Posted September 12, 2021 ZIKURIK Прекрасно! Огромнейшее спасибо! 4 часа назад, LoveHate сказал: ZIKURIK does this your code work? Yes! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.