Jump to content

Mention - Добавление в шаблоны

Featured Replies

Хотел задать такой необычный вопрос, есть возможность добавить в шаблон Страниц где комментарии, кнопку "Упоминуть" Есть конечно Click to Mention но он не распространяется на записи с баз данных. 

Link to comment
https://ipbmafia.ru/topic/23497-mention-dobavlenie-v-shablony/
Share on other sites
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.

Link to comment
https://ipbmafia.ru/topic/23497-mention-dobavlenie-v-shablony/?&do=findComment&comment=172383
Share on other sites
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.

Да, вот я как раз и пытаюсь понять, что надо добавить, что бы оно заработало. :) 

Link to comment
https://ipbmafia.ru/topic/23497-mention-dobavlenie-v-shablony/?&do=findComment&comment=172384
Share on other sites

Всё решилось. :)) 

Добавляем в шаблон комментов данный код в нужном месте:

Обычно перед разделом: 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>

 

Link to comment
https://ipbmafia.ru/topic/23497-mention-dobavlenie-v-shablony/?&do=findComment&comment=172385
Share on other sites

Единственное пока не понимаю как сделать что бы нельзя было самого себя упоминать. :). 

Link to comment
https://ipbmafia.ru/topic/23497-mention-dobavlenie-v-shablony/?&do=findComment&comment=172386
Share on other sites
48 минут назад, Pet9948 сказал:

Единственное пока не понимаю как сделать что бы нельзя было самого себя упоминать. :). 

это вы про @? 

Link to comment
https://ipbmafia.ru/topic/23497-mention-dobavlenie-v-shablony/?&do=findComment&comment=172390
Share on other sites
4 часа назад, Pet9948 сказал:

нельзя было самого себя упоминать

сам плагин установлен? 

Link to comment
https://ipbmafia.ru/topic/23497-mention-dobavlenie-v-shablony/?&do=findComment&comment=172397
Share on other sites

В общем, не знаю как сделать чтоб нельзя было себя упоминать. Если кто знает. как прописать, буду очень благодарен. 

Link to comment
https://ipbmafia.ru/topic/23497-mention-dobavlenie-v-shablony/?&do=findComment&comment=172409
Share on other sites
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}}

 

Link to comment
https://ipbmafia.ru/topic/23497-mention-dobavlenie-v-shablony/?&do=findComment&comment=172416
Share on other sites

ZIKURIK Прекрасно! Огромнейшее спасибо! :) 

4 часа назад, LoveHate сказал:

ZIKURIK  does this your code work?

Yes! 

Link to comment
https://ipbmafia.ru/topic/23497-mention-dobavlenie-v-shablony/?&do=findComment&comment=172423
Share on other sites

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.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.