Jump to content

Disable redirect hits


Makoto

Recommended Posts

I've got a simple feature request.

I think it'd be nice to have the ability to disable the "redirect hits" functionality on redirect forums.

Basically, when editing the redirect forum, you'd see this new "yes or no" option:


I've never really considered this functionality needed on my forums. While it may be a nice feature to some, it's more of an eyesore to me. I ended up disabling it by editing it out of my template.

(If you're curious how to do this, just find and replace these two lines in your templates boardIndexTemplate)
Replace:

<li class='desc lighter'><em>{parse format_number="$forum_data['redirect_hits']"} {$this->lang->words['rd_hits']}</em></li>

With:

<!-- <li class='desc lighter'><em>{parse format_number="$forum_data['redirect_hits']"} {$this->lang->words['rd_hits']}</em></li> -->



This will completely disable the number of redirects from being displayed on your board. If you ever want to re-enable the functionality, you can easily reverse this process.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...