Quantcast
Channel: Discourse Meta - Latest topics
Viewing all 60678 articles
Browse latest View live

Ability to set 'post undo action window mins' to infinite

$
0
0

@commonpawn wrote:

It would be great if 'post undo action window mins' didn't have to be a number, but could be left blank to be infinite. There is no limit on when you can undo an action such as 'liking' on any other major platform like Facebook, Instagram, Twitter, etc etc. so it would be great if you could set your own Discourse up to behave the same way.

Currently if i remove the number in the setting it is set at 0

Posts: 2

Participants: 2

Read full topic


Vagrant with SSL

$
0
0

@alehandrof wrote:

Any pointers on creating a secure version of Discourse in Vagrant for local development?

I am in the process of testing out SSO between Discourse and a CMS (Statamic). My production environment will be https and I would like to test the SSO stuff before going live.

Posts: 5

Participants: 4

Read full topic

Categories move based on activity

$
0
0

@sjmscott wrote:

If unchecked, categories are listed in order of activity.

Are there any additional steps that I need to take to have the categories move based on activity. They seem to be fixed despite this box being unticked. I have rebuilt the app (for another reason) with this unticked.

Posts: 5

Participants: 3

Read full topic

E-Mail notification users waiting for approval

$
0
0

@jenslauterbach wrote:

Hello,

I enabled "must approve users" and would like to get a notification e-mail when a user creates a new account and awaits approval. So far I was not able to find a settings for this.

Was I looking in the wrong place or is there no such setting?

Posts: 2

Participants: 2

Read full topic

SSO for College Account

$
0
0

@Richard_Mohorovich wrote:

Hello,

Still waiting for reply on setting this up for forum from school. SSO for students using their student account.

SSO help page for School

Would any be able to provide insight on how to do this? I've seen a thread about Shibboleth SSO. Anybody know how much it would cost to get a solution developed?

Posts: 5

Participants: 2

Read full topic

New users created via API are immediately sent summary

$
0
0

@jesselperry wrote:

Hey -

I add all my users to Discourse using the API, I have SSO on and I have the default be that new users are signed up for a summary email every 3 days.

Not sure if any of that is relevant, but I noticed that new users on my Discourse are immediately (like within 30 minutes) sent a summary email from Discourse. Seems like a very quick greeting to the community. I would rather have this delayed until at least 3 days after they signed up.

Is this the intended behavior?

Posts: 3

Participants: 2

Read full topic

Onebox 404 on Amazon Link - redirection forbidden

$
0
0

@tarr11 wrote:

Hi - I've got a new install of Discourse (v1.5.3-Dirty) via Bitnami, hosted on an Azure A1 VM.

When i use amazon with a onebox link, I receive a 404.

I logged into the rails console via ssh, and was able to reproduce it, and received this error (using the sample from the Onebox github)

irb(main):002:0> url = "http://www.amazon.com/gp/product/B005T3GRNW/ref=s9_simh_gw_p147_d0_i2"
=> "http://www.amazon.com/gp/product/B005T3GRNW/ref=s9_simh_gw_p147_d0_i2"
irb(main):003:0> preview = Onebox.preview(url)
=> #<Onebox::Preview:0x007f4d96897ed0 @url="http://www.amazon.com/gp/product/B005T3GRNW/ref=s9_simh_gw_p147_d0_i2", @options=#<OpenStruct cache=#<Moneta::Expires:0x007f4d9870b420 @adapter=#<Moneta::Transformer::JsonPrefixKeyJsonValue:0x007f4d9870b4c0 @adapter=#<Moneta::Adapters::Memory:0x007f4d988a74a0 @backend={}>, @prefix="", @features=[:increment, :create]>, @default_expires=nil>, connect_timeout=5, timeout=10, load_paths=["/opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/onebox-1.5.38/templates"], twitter_client=TwitterApi>, @cache=#<Moneta::Expires:0x007f4d9870b420 @adapter=#<Moneta::Transformer::JsonPrefixKeyJsonValue:0x007f4d9870b4c0 @adapter=#<Moneta::Adapters::Memory:0x007f4d988a74a0 @backend={}>, @prefix="", @features=[:increment, :create]>, @default_expires=nil>, @engine_class=Onebox::Engine::AmazonOnebox>
irb(main):004:0> preview.to_s
RuntimeError: redirection forbidden: http://www.amazon.com/gp/aw/d/B005T3GRNW -> https://www.amazon.com/gp/aw/d/B005T3GRNW
        from /opt/bitnami/ruby/lib/ruby/2.1.0/open-uri.rb:223:in `open_loop'
        from /opt/bitnami/ruby/lib/ruby/2.1.0/open-uri.rb:149:in `open_uri'
        from /opt/bitnami/apps/discourse/htdocs/lib/freedom_patches/open_uri_redirections.rb:70:in `open_uri'
        from /opt/bitnami/ruby/lib/ruby/2.1.0/open-uri.rb:704:in `open'
        from /opt/bitnami/ruby/lib/ruby/2.1.0/open-uri.rb:34:in `open'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/onebox-1.5.38/lib/onebox/engine/html.rb:12:in `raw'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/onebox-1.5.38/lib/onebox/engine/amazon_onebox.rb:50:in `data'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/onebox-1.5.38/lib/onebox/engine.rb:71:in `block in record'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/moneta-0.8.0/lib/moneta/mixins.rb:165:in `fetch'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/onebox-1.5.38/lib/onebox/engine.rb:71:in `record'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/onebox-1.5.38/lib/onebox/layout_support.rb:9:in `layout'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/onebox-1.5.38/lib/onebox/layout_support.rb:13:in `to_html'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/onebox-1.5.38/lib/onebox/preview.rb:37:in `engine_html'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/onebox-1.5.38/lib/onebox/preview.rb:14:in `to_s'
        from (irb):4
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/console.rb:110:in `start'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/console.rb:9:in `start'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:68:in `console'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands/commands_tasks.rb:39:in `run_command!'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/commands.rb:17:in `<top (required)>'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/app_rails_loader.rb:45:in `require'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/app_rails_loader.rb:45:in `block in exec_app_rails'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/app_rails_loader.rb:34:in `loop'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/app_rails_loader.rb:34:in `exec_app_rails'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/railties-4.2.6/lib/rails/cli.rb:5:in `<top (required)>'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/railties-4.2.6/bin/rails:9:in `require'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/gems/railties-4.2.6/bin/rails:9:in `<top (required)>'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/bin/rails:23:in `load'
        from /opt/bitnami/apps/discourse/htdocs/vendor/bundle/ruby/2.1.0/bin/rails:23:in `<main>'
irb(main):005:0>

Any ideas?

Posts: 10

Participants: 4

Read full topic

Create Banner on Top


How do I connect directly to the database to load in data?

$
0
0

@Dave_Howard wrote:

so in a docker container how would one go about connecting directly to the postgres instance? I would like to import data into the discourse database in bulk but have no idea how to connect to postgres or allow host clients (my machine) to connect via odbc or postgres drivers?

Posts: 2

Participants: 2

Read full topic

How can I update nginx.conf without resetting it on rebuild?

$
0
0

@markm1 wrote:

Hi,

I have a question - How can I update nginx.conf or discourse.conf without having it reset when the container is rebuilt?

I edit the file using nano, save it. But when I rebuild the app, the original file is there instead of the updated one. Can someone help please? :flushed:

Posts: 2

Participants: 2

Read full topic

How to install discourse alongside Plesk

$
0
0

@bbparis wrote:

Hello all,

My friends and me on BeginFromHere.com like so much Discourse, we discovered your forum on SitePoint.com forums, and we want to install it on our small dedicated server with the following details:

OS ‪Ubuntu 14.04.4 LTS‬
Plesk version 12.5.30 Update #41, last updated at July 25, 2016 05:40 AM

What is the best way to do that without having problem with Docker ? Also without making any problem for the other websites installed by Plesk.

Thank you in advance for your advice

Posts: 3

Participants: 3

Read full topic

Cards design for topics?

$
0
0

@amaboura wrote:

Hello Discourse!

I'm curious if anyone in the Discourse community tried to display topics as cards instead of a list, the result would look like this

For those who tried fully customizing the stylesheet, how do you usually tackle this? And does the hosted version allow full CSS customization?

Thank you

Posts: 3

Participants: 2

Read full topic

Embedding and Dynamically Loading

$
0
0

@irondev wrote:

Hey everyone!

I'm new to Discourse and the tech behind discourse. I need to embed discourse into my current site which is all dynamically loaded and supports a persistent video chat connection using webrtc.

I'm sure it's possible, but before I'm new to Discourse. Can anyone help me out in pointing me in the direction of embedding Discourse in my dynamic site and loading/posting all content dynamically?

Maybe it does this already and I just need to embed it into a section.

Thank you so much ahead of time!

**PS if this is not easy/doable with Discourse and ruby on rails, does anyone know a good forum software that would support this?

Posts: 2

Participants: 2

Read full topic

Embedding surveys (HTML)

$
0
0

@rianatide wrote:

Hello,
I'm looking to embed a survey (e.g. Typeform, Google Forms) by embedding the HTML. I've noticed that Discourse removes elements so that the embed of a Google Form does not actually work. Is there a workaround for this issue? Or, has anyone got any other suggestions for ways to achieve this?

Thank you!

Posts: 2

Participants: 2

Read full topic

How to remove a user from staff group

$
0
0

@vinothkannans wrote:

I wrongly added some users in staff group. Now I want to remove those users. But I can't find any a place to remove them.

Posts: 3

Participants: 2

Read full topic


Warning/notice that you're sending messages just to yourself

$
0
0

@carlokok wrote:

Hi,

just an idea for discussion:
would a notice/warning for sending a private message just to yourself be appropriate?

we've had users send messages to themselves and wondering why they don't get a response (from the profile page it looks like that's how you start a new message).

Posts: 5

Participants: 4

Read full topic

Discourse/Hostgator/Zoho Help

$
0
0

@collectify wrote:

Hi all.

I'm starting to build my own website, but I'm having some issues with the setup. I'm new to website building and so don't understand much about website building, hosting etc.

My setup:
- I'm using Windows 10 (connecting to my DigitalOcean droplet via Putty)
- Domain is hosted with HostGator
- E-mails are being directed through Zoho
- I installed Discourse using the one-click method

My first set of issues I'm encountering is that just yesterday e-mails were being sent out correctly from my e-mail address.

However, I've tested this again and it's no longer working.

Is there any reason why this may be the case?

SMTP: gator4030.hostgator.com and used the default port.

Posts: 2

Participants: 2

Read full topic

Inheritance of access rights for subcategories broken

$
0
0

@MPW wrote:

Hello,

I just noticed a major bug in the inheritance of access rights for subcategories:

How to reproduce: Create a category where only a certain group of people has access to. Now create a subcategory, without further access specifications. That subcategory violates the access rights of its main category and will be publicly available.

Expected behaviour: Subcategories should never be able to gain more rights than their main category.

Discourse version: v1.6.0.beta12 +61

Regards,
MPW

Posts: 4

Participants: 3

Read full topic

Forwarding new posts from googlegroup to Discourse

$
0
0

@peircej wrote:

There are a couple of posts on migrating googlegroups to discourse using scrapers but I'd also like to have new messages that are delivered there be forwarded automatically to Discourse.

The first steps are easy enough:

  • add the email address of a Discourse category to the googlegroup in question (at googlegroups use the direct-add option so that it doesn't need a confirmation email)
  • go to the Discourse settings and turn off "block auto generated emails" or the messages will all bounce because Discourse detects that it came via a mailing list (and will email the user of the googlegroup!)

BUT the emails still don't get through because the "To:" field of the emails from googlemail is the address of the whereas the "Delivered to:" address is the one we need. I don't suppose anyone knows a way to get around this?

Posts: 3

Participants: 3

Read full topic

Possible to post already published posts from WordPress to Discourse?

$
0
0

@jenkma02 wrote:

I am in the process of integrating a current blog with Discourse, and I have it set so that all new wordpress posts are automatically posted to discourse. Based on the way the options look, it would seem that it would be possible to "send" existing posts to discourse by choosing the Discourse category and selecting the "Publish post to Discourse: " box. I have tried this, and existing posts aren't being sent. I've also noticed that the Discourse category can't be updated in WordPress after a Discourse post has already been published. Is there a setting I'm missing or a way I can change this? If post content is updated in wordpress, the same content changes are synced in discourse, so it seems like it's watching for some changes, maybe just not all.

Posts: 2

Participants: 1

Read full topic

Viewing all 60678 articles
Browse latest View live




Latest Images