By Cristiano Puppin on Thursday, 21 January 2016
Posted in General Issues
Replies 5
Likes 0
Views 1.1K
Votes 0
Hello,

I want that only registered users can see answers, I configured this on each category and guests users cannot read answers.

The only problem is with resolved posts, guest can read the accepted answer while the others are hidden.

Is there an option to hide also accepted answer?

Thank you
Hi Cristiano,

Try to check your Joomla backend Component -> EasyDiscuss -> Categories http://screencast.com/t/HCOOAM25n . Then click Uncategorized (or your current Category) http://screencast.com/t/Bg83OstS .
Click the Permission tab. See the arrow in this screenshot http://screencast.com/t/8uNLQexKHtO . You can manage which user that you allow to "View the Discussion" and ecetera.

Try this first and see how it goes. If you still face the same issue you can provide us your joomla backend and FTP access so we can check on your current menu item structure directly on your site.


Regards,
Zue
Zue
·
Thursday, 21 January 2016 18:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the quick answer,

unfortunately I did already this settings and didn't solve.

To avoid the "problem" I decided to modify the post.php file (inside themes/mytheme/) as follow:

<?php if( $answer and !$user->guest ){ //check if user is not logged in?>
<div class="discuss-answer discussAnswer">
<a name="answer"></a>
<?php echo $this->loadTemplate( 'post.reply.item.php' , array( 'question' => $post, 'post' => $answer ) ); ?>
</div>


I also noticed that in the same open, and resolved, topic there is written that there are no answers (althought there is one ance accepted). I try to investigate creating a new topic and give you a feedback in next days.

Thank you.
·
Thursday, 21 January 2016 19:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing this hack Cristiano



By the way, please remember to assign your domain to your license to obtain for support in the future. You can do so by accessing your license area at http://stackideas.com/dashboard
·
Thursday, 21 January 2016 23:59
·
0 Likes
·
0 Votes
·
0 Comments
·
c
FQ
·
Friday, 21 January 2022 22:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

May I help you with your inquiry? It seems like you only posted a character "c".
·
Saturday, 22 January 2022 09:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post