1

I have been trying to remove view from the template in telescope since I am only using Daily views and the only option is daily. However after trying pretty much everything I can't find a way to do it without crashing the site.

How can I do this?

Thanks in advance

Esteban89
  • 671
  • 1
  • 8
  • 20
  • I'm curious to know what you tried that managed to crash the site? Also, did you check out the documentation beforehand? – Sacha Aug 21 '15 at 07:43
  • I did check the documentation, but I'm learning meteor so I probably made some stupid mistakes (I don't even remember what I changed). – Esteban89 Aug 24 '15 at 23:14
  • No worries, just curious to know how I can improve the docs :) – Sacha Aug 26 '15 at 10:44

1 Answers1

1

Try this :

client/lib/config.js

Telescope.modules.remove("top","posts_views_nav");
saimeunt
  • 22,666
  • 2
  • 56
  • 61