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

A page to display list of addons + Ckeditor?

$
0
0

Katie Hunter wrote:

I really wish, well, if it is not there, for Discourse to display a page with a list of active plugins which supports Discourse =) It will be easy to access and maintain as well by the dev like CKEditor did http://ckeditor.com/addons/plugins/all

Is there also chance to integrate the CKEditor with Discourse ? http://ckeditor.com/demo#standard It is free for non commercial use and Discourse is not selling Discourse as a product, so it would be allowed to install for free since Discourse is an open source.

The current editor is simple and nice but missing few of the advanced editors feature.

Posts: 1

Participants: 1

Read full topic


Is there a list of active plugins?

$
0
0

Katie Hunter wrote:

Hi =) is there a place for a list of plugins for discourse?

Regarding the Login API, so let say after i install Discourse, i heard that we can connect our homepage and members profiles to login to the discourse forum via an API so they don't have to register two accounts.

Is there some guide for this ? So i can send it to our dev team.

Posts: 2

Participants: 2

Read full topic

What about an easier styling/theming system?

$
0
0

Jeff Atwood wrote:

This would really just be a "CSS generator".

How about a page that has nice color selectors and then nicely named coloring categories, like:

  • Primary background color
  • Secondary background color
  • Tertiary background color
  • Primary text color
  • Secondary text color
  • Primary link color
  • Secondary link color
  • Button background
  • Button background hover
  • Button text
  • Button text hover
  • Last poster highlight color

It doesn't need to be super detailed or advanced or able to do everything. Let people choose the colors on that page, and then click "Generate Style" which outputs a CSS page on the pre-existing Style page which they can then apply.

Most of the hours of work in theming Discourse are "replace #fff with #333, replace link colors with orange, replace #333/other dark with #ccc/other light". Having a simple styling CSS generator would get us 80% of the way there, and then we would be able to just fine-tune the colors of things.

(this text belongs to @DanYouhon but I really wanted it here for discussion and could not wait, sorry Dan!)

Posts: 10

Participants: 7

Read full topic

Cant access Rails Console?

$
0
0

ned wrote:

I recently installed an instance and I would like to make an admin user for the site when I put the command in

RAILS_ENV=production bundle exec rails c

It doesnt open and returns this:

*** Mocha deprecation warning: Change `require 'mocha'` to `require 'mocha/setup'`.

/home/discourse/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/psych.rb:205:in `parse': (<unknown>): mapping values are not allowed in this context at line 3 column 12 (Psych::SyntaxError)
        from /home/discourse/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/psych.rb:205:in `parse_stream'
        from /home/discourse/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/psych.rb:153:in `parse'
        from /home/discourse/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/psych.rb:129:in `load'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/railties-3.2.12/lib/rails/application/configuration.rb:115:in `database_configuration'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.12/lib/active_record/railtie.rb:78:in `block (2 levels) in <class:Railtie>'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.12/lib/active_support/lazy_load_hooks.rb:36:in `instance_eval'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.12/lib/active_support/lazy_load_hooks.rb:36:in `execute_hook'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.12/lib/active_support/lazy_load_hooks.rb:26:in `block in on_load'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.12/lib/active_support/lazy_load_hooks.rb:25:in `each'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.12/lib/active_support/lazy_load_hooks.rb:25:in `on_load'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.12/lib/active_record/railtie.rb:74:in `block in <class:Railtie>'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/railties-3.2.12/lib/rails/initializable.rb:30:in `instance_exec'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/railties-3.2.12/lib/rails/initializable.rb:30:in `run'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/railties-3.2.12/lib/rails/initializable.rb:55:in `block in run_initializers'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/railties-3.2.12/lib/rails/initializable.rb:54:in `each'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/railties-3.2.12/lib/rails/initializable.rb:54:in `run_initializers'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/railties-3.2.12/lib/rails/application.rb:136:in `initialize!'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/railties-3.2.12/lib/rails/railtie/configurable.rb:30:in `method_missing'
        from /home/discourse/discourse/config/environment.rb:5:in `<top (required)>'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `block in require'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:236:in `load_dependency'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.12/lib/active_support/dependencies.rb:251:in `require'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/railties-3.2.12/lib/rails/application.rb:103:in `require_environment!'
        from /home/discourse/discourse/vendor/bundle/ruby/2.0.0/gems/railties-3.2.12/lib/rails/commands.rb:40:in `<top (required)>'
        from script/rails:6:in `require'
        from script/rails:6:in `<main>'

Posts: 2

Participants: 2

Read full topic

Specific content in editor behaves erratically

How did you set up email?

$
0
0

A Zeynel wrote:

Can anyone here who successfully installed discourse with email can help me how they set up email?

If I understand correctly @sam advises to forget my install and reinstall anew with his docker setup. Since discourse is working (without email) I am reluctant to do that. Is there anyone here who installed discourse by following official installation guide including email? What did you do to make email work?

@codinghorror suggests that I sent the test email to debug (if I understand correctly) but I cannot send email. So how do I debug email so that it works?

I included by discourse.conf and Mandrill configurations in this question.

Another question: Is the advice given in this thread still valid? (Apparently not as @Sam says don't muck with production.rb, no longer supported

I am really looking forward to people joining and using the forum but at this point no one is getting their confirmation email. Is there no way I can fix this?

Edit:

I just saw in admin that there were 4 failed attempts to send email with this error:

Net::SMTPAuthenticationError: 435 4.7.8 Error: authentication failed:

This is what I have in my discourse.conf:

hostname = "http://www.nomilkfor.me/"
smtp_address = smtp.mandrillapp.com
smtp_port = 587
smtp_domain = http://www.nomilkfor.me/
smtp_user_name = azeynel1@gmail.com
smtp_password = <my mandrill key>
smtp_enable_start_tls = true

Why is authentication failing? How can I fix it? Is my smtp_domain correct? This is the domain I have in Mandril "sending domains" tab.

Posts: 6

Participants: 3

Read full topic

Everyone can view post change history

$
0
0

Alejandro Petroff wrote:

Everyone can view post change history. Is it bug or feature? IMHO change history is supposed to be viewed by moderators/admis only.

Posts: 5

Participants: 4

Read full topic

Two-factor ALL THE THINGS

$
0
0

Lee_Ars wrote:

So, authentication on Discourse seems like mostly a solved problem since you can offload it to an external provider, but I'd love for Discourse to have a two-factor option for local authentication. It seems relatively uncomplicated to bolt-on support for TOTP via Google Authenticator—for example, here's a Google Authenticator add-on implementation in PHP for Roundcube. Right, right, apples and oranges, php and ruby, webmail and forum, but the libraries are all there and it'd definitely make me happy to see a two-factor option.

Posts: 1

Participants: 1

Read full topic


"Show More" for search needs scrollbar

$
0
0

Luke S wrote:

Continuing the discussion from "Show more" for search should open in new page:

Sort of orthogonal to the original post. I just realized that there is another problem with long lists of search results: They don't scroll.

  • If search results are taller than your browser window, you need to scroll the whole topic to see near the end.
  • If results are taller than the whole current topic, (Don't laugh. I've had it happen. blush) you are short on luck. You'll hit the bottom on the topic, and not be able to see all the search results.

As long as "More Results" shows up in the search box, the box needs to be able to scroll any time it grows to near the height of the browser.

Posts: 3

Participants: 2

Read full topic

Pinned topics shoud be un-pinnable using the pin

$
0
0

Jens wrote:

The star icon beside the title can be used to star or unstar a topic, so I expected the pin to duplicate the role of the "Clear pin" button at the bottom.

Currently, it does not do anything, though.

Posts: 2

Participants: 2

Read full topic

Regression: alternating row colours switch around

$
0
0

probus wrote:

I noticed the alternating row colors switch around when I choose a category in topic list. On first load odd rows are white and after changing the category (or clicking the site logo), even rows are white. Reload page to get white odd rows again. I don't think it used to be like this.

Posts: 4

Participants: 4

Read full topic

Adding user to a group on user's admin page would be convenient

$
0
0

Martin wrote:

Continuing the discussion from Group seems to have a limit of 201 members:

We have a forum for the backers of our Kickstarter campaign. We want certain categories to be read/write only to them, while other users (i.e. everyone) can only see them.

We are adding users to the group by an external script and currently we have a group of about 3,500 users. However, the group UI is now completely useless -- there is no way how to check if user is part of the group or remove him/her from the group. I think it would be very useful to have a list of group a user is member of on the user's page. One could then easily modify user's membership there.

Posts: 4

Participants: 4

Read full topic

Better organization of the subcategories

$
0
0

Martina Mitseva wrote:

Hello there!

I am Martina,
I would like to ask about your help.
Can you tell me where is the option in order to change,hide or organize the subcategories better?
Because I want when people enter the forum to have good overview of our menu, not to appear disorganized subcategories ...
For instance when you open the main page and there is General section, you can see messy subcategories such as Property owner/manager/agent.

Thank you in advance! wink

Posts: 8

Participants: 5

Read full topic

Constantly getting sidekiq errors "Jobs::CleanUpUploads"

$
0
0

Victor Ng wrote:

I'm constantly getting errors in my sidekiq "Failed Jobs" list where the error is:

Excon::Errors::NotFound: Expected(200) <=> Actual(404 Not Found) response => #"NoSuchBucketThe specified bucket does not exist"

Is there anything I can do to remove those clean up jobs from the queue?

This error is tracked in https://github.com/discourse/discourse/issues/1899

Posts: 2

Participants: 2

Read full topic

New topic category not saved as part of draft

$
0
0

Bill Ayakatubby wrote:

I started composing a new topic in Firefox. I waited for the draft to be saved and then opened Discourse in Chrome so I could paste in a screenshot. When I resumed my draft in Chrome, the category wasn't restored. Confirmed with two different categories, "bug" and "feature."

Posts: 3

Participants: 3

Read full topic


Single Sign-on plugin

$
0
0

Michael wrote:

We have created a plugin which allows remote sites to log in a user while linking to Discourse.

It does require the remote site to have some knowledge about the user being present in Discourse. Currently this can be done by looking up the user in the Discourse user database, or requiring certain usernames or email addresses to be present. (That's a different problem, and we will provide some remote API calls for that soon)

The plugin can be found at https://github.com/discoursehosting/discourse-sso/

The plugin allows logging on by user id, email address or username in a secure way.

It basically boils down to the method we described earlier.

Thank you @jhilden for providing the basic architecture for this.

Posts: 8

Participants: 3

Read full topic

Docker: Waiting a long time before Bundle install

$
0
0

Jonathan Allard wrote:

Continuing the discussion from Beginners Guide to Deploy Discourse on Digital Ocean using Docker:

While bootstrapping, there's a long time waiting before the bundle is installed. I've had to do it three times since the first two were "too long" and I got ssh broken pipes:

I, [2014-02-08T06:46:09.723571 #38]  INFO -- : > cd /var/www/discourse && chown -R discourse /var/www/discourse
I, [2014-02-08T06:46:19.187309 #38]  INFO -- :
I, [2014-02-08T06:46:19.188729 #38]  INFO -- : > cd /var/www/discourse && sudo -E -u discourse bundle install --deployment --verbose --without test --without development
^C








           ^C^C^C^C^C^C^C^C^C^C^C<<






I, [2014-02-08T06:51:50.291583 #38]  INFO -- : Fetching from: https://rubygems.org/api/v1/dependencies
HTTP Redirection
Fetching from: https://bundler.rubygems.org/api/v1/dependencies
HTTP Success
Fetching source index from https://rubygems.org/
Fetching https://github.com/dysania/onebox.git
Fetching from: https://rubygems.org/quick/Marshal.4.8/rake-10.1.1.gemspec.rz
HTTP Redirection
Fetching from: https://s3.amazonaws.com/production.s3.rubygems.org/quick/Marshal.4.8/rake-10.1.1.gemspec.rz
HTTP Success
Fetching from: https://rubygems.org/quick/Marshal.4.8/nokogiri-1.6.1.gemspec.rz
HTTP Redirection

Ain't that weird?

Posts: 4

Participants: 3

Read full topic

Docker password

$
0
0

dhyasama wrote:

I installed Sam's docker setup but can't ssh to the running container. I added an ssh key but am prompted for root@0.0.0.0's password when running ./launcher ssh app. Any suggestions?

Posts: 13

Participants: 6

Read full topic

IE11: Can't double-click to highlight word

$
0
0

Jordan Hofker wrote:

In IE11 desktop mode, double-clicking a word to select it doesn't. Drag to select works and properly shows the "quote reply" popup.

Double-click works in Chrome.

Steps:
1. Sign in view a topic in IE11
2. Double-click a word in a post
3. Notice that the word doesn't get selected and the pop-up doesn't appear

Posts: 4

Participants: 2

Read full topic

CAS sso auth plugin

$
0
0

eriko wrote:

Here you go @sam
https://github.com/eriko/cas_sso

This is a first pass at replacing the current implementation that is built into the core. It is not perfect as I will explain.

Good things

  • It uses the extra attributes that a CAS server can optionally supply.
  • The names of the attributes are configurable.
  • The attributes that it currently attempts to get are email address and (display) name.

Annoying things

  • After logging in for the first time you still need to hit login when you first create your account
  • If you set must_approve_users to false they will be left on the /login page but logged it. They should be redirected to the front page / .

Posts: 38

Participants: 6

Read full topic

Viewing all 60613 articles
Browse latest View live




Latest Images