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

Meteor Deployed Showing Default Nginx Page

I successfully deployed my meteor app with similar settings shown in this tutorial: http://code.krister.ee/hosting-multiple-instances-of-meteor-on-digitalocean/ When I visit the URL, the default nginx shows up. I tried using a different url such as…
Onichan
  • 4,476
  • 6
  • 31
  • 60
0
votes
2 answers

Incorrect hyperlink

The hyperlink on each post is incorrect and is in the format as shown below. Is this a configuration issue or some issue with the telesope framework ? http://out/?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DMo2fwWoMZOo
Mayank
  • 2,333
  • 3
  • 17
  • 23
0
votes
1 answer

Category URL incorrect in Telescope

The category URL in telescope should be eg: www.domainname.com/category/sports Instead in my app it is showing as www.domainname.com/domainname.comcategory/sports I am not sure which config file or root url is incorrect or is it something else. Here…
Mayank
  • 2,333
  • 3
  • 17
  • 23
0
votes
1 answer

how to add google accouts package to my site built using telescope and meteor

Telescope allows to choose the only three Authentication Methods from admin settings panel. The three methods are through email/password, facebook, twitter. I would like to add google to the authentication methods. My local copy of the sites folder…
0
votes
2 answers

Meteor JS - How to access posts programmatically in Telescope app

I have recently started using Telescope (http://www.telesc.pe/) from the creators of Meteor for a small project. I am just starting to learn about Meteor, and since essentially database / web server and application stack are collapsed into one…
Alex
  • 397
  • 4
  • 18
-1
votes
1 answer

Laravel Telescope : error message in production logs

I use Laravel Telescope locally. It works very well. In production, I disabled it but I noticed an error in the daily log file. [2022-12-29 00:00:03] production.ERROR: There are no commands defined in the "telescope" namespace.…
Damien V
  • 1
  • 3
-1
votes
1 answer

Laravel 6.0 & Telescope - Length must be a positive integer

After installing Telescope by running composer require laravel/telescope --dev on Laravel 6.0-dev, when I'm going to publish it using php artisan telescope:install, I get the following error: Publishing Telescope Service Provider... Publishing…
Inigo EC
  • 2,178
  • 3
  • 22
  • 31
-1
votes
2 answers

Embedly Thumbnail - Blurred

In my Telescope App I integrated Embedly Thumbnail, the thumbnail is displaying but it is very blur. Do i need to change the width and height ratio or is there any option to make it look good.
sohan
  • 41
  • 8
-1
votes
2 answers

Updating Meteor hourly by importing json

I am trying to automatically update Meteor, to be more specific Meteor-based Telescope framework with json regularly, each hour. To be more specific, json will be generated by Kimono Labs. So I am just trying to glue the two together. Each hour…
-1
votes
1 answer

How to get the _id of posts that are instantiated in posts_list?

I need to get the _id of all post_item being displayed in Telescope. It is not the posts_itens that are in the Collection but those being displayed. Using Google Translate.
Cláudio Júlio
  • 365
  • 4
  • 16
-1
votes
1 answer

How to add telescope functionality in any project?

I want to use telescope in my meteor app. How can I use only some of it's functionality in My meteor app. When I add package my app got crash. I add some packages in my packages in my package file in .meteor. ############ Telescope Core…
Pankaj Jatav
  • 2,158
  • 2
  • 14
  • 22
-2
votes
1 answer

Telescope back button state

Checking Telescope, and it looks pretty great, but... Is the back button broken when using search? After entering a search term, if you click on a thread and then hit the browser's back button, Telescope displays the correct search url, but there…
user2387065
  • 11
  • 1
  • 3
-2
votes
2 answers

Editing pages using Telescope Open Source Project

I just started playing around with the telescope open source project and I wanted to know how do you edit pages for example the signup page. If I wanted to add an picture to the background or something
Swifter
  • 55
  • 5
-2
votes
1 answer

Meteor Keeps Giving Me An Unexpected String Error When Running My Package

I have been trying to add another static page to my "telescope-static-pages" package and whenever I tell Meteor where to add or update this package it seems to give me this error below: The code seems right to me, but maybe I am missing something.…
1 2 3 4 5 6 7
8