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
1
vote
0 answers

Restricting Category selection to only one in a telescope app

Is it possible to only allow users to select one and only one category during post submission in a telescope app? The current options doesn't seem to work.
kabangi julius
  • 2,709
  • 2
  • 16
  • 25
1
vote
0 answers

Unpublish collection telescope

I'm making a website with Telescope, and I don't want to publish some information about the user. I'm trying to make it so it won't publish singleUser in the telescope users publications. I could do this by downloading the telescope package and…
zenev
  • 13
  • 5
1
vote
1 answer

Override Schema defined in Telescope(Meteor)

I am currently customizing Telescope heavily, which is written in Meteor. I need to go over the 3,000 character defined in Telescope's Posts schema's body defined here in the source. I've been able to customize the HTML and JS, but not the models.…
Naoto Ida
  • 1,275
  • 1
  • 14
  • 29
1
vote
1 answer

Issues with my Meteor TelescopeApp Application

Okay so this is the current error I appear to be receiving. error: standard-minifiers, seba:minifiers-autoprefixer: multiple packages registered minifiers for extension "js". error: standard-minifiers, seba:minifiers-autoprefixer: multiple…
1
vote
1 answer

Template helpers in Telescope Package when using Telescope.modules.add

I have been able to insert this template titled lightBox using Telescope.modules.add The file structure seems to be working fine except I cannot make a template helper to interact with the template thats inserted using Telescope.modules.add…
ElioRubens
  • 701
  • 1
  • 5
  • 9
1
vote
0 answers

Embedly not creating thumbnails for Facebook pages?

I've been building an application using Telescope that creates a grid of Embedly cards for URLs from different types of pages - Facebook, Soundcloud, Youtube, or any other webpage. Everything worked all right until yesterday, when I found that…
aroneha
  • 11
  • 3
1
vote
1 answer

Remove view from Telescope

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…
Esteban89
  • 671
  • 1
  • 8
  • 20
1
vote
2 answers

`Exception in template helper: TypeError: Cannot read property 'undefined' of undefined

I made a site using Telescope but when load I get this error message in my browser-console. How to fix this error. Exception in template helper: TypeError: Cannot read property 'undefined' of undefined at Object.Template.avatar.helpers.size…
sohan
  • 41
  • 8
1
vote
2 answers

Override 'Login Forbidden' error message in meteor-useraccounts

I have built a basic Telescope Application. When I enter a wrong password it displays the error message 'Login Forbidden'. I want to change the error message something relevant to the action. Where and what code should I include to make the changes?
sohan
  • 41
  • 8
1
vote
2 answers

Linking to assets in the public folder in Meteor.js and Telescope

I am using Telescope on Meteor and I am having trouble accessing anything that's in my public folder. In my Meteor app I have a package that has a public folder - that has images/fonts that I am failing to link to properly. I am new to Meteor and…
JLF
  • 2,280
  • 4
  • 28
  • 45
1
vote
1 answer

How to modify the post interface of the telescope js

I am recently learn the source code of the telescope, which build on Meteor. I want to modify the interface of the post page. But when I open the file of /packages/telescope-posts/lib/client/templates/post_body.html, I can't find the definition of…
1
vote
2 answers

Override a route in Iron Router Meteor

I tried two ways. First is to just define a new route with same pattern, but it gives me error saying "Path already exist". And then I also tried to get the existing RouteController from the router and change it, but it didn't went well To be…
kayue
  • 2,546
  • 3
  • 20
  • 16
1
vote
1 answer

Telescope Error when I run "meteor add my-custom-package" command

I get this error below when I run "meteor add my-custom-package" command, and I am not sure what the problem is. => Errors while parsing arguments: While adding package my-custom-package: error: no such package
sflow
  • 655
  • 2
  • 8
  • 18
1
vote
1 answer

Highlighting default view in Telescope app

When you set the default view in admin settings, and you have multiple views checked to be available for user to switch, the default view doesn't get highlighted as "active". To achieve this, in previous versions of Telescope (before RefactorScope)…
tomvest
  • 21
  • 1
  • 5
1
vote
2 answers

Deploying Telescope App to Amazon EC2

What am I doing wrong? I'm trying to deploy my Telescope app. I'm using this to do that: https://github.com/arunoda/meteor-up. It gives me an error when I try to deploy using Mup. Here's my mup.json config file: { // Server authentication info …
jmcclaire
  • 175
  • 3
  • 4
  • 16