By Jay on Wednesday, 12 February 2020
Posted in Native Mobile App
Replies 3
Likes 0
Views 659
Votes 0
Is there a way to hide points from the user profile? We don’t use tis feature in our site.
Hi Guido,

This issue ticket is referring to the native mobile app build using our Titan builder, not to the web mobile app. If there's an issue please do create a new ticket.
·
Thursday, 06 May 2021 10:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Bulbul,

Currently it is not possible to hide the profile without modifying the mobile app code.
·
Thursday, 13 February 2020 13:51
·
0 Likes
·
0 Votes
·
0 Comments
·
I can see a code in themes/wireframe/profile/default/mobile.php

<?php if ($this->config->get('points.enabled') && $this->config->get('users.layout.points', true)) { ?>


Is $this->config->get('users.layout.points', true) the setting about the points history?

This line is missing in themes/wireframe/profile/about/stats.php. There is only if ($this->config->get('points.enabled').

Points really need to be hideable.
·
Thursday, 06 May 2021 02:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post