Posted 15 сентября, 201212 yr comment_10126 Добрый день. Дело в том, что на скине Pulse есть кладка "Редактировать пользователя". Но когда модератор/администратор пытается на неё нажать, то выдаёт сообщение "Извините, мы не можем найти это". Но такая же вкладка есть в "Инструменты". Там всё работает. Но всё же хотелось бы исправить эту недоработку. Скрин ниже.
15 сентября, 201212 yr Author comment_10133 Их 2. На стандартном скине от ipb она в Инструментак. Тут она не к чему (на скрине). И раз она уж есть, то надо сделать её рабочей
16 сентября, 201212 yr comment_10135 В шаблоне Профили пользователей → profileModern найдите что-то вроде <ul class='topic_buttons'> <if test="weAreSupmod:|:$this->memberData['g_is_supmod'] == 1 && $member['member_id'] != $this->memberData['member_id']"> <li><a href='{parse url="app=core&module=modcp&do=editmember&auth_key={$this->member->form_hash}&mid={$member['member_id']}&pf={$member['member_id']}" base="public"}'>{$this->lang->words['supmod_edit_member']}</a></li> </if> <if test="weAreOwner:|:$this->memberData['member_id'] && $member['member_id'] == $this->memberData['member_id']"> <li><a href='{parse url="app=core&module=usercp&tab=core" base="public"}'>{$this->lang->words['edit_profile']}</a></li> </if> <if test="supModCustomization:|$member['member_id'] == $this->memberData['member_id'] ) AND $member['customization']['type']"> <li class='non_button'><a href='{parse url="showuser={$member['member_id']}&secure_key={$this->member->form_hash}&removeCustomization=1" seotitle="{$member['members_seo_name']}" template="showuser" base="public"}'>{$this->lang->words['cust_remove']}</a></li> </if> </ul>[/CODE] И замените код в вашем шаблоне, на код выше.
16 сентября, 201212 yr Author comment_10139 Нашёл вот такой код: <ul class='topic_buttons'> <li class='non_button clearfix'><a href='{parse url="app=core&module=reports&section=reports&rcom=profiles&member_id={$member['member_id']}" base="public"}'>{$this->lang->words['report_member']}</a></li> </ul> Это он?
16 сентября, 201212 yr comment_10140 {$this->lang->words['edit_profile']} Это должно быть внутри тега <a>[/code]
22 сентября, 201212 yr comment_10460 Вот правильный вариант отображения этой кнопки в шаблоне: <li><a href='{parse url="app=core&module=usercp&tab=core" base="public"}'>{$this->lang->words['edit_profile']}</a></li> [/CODE]
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.