By electro on Monday, 14 September 2015
Posted in Technical Issues
Replies 7
Likes 0
Views 747
Votes 0
how to make only 1st post visible,just like the stackideas forum ?!

And in the rest,the people to need to log in ?exactly like in stackideas forum.

i did not find that setting.
Hey electro,

You can configure this from backend > Easydiscuss > category > select your category > permission tab > Who can view replies in this category > remove public/guest user group (so public user do not have permission to view reply).

Hope this help.
·
Monday, 14 September 2015 09:18
·
0 Likes
·
0 Votes
·
0 Comments
·
hi,

i`ve done this,but it`s only displaying this : Sorry, but you are not allowed to view the replies here.

go here and see ,it`s not the same:

https://www.mywebsite.com/business-finance-forum/question-should-i-join-traffic-brokers

crawlers google,bing,etc will be able to index the content of replies?and only human traffic will see that ?!
Or it will apply to both human and crawlers?!

thanks
·
Monday, 14 September 2015 20:16
·
0 Likes
·
0 Votes
·
0 Comments
·
You need to customize the output just like what we did on our forums The theme file is located at /components/com_easydiscuss/themes/simplistic/post.php . Locate the codes below,


<i class="icon-lock"></i> <?php echo JText::_( 'COM_EASYDISCUSS_UNABLE_TO_VIEW_REPLIES' ); ?>


This applies to both bots and real visitors
·
Tuesday, 15 September 2015 02:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay,i did find out this line there :

<?php } else { ?>
<div class="alert alert-notice mt-20 mb-20">
<i class="icon-lock"></i> <?php echo JText::_( 'COM_EASYDISCUSS_UNABLE_TO_VIEW_REPLIES' ); ?>
</div>
<?php } ?>
</div>

And next,after i locate it,what i have to do?To display that thing ?! In order they to need to log in ?

And for acl categories Who can view replies in this category ,is any sort of migration settings like in komento 2 ?! So you can put same settings to all categories ?! Or something like that?!

Thank you!
·
Wednesday, 07 October 2015 01:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Electro,

I am sorry that delay of this reply,

If I am not getting wrong your meaning here, you would like to change this sentences to another right?

Sorry, but you are not allowed to view the replies here.


If yes, you can using Joomla language override feature from backend. I already help you create a new override language string, you can access that page and edit that word -> https://www.yoursite.com/administrator/index.php?option=com_languages&view=overrides

And for acl categories Who can view replies in this category ,is any sort of migration settings like in komento 2 ?! So you can put same settings to all categories ?! Or something like that?!

Unfortunately that was not possible at this point of time.
·
Wednesday, 07 October 2015 10:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Arlex,

No,i don`t want to change that text,i want like in stackideas forum,to display that kind of messaje :

There are 6 replies in this thread. Replies are visible to customers only.Login or Register .

Same thing,that you`ve done in stackideas forum,your displaying something like an header,and is more clear and visible to the user.
I want the user to display,how many replies are there,that messaje,and links to LOGIN or Register

Thank you.
·
Wednesday, 07 October 2015 20:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey electro,

I am sorry but unfortunately this is not possible with EasyDiscuss out of the box. What you see on our forums are customized and integrated with our billing system.
·
Thursday, 08 October 2015 00:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post