By hasan çelik on Wednesday, 05 August 2015
Posted in General Issues
Likes 0
Views 581
Votes 0
Hi,

In the settings of easydiscuss, I try to find required register features when quests wants to read comments like that. How can I set this... or Is there any way some discussions not at all.
Hey Hasan,

It's because we customized our theme files You can customize it if you want. Edit the file /components/com_easydiscuss/themes/simplistic/post.php


<div class="alert alert-notice mt-20 mb-20">
<i class="icon-lock"></i> <?php echo JText::_( 'COM_EASYDISCUSS_UNABLE_TO_VIEW_REPLIES' ); ?>
</div>
·
Thursday, 06 August 2015 00:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey hasan,

You can configure this from your backend > Easydiscuss > category > permission tab > Who can view replies in this category (assign which user group you allow) , hope this help.
·
Wednesday, 05 August 2015 19:32
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you so much Arlex for quick reply
·
Wednesday, 05 August 2015 19:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Arlex

In that section I've deleted puclic group but I can not see an information about this situation like yours (for example "You need to register to view the comments about this discussion)
·
Wednesday, 05 August 2015 19:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Can I make it like yours ? not only a sentence... for example, a panel like yours ?
·
Thursday, 06 August 2015 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
You can add your own html codes in that section
·
Thursday, 06 August 2015 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok I understand thanks
·
Thursday, 06 August 2015 01:52
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem
·
Thursday, 06 August 2015 02:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

I want to ask another question about post.php

I want to change COM_EASYDISCUSS_UNABLE_TO_VIEW_REPLIES... where does easydiscuss store this tag..
·
Thursday, 06 August 2015 02:13
·
0 Likes
·
0 Votes
·
0 Comments
·
All of these texts are stored in the language file, /language/en-GB/en-GB.com_easydiscuss.ini
·
Thursday, 06 August 2015 02:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post