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

How I could restart the web server in docker

0
0

@berniegao wrote:

by manual installation, I could cease the rails server to reload the config files. Is there something like the rails server within docker?

@sam

Posts: 2

Participants: 2

Read full topic


Could I update the SMTP setting through discourse.config

0
0

@berniegao wrote:

Hi @sam I manually install discourse, how could I update the SMTP setting besides through the config/environment/development.rb. Does the discourse.config fit the need?

Posts: 3

Participants: 3

Read full topic

Re-bootstrap data container in a split setup?

0
0

@calmh wrote:

I'm running a split setup (data and web_only containers). This makes it easy and quick to update the web container with minimal downtime. +1

However, I noticed today that the web container I'm running is based on samsaffron/discourse 1.0.10 while the data container is based on samsaffron/discourse 1.0.6. Presumably, at some point, it would be a good idea to update the data container as well.

What's the recommended process there? Shut down the web container, destroy, bootstrap and launch a new data container, then launch the web container again? Are there any gotchas related to the update, in terms of not screwing up my data...?

Posts: 3

Participants: 3

Read full topic

Software information on "About" page?

0
0

@calmh wrote:

I get questions now and then from people about what forum software it is I'm using. On the forum. You'd think this would be trivially easy to find out for the users themselves, but it actually isn't. I'd have expected something along the lines of


This forum powered by Discourse v1.2.99, the open source next generation blah blah, Copyright (c) someyear somebody, <link to source and license>


at the bottom of the About page. Is there a policy decision behind not displaying this information? I know some people are paranoid about showing what version of whatever is being run, but perhaps as an editable or disable-able extra field there?

Technically, copyright information about packages used by Discourse should also be displayed somewhere, right? At least if they have a license that requires this, which many do...

Posts: 6

Participants: 6

Read full topic

Why a frowny face on admin/version?

Why is the emoticon sad that I'm using the latest version?

0
0

@uwe_keim wrote:

Just installed the latest upgrade and discovered that the green smiley seems to disagree that this is a good thing:

(German installation)

Any idea whether I did broke something?

Posts: 3

Participants: 3

Read full topic

Animate hamburger glyph when activated

Just checking out discourse for my website

0
0

@JoeJerde wrote:

Hello everyone, just checking out the forum software to possibly migrate over from my vB4 website. @JohnSReid referred me. So far liking what I see!

Any advice for migrating over from a vB4 forum?

Posts: 1

Participants: 1

Read full topic


Badge query request: Received X likes in topic containing specific tag

0
0

@erlend_sh wrote:

Continuing the discussion from What cool badge queries have you come up with?.

Our forum has "Monthly Screenshots" threads. I'd like to reward the people who participate in these with a badge. I don't know if there's an easy way to tell if a post contains an image, but if so then that would be a welcome addition to the query.

The simplest query I can think of would be to award this badge to anyone who receives >1 like on a post in a topic tagged monthly-screenshots.

Why >1 likes? Because many people also reply to the image-posters, but these commenters very rarely receive more than 1 like (usually as a "thanks for the compliment" from an image-poster), so it's accurate enough for my needs.

Posts: 2

Participants: 2

Read full topic

Don't hide "Reply as linked topic" behind other linked topics

Make the user list for a badge more similar to the global Users page

How to troubleshoot a slow discourse?

0
0

@watchmanmonitor wrote:

The primary copy of discourse I manage is running on a 2GB droplet at digital ocean, and we're seeing sporadic performance issues. We have about 500 users who are mostly email based, so I don't feel it's a load issue.

We don't yet have the needed controls available in the admin to allow us to move to discourse hosting (which is a goal) so in the meantime, I'd love to know.. what can be done to test and see if the issue is the host?

Posts: 5

Participants: 3

Read full topic

Can't edit who we reply to

0
0

@cawas wrote:

I'm really sorry if it's repeated! Hard topic to search on.

I couldn't edit who I was replying to, there. The only relevant part of this screenshot is the "jmkni" dimmed out there. I'm leaving this screenshot here because this bug is much related to another one I've posted next.

Steps to reproduce:

  • find a topic with at least 2 posts.
  • reply to one post.
  • edit it.
  • try to change who you're replying to. you can't.

Posts: 2

Participants: 2

Read full topic

Maybe wrong error message when pasting similar post from deleted one

0
0

@cawas wrote:

Again, I'm really sorry if it's repeated! Hard topic to search on.

I couldn't edit who I was replying to, there. So I've edited it, copied it, deleted it and pasted it into a new post, now replied to the right post (which in this case was the op).

Then, the other maybe bug is I couldn't post the same thing regardless the previous post have been deleted already.

steps:

  • write something, leave it on clipboard. post it.
  • delete it.
  • post again, pasting it. you can't, error from screenshot.

Posts: 1

Participants: 1

Read full topic

List formatting breaks when there's an empty line separating them

0
0

@JP_ wrote:

I can't get the raw text to display with </> formatting..

  • group A 1
  • group A 2
  • group A 3
  • group A 4
  • group A 5

When I try to have two lists separated by an empty line, it throws the whole thing out of whack:

  • group A 1
  • group A 2

  • group B 1

  • group B 2
  • group B 3

So far, workaround I found is to put empty paragraph in there

  • group A 1
  • group A 2

  • group B 1
  • group B 2
  • group B 3

Posts: 1

Participants: 1

Read full topic


How to get the URL of letter avatars via SQL

0
0

@OnceWas wrote:

I have been testing search by querying the database to re-create the results-as-you-type in a WordPress wrapper site, but I can't find a way to determine the filename of users' letter avatars from the database.

These filenames look like 3_90a587a04512ff220ac26ec1465844c5.png (full path returned by the API search .json is /letter_avatar/username/{size}/3_90a587a04512ff220ac26ec1465844c5.png), and seem to change from time to time (on Discourse updates, on container rebuilds?).

Is the letter avatar filename stored somewhere in the database?

Posts: 3

Participants: 2

Read full topic

Wiki post remains light, even if all colours are configured dark?

0
0

@enum wrote:

Hi,

I changed the entire colour set for my installation to dark colours (except font):

For most of the board, this works without problems. But wiki posts get a light background, so noone can read them:

Actually there are more similar situations (e.g. the admin panel), but those are fixable by manually adding rules to the style sheet. I just don't know how to fix this in wiki posts.

Does anyone know a quick fix, or a workaround that I may use?

(I have seen https://meta.discourse.org/t/dark-colour-scheme/19457, but that doesn't cover my problem)

Posts: 3

Participants: 2

Read full topic

Admin menu horizontal form buttons improperly aligned

0
0

@Simon_Cossar wrote:

I'm seeing this in the development environment with the latest version of Discourse in the admin .form-horizontal area.

For category colors the .setting-control buttons are hidden behind the .input-setting-list

For the text input area the setting buttons are overtop of the text input.

This is a possible fix. Maybe it will throw something else off though.

/* float .setting-controls to right instead of left */

.settings .setting .setting-controls,
.settings .setting button[title="reset"] {
  float: right;
}

Posts: 10

Participants: 4

Read full topic

Not receiving email-in rejection messages

0
0

@dwg wrote:

Continuing the discussion from E-mail-in rejection message customization:

I have never received an automated email rejection message from my new site. Could I be missing a configuration or should I be looking for a problem?

  • If I send an email to a category from a registered user, the email shows up just fine
  • If I send an email to the same category from an unregistered email, the email is picked up by POP but disappears

Posts: 1

Participants: 1

Read full topic

Onebox and Flickr issues?

0
0

@Patrick_David wrote:

I just wanted to see if any issues were known about Flickr and onebox working correctly. I had previously been able to post a url to a flickr photo page, and onebox would correctly grab the image:

https://www.flickr.com/photos/patdavid/17247263555/

As of now it doesn't do anything other than turn it into a link. Production logs show:

Processing by OneboxController#show as HTML
  Parameters: {"url"=>"https://www.flickr.com/photos/patdavid/16548303178/", "refresh"=>"false"}
  Rendered text template (0.0ms)
Completed 404 Not Found in 262ms (Views: 1.3ms | ActiveRecord: 16.3ms)

I can confirm that it does still work for Flickr profiles:

As well as for 500px image pages:

Could it be related to?

Posts: 2

Participants: 2

Read full topic

Viewing all 60309 articles
Browse latest View live




Latest Images