Jump to content

При нажатии на аватарку в чат пойдёт ник


Recommended Posts

  • Администраторы

1111.png

1212.png

  • Идем в АдминЦентр - Внешний вид - Внешний вид - редактировать шаблоны :

    Группа шаблонов: skin_shoutbox
    Шаблон : shout_row
    Найти
{$d['photo']}
  • Заменить на
<a onclick="insertNick('{$d['members_display_name']}');" data-tooltip="Нажмите сюда , чтобы вставить ник пользователя в форму ответа чата" class="insert_nick">{$d['photo']}</a>
  • Группа шаблонов: skin_shoutbox_hooks

  • Шаблон : hookGlobalShoutbox

  • Найти

ipb.shoutbox.shoutboxGLOBAL = true;
  • Заменить на
ipb.shoutbox.shoutboxGLOBAL = true;
function insertNick(nick) {
document.getElementById('shoutbox-global-shout').value += '[member='+nick+'], ';
}

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...