Posted 26 мая, 201311 yr comment_32816 Как убрать информацию о предупреждениях пользователя в топиках? Через поиск нашел, что нужно АЦ > Внешний вид > Управление стилями и шаблонами > Ваш стиль > Глобальные > userInfoPane но что именно удалять?
26 мая, 201311 yr 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&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&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> ищи что-то такое.
26 мая, 201311 yr Author comment_32876 <a class='desc lighter blend_links' href='{parse url="app=members&module=profile&section=warnings&member={$author['member_id']}&from_app={$this->request['app']}&from_id1={$contentid}&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> Вот что нужно убрать.
27 мая, 201311 yr 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 27 мая, 201311 yr 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.