Disable reporting 4 years 1 month ago #1

  • section golf
  • Localtime: 15:35
  • Europe/Bucharest
  • Posts: 4
Hi !
Is it possible to disable the "report" function (chevron on the right of a publication) ? and keep only the "delete" function
Thx
The administrator has disabled public write access.

Disable reporting 4 years 1 month ago #2

  • Alexandru
  • Alexandru's Avatar
  • Senior Developer
  • Bucharest
  • Localtime: 15:35
  • Europe/Bucharest
  • Posts: 4856
Hello!

Unfortunately, this feature is not implemented in the current release.

Here is a quick tweak how to hide the report button. Edit components/com_wallfactory/layouts/post/_dropdown.php and delete or comment out:
<li>
                <?php echo JHtml::_('WallFactory.report', 'post', $post->id); ?>
            </li>
.
thePHPfactory Customer Support
The administrator has disabled public write access.

Disable reporting 4 years 1 month ago #3

  • section golf
  • Localtime: 15:35
  • Europe/Bucharest
  • Posts: 4
it's ok for me
thx a lot !
The administrator has disabled public write access.