By RP Translate on Wednesday, 11 May 2016
Posted in General Issues
Replies 7
Likes 0
Views 662
Votes 0
Hello

We don't want to use Points and I would like to disable this site-wide, but can't see where to do it.

Thanks for your help

Pam
Currently we do not have a site wide option for disable this yet.

Perhaps you can provide us which page the point you would like to disable?
·
Wednesday, 11 May 2016 15:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

It's the points showing in the My Posts.
Screenshot attached.

Many Thanks
Pam
·
Thursday, 12 May 2016 00:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

You can remove that point section code on this file JoomlaFolder\components\com_easydiscuss\themes\wireframe\mypost\default.php and we will see if we can add an option for disable this in the future release.


// Remove LINE 83 - 88
<div class="ed-statistic__item">
<a href="<?php echo EDR::_('view=points&id='.$profile->id); ?>">
<span class="ed-statistic__item-count"> <?php echo $profile->getPoints(); ?></span>
<span><?php echo JText::_('COM_EASYDISCUSS_POINTS'); ?></span>
</a>
</div>
·
Thursday, 12 May 2016 10:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

I've successfully removed the code you suggested but have found more points, screenshot attached, that I would like to remove.

Thanks for all your help
Pam
·
Thursday, 19 May 2016 19:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Perhaps you can wait for next release version? Because our developer already added this as a setting from backend. In other word, you can just turn off that setting from Easydiscuss backend configuration page, then this point will not show up any more.
·
Thursday, 19 May 2016 22:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex

Much easier to just turn it off and we can wait:)

Pam
·
Thursday, 19 May 2016 23:00
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome
·
Thursday, 19 May 2016 23:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post