Jump to content

Убрать кнопку "жалоба" самому себе 3.4.х

Featured Replies

Народ! Как убрать кнопку "жалоба" под своим профилем на ipb 3.4.6 ?

 

Пробовал вот так.

 

Найти в тема - post

 

<li class='report' style='float:left'>
<a href='{parse url="app=core&amp;module=reports&amp;rcom=post&amp;tid={$this->request['t']}&amp;pid={$post['post']['pid']}&amp;page={$this->request['page']}" base="public"}'>{$this->lang->words['report']}</a>
</li>

 

меняем на:

<if test="noselfreport:|:$post['author']['member_id'] != $this->memberData['member_id']">
<li class='report'>
<a href='{parse url="app=core&amp;module=reports&amp;rcom=post&amp;tid={$this->request['t']}&amp;pid={$post['post']['pid']}&amp;st={$this->request['st']}" base="public"}'>{$this->lang->words['report']}</a>
</li>
</if>

 

При таком варианте у меня все отлично (я сам на себя пожаловаться не могу, а на других могу), а у обычных пользователей кнопка "жалоба" вообще пропадает. 

Link to comment
https://ipbmafia.ru/topic/8851-ubrat-knopku-zhaloba-samomu-sebe-34h/
Share on other sites

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.