By Mehmet Alp Sirin on Monday, 08 January 2018
Posted in General Issues
Replies 1
Likes 0
Views 537
Votes 0
Hello everyone,

is there any chance to disable points history (so that users can't see it) without disabling point system at all?

Tnx in advance and

BR

Alp
Hey Mehmet,

I am sorry but unfortunately that isn't possible I guess your best bet is to add a hack in /components/com_easysocial/views/points/view.html.php and within the method `history`, add the following codes to redirect users,

[gist]
return $this->app->redirect(JURI::root());
[/gist]
·
Monday, 08 January 2018 22:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post