Customize User Profile Page

romereborn
Forums
Hello, I would like to customize the user profile page. Specifically, I would like to remove the "Badges earned" and "Total number of page views." How can I go about doing this? I could not find either of these elements in Administration -> Configuration -> People -> Account Settings. Are these elements being added in code somewhere? Perhaps using hook_menu? Any help would be greatly appreciated.
romereborn

(Hacky?) Solution

I was able to remove the elements from the user page by taking out some lines from the opigno_statistics_app.module file. There is likely a better way to solve this that doesn't involve messing around with the actual Opigno code but I was able to produce the desired result regardless.