Jump to content

Изменение userinfopane. Удаление поля предупреждения

Featured Replies

Posted
comment_32816

Как убрать информацию о предупреждениях пользователя в топиках? 

 

Через поиск нашел, что нужно АЦ > Внешний вид > Управление стилями и шаблонами > Ваш стиль > Глобальные > userInfoPane

но что именно удалять? 

comment_32828

<if test="authorwarn:|:$author['show_warn']">
<li>
<if test="hasWarningId:|:$options['wl_id']">
<img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' />
</if>
<a class='desc lighter blend_links' style="
padding-left: 32px;
padding-right: 32px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #f0f0f0;
margin-left: 2px;
border-radius: 0px;
background: #fff;
" href='{parse url="app=members&amp;module=profile&amp;section=warnings&amp;member={$author['member_id']}&amp;from_app={$this->request['app']}&amp;from_id1={$contentid}&amp;from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a>
</li>
</if>
</ul>

ищи что-то такое.

  • Author
comment_32876

<a class='desc lighter blend_links' href='{parse url="app=members&amp;module=profile&amp;section=warnings&amp;member={$author['member_id']}&amp;from_app={$this->request['app']}&amp;from_id1={$contentid}&amp;from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a>

Вот что нужно убрать.  :)

comment_32983

<if test="authorwarn:|:$author['show_warn']">
<li>
<if test="hasWarningId:|:$options['wl_id']">
<img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' />
</if>

Отвечает за клик по этой надписи и выводит окошко предупреждений..

А маленький код у вас вышел потому, что у меня там прописан стиль через style в столбик.

Edited by Envy

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.