How can I Control "Add your comment" section ? 4 years 9 months ago #1

  • Muhammad Khair
  • Localtime: 06:46
  • Europe/Bucharest
  • Posts: 3
Hi there

I want to remove "Add your comment" section when user is not allowed.

But when he logs in Add comment section must appears

How to do that ?
The administrator has disabled public write access.

How can I Control "Add your comment" section ? 4 years 9 months ago #2

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

Here is a quick tweak:

- edit [Joomla dir]/components/com_feedbackfactory/views/comment/view.html.php and change line ~30 from:
return parent::display();

to:
return;

- move line:
<h3><?php echo FactoryText::_('feedback_comments_submit'); ?></h3>

from file: [Joomla dir]/components/com_feedbackfactory/views/feedback/tmpl/default.php to file: [Joomla dir]/components/com_feedbackfactory/views/comment/tmpl/default.php
thePHPfactory Customer Support
The administrator has disabled public write access.