Introducing Quests: Tailored gamification & bridging in-person events with your community Mike Gitkos 11 hours ago11 hr
February 11, 20214 yr You can edit it out of the template, create a template hook that removes it, or if you just don't want it to be visible (but still there to those who like to look under the hood), use some CSS to set display:none;
February 11, 20214 yr It takes a bit of knowledge. Are you primarily concerned with it just not being visible, but okay with someone being able to right click on your community, select view source, and see the number of clicks there? Or do you want it completely hidden from the public, with no way for anyone to determine how many times it has been clicked?
February 11, 20214 yr Author I'd just like it so users have no idea on how many times it was clicked on so yes completely hidden from the public. Thanks!
February 11, 20214 yr Forums -> front -> index -> forumRow Remove: {{if $forum->redirect_on}} <span class='ipsType_light ipsType_medium'>({lang="redirect_hits" pluralize="$forum->redirect_hits"})</span> {{endif}}