MoneyGang Posted April 22, 2020 Share Posted April 22, 2020 Привет друзья. Мучаюсь второй, день не могу никак решить задачу: необходимо добавить под аватар юзера в просмотре темы кнопку отправки ему личного сообщения. Кнопка отправки личного сообщения имеется конечно если зайти в профиль юзера, но как ее добавить в профиль при просмотре темы? Quote Link to comment Share on other sites More sharing options...
Vinheteiro Posted April 22, 2020 Share Posted April 22, 2020 Можно использовать плагин User Options in PostBit Quote Link to comment Share on other sites More sharing options...
Dusty Posted April 22, 2020 Share Posted April 22, 2020 (edited) 5 часов назад, MoneyGang сказал: Привет друзья. Мучаюсь второй, день не могу никак решить задачу: необходимо добавить под аватар юзера в просмотре темы кнопку отправки ему личного сообщения. Кнопка отправки личного сообщения имеется конечно если зайти в профиль юзера, но как ее добавить в профиль при просмотре темы? В postContainer добавь этот код Спойлер <a href='{url="app=core&module=messaging&controller=messenger&do=compose&to={$comment->author()->member_id}" seoTemplate="messenger_compose"}' data-ipsDialog data-ipsDialog-title='{lang="compose_new"}' data-ipsDialog-remoteSubmit data-ipsDialog-flashMessage="{lang="message_sent"}" data-ipsDialog-forceReload>Отправить сообщение</a></div> К нему добавь DIV Class по желанию Edited April 22, 2020 by Dusty Quote Link to comment Share on other sites More sharing options...
MoneyGang Posted April 22, 2020 Author Share Posted April 22, 2020 13 минут назад, Dusty сказал: В postContainer добавь этот код Скрыть контент <a href='{url="app=core&module=messaging&controller=messenger&do=compose&to={$comment->author()->member_id}" seoTemplate="messenger_compose"}' data-ipsDialog data-ipsDialog-title='{lang="compose_new"}' data-ipsDialog-remoteSubmit data-ipsDialog-flashMessage="{lang="message_sent"}" data-ipsDialog-forceReload>Отправить сообщение</a></div> К нему добавь DIV Class по желанию Спасибо, сработало! Quote Link to comment Share on other sites More sharing options...
aplayer Posted April 23, 2020 Share Posted April 23, 2020 А вообще тут реализовано по другому. Надо навести курсор на ник и подержать 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.