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

Laravel Telescope dump not showing on screen

Dump inside of telescope not working. I am using the dump() method to dump a variable inside of telescope it is not working. I also have the telescope screen open not sure what is happening. Am I missing something?
Aniket
  • 156
  • 13
0
votes
2 answers

Laravel Api -> restrict Telescope on production

I developed a laravel API and installed laravel telescope. I want to restrict telescope on prod server, but I don't know how to do it. Solution I found is with Gate, but not working. So my idea is how to restrict route only to specific people (1 or…
Plamen Penchev
  • 357
  • 1
  • 5
  • 15
0
votes
1 answer

Laravel Job with error not failing and not showing up in telescope

I have setup a email job like this: dispatch(new NewUserEmail($newUser->email, $newUser->username)); And my job file looks like this:
user2722667
  • 8,195
  • 14
  • 52
  • 100
0
votes
1 answer

Meteor JS - How import posts and comments to Telescope

I need to import some posts and their comments into my Telescope project. Is their a good way to do this? It is really the same question like: Meteor JS - How to access posts programmatically in Telescope app
0
votes
1 answer

What's the port number for mongo db connection in telescope app?

Currently I started to use open source Telescope app via meteor. Also, I use Mongo db Compass to visualize my database. But default 27017 port is not working with Telescope to connect and see my db. Can you tell me what's the port number please ? I…
0
votes
0 answers

Unable to launch meteor - npm peer requirements react-router@3.0.0 installted, react-router@2.x needed

I'm new at coding and trying to use Telescope for a project. In order to do this, I need Meteor and React but I'm stuck at launching Meteor: it looks like my version of react-router is too new... Here is what I did : • I have installed Meteor • I…
0
votes
1 answer

Is it possible to extend groups in meteor using Telescope Nova

I'm trying to create an interface where users can add new group, while admin can delete and update existing groups. I found this, but do not know how exactly to implement it.(Might need some ideas) And where does the groups information been stored…
emi
  • 3
  • 3
0
votes
1 answer

How would one clone nova:posts in Telescope Nova?

Basically what I've done is duplicate the "nova:posts" folder into "custom-nova-posts" and placed this new package into the "packages" directory. Then I commented out "nova:posts" in ".meteor/packages" and placed "custom-nova-posts" right below it.…
Austin Bravo
  • 133
  • 1
  • 1
  • 6
0
votes
1 answer

Install Telescope (Meteor.JS) Mannually

I decided to install Telescope App mannually using this guide: https://www.digitalocean.com/community/tutorials/how-to-deploy-a-meteor-js-application-on-ubuntu-14-04-with-nginx At what point should I do git clone…
Brozaf
  • 136
  • 1
  • 8
0
votes
1 answer

How can I display the {post.body} in the Posts List view in Meteor Telescope Nova?

Right now, {post.htmlBody} will display on the individual post page, but not in in the Posts List view. The first code block is my CustomPostsItem.jsx. You'll see underneath the h3 tags I'm trying to display the {post.htmlBody} as defined at the…
Austin Bravo
  • 133
  • 1
  • 1
  • 6
0
votes
1 answer

Meteor + React + Semantic - JS components

I'm trying to create a new app based on telescope-nova using react ES6 componentes overriding nova-base-components but I can't make use the tab component. I'm getting this error Uncaught TypeError: (0 , _jquery2.default)(...).tab is not a…
bitIO
  • 384
  • 3
  • 11
0
votes
1 answer

Getting a mup setup error (AWS EC2 instance)

I am trying to setup a simple Telescope Meteor app on an AWS EC2 instance and I am getting an error message when trying to run mup setup: Here is my mup.json file: { // Server authentication info "servers": [ { "host":…
P. Clark
  • 3
  • 4
0
votes
1 answer

Is it possible to redirect telescope to subdirectory

I would like to redirect forum.domain.com to www.domain.com/forum so that I can increase my SEO power. I am totally new to this product. My app is deployed on heroku(the files are not under the domain.com) and on the settings page in heroku i added…
eserco
  • 23
  • 3
0
votes
1 answer

How To Add Sidebar on Telescope

Im using Telescope(meteor) for my site project. The default telescope theme only have single column. How can i create sidebar (another column, so it will be two column website) at the right side ?
0
votes
1 answer

"* is not allowed by the schema"

I'm rather new to Telescope and Meteor. I've added a custom field as such: Users.addField({ fieldName: 'apiToken', fieldSchema: { type: String, autoform: { group: 'API Token', label: 'Token' …
Naoto Ida
  • 1,275
  • 1
  • 14
  • 29