Questions tagged [telescope]

Telescope is an open-source social news app (think Hacker News or Reddit clone) built with Meteor, a real-time JavaScript framework.

Telescope is an open-source social news app (think Hacker News or Reddit clone) built with Meteor, a real-time JavaScript framework.

The Telescope application has useful features for managing or building a community built in. Without writing code the following features can be utilized:

  • Multiple layout options
  • Media previews through Embedly API
  • Posts can be filtered and arranged in multiple views
  • Mailchimp newsletter support
  • Over 15 languages supported with more being developed
  • Responsive theme provides smooth mobile user experience

Project Links

119 questions
0
votes
1 answer

how to activate social sharing buttons on telescope

Does anyone know how to activate social sharing buttons on telescope? I have read all the telescope documentation but still no answer Specifically which file do I edit? thanks
user1684570
  • 87
  • 1
  • 2
0
votes
2 answers

Telescope form labels - where do they come from?

I can't find anything obvious that points to where the auto form labels come from in Telescope. The are no labels in the schemas that I can see (at least not for Posts), there is nothing obvious in at least in the Posts autoform call... {{>…
D Durham
  • 1,243
  • 2
  • 20
  • 42
0
votes
2 answers

"Can't replace template post_upvote because it hasn't been defined yet." error

Since the update to the i18n branch from the master branch, I've the follow error : Can't replace template post_upvote because it hasn't been defined yet. I'm using the Newton theme. Do you know where this come from?
Camille
  • 678
  • 6
  • 23
0
votes
2 answers

Why Iron-Router in Telescope is not recognizing the _id parameter that is passed?

I am trying to make in response to an event, the Telescope go to post next/previous. var y = Router.current().data().postedAt; var nex = Posts.find({postedAt:{$gt:y}}, {sort: {postedAt:1}, limit:1}); nex.forEach(function(nex){ vai =…
Cláudio Júlio
  • 365
  • 4
  • 16
0
votes
2 answers

Customizing Telescope app with Heroku

My simple question is: how do I link a logo to the title of my app. Which begs the greater question: How exactly do I interact with the telescope template in the best way through heroku. Linking with dropbox has left me with a folder with only 2…
0
votes
1 answer

Wrong URL for users - adds "undefined" to link

http://myapp.herokuapp.com/users/undefinedwilliamw As you might have noticed, Telescope added "undefined" to the user URL. If you remove "undefined" it works fine.
wilwaldon
  • 381
  • 1
  • 9
  • 26
0
votes
1 answer

Telescope: Adding categories, messed up slug?

Is anyone else having this issue? When I tried to add a category, the URL to the category isn't correct. It adds a "category/{slug name}" example: .comcategory/style
hellomello
  • 8,219
  • 39
  • 151
  • 297
0
votes
1 answer

Meteor-Down: Cant assign new instance to mdown variable - undefined is not a function

I try to include meteor down into my application like the telescope example: https://gist.github.com/mnmtanish/fe4f7efb3db24e83c310 var mdown = new MeteorDown(function(error, client){ //code block }); My console tells me: Uncaught…
Senju
  • 435
  • 2
  • 5
  • 20
0
votes
1 answer

Telescope deployed on Heroku vs Meteor?

I'm quite new to this... Why is the documentation saying to deploy on meteor but on the website there's a button to deploy on Heroku? They're completely different right? When I deployed the telescope app on heroku, I'm missing some tooltips that…
hellomello
  • 8,219
  • 39
  • 151
  • 297
0
votes
1 answer

Posts with a url do not open but link to url

When adding posts that have a URL included in the body, the post does not open, rather just the URL. The url is automatically added to the URL field by Telescope. What am I missing setting-wise?
Max
  • 1
0
votes
1 answer

Telescope on Meteor running error

I'm currently trying to run Telescope on Meteor. I've installed meteor as well and cloned Telescope in my Documents folder. However, when I run 'meteor' on Telescope, I get this error: *Renzzes-MacBook-Air:Telescope renzzemistal$ meteor [[[[[…
HouseMistal
  • 7
  • 1
  • 1
  • 5
0
votes
2 answers

Getting an error while trying to deploy with Modolus

I am following this tutorial (using meteor on modulus) to test telescope app and how the deploy works I am getting this error : Unable to connect to any application instances. And this is the log: /mnt/data/1/node_modules/fibers/future.js:245 …
Alex Flom
  • 121
  • 1
  • 1
  • 8
0
votes
0 answers

how can you integrate GoSquared analytics with Telescope

I've set up a basic telescope server. All is working very nicely. I'd like to integrate with my GoSquared analytics, but all attempts have failed the "Check Integration" step of GoSquared. What I've tried: I've tried adding the script to both the…
isaiah
  • 435
  • 3
  • 13
0
votes
1 answer

How to recover the copy of my meteor site(The local copy has been deleted)

I would like to make changes for my meteor site, but my local copy of the meteor site folder has been deleted, Is there any way to get back the copy? It would be great help if anyone could suggest a solution. Here is my meteor site,…
0
votes
1 answer

Telescope Project is crashing

I'm new to Meteor and I'm trying to get Telescope running. I took the following steps; Install Meteor Install Meteorite Download or clone Telescope into /some/path cd /some/path Run mrt The application was running fine, but now when I run it, I…
Swifter
  • 55
  • 5