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

Topic timer doesn't work for fa_IR locale

$
0
0

@Pad_Pors wrote:

topic timer doesn’t work when using fa_IR locale. i.e. nothing happen if I choose the topic to close after 1 day in these locales.

but when I set a timer in English locale, and then change the locale to fa_IR, the timer works fine.

it behaves the same way as this previous bug: Suspend doesn’t work for Persian language. and I don’t get any error in /log.

Posts: 1

Participants: 1

Read full topic


Can send email from command-line but not Discourse

$
0
0

@UhhhClem wrote:

tl;dr: I can send mail via SMTP from my droplet, but not from Discourse running on my droplet.

This works:

./swaks --auth --server smtp.mailgun.org --au postmaster@discourse.particleman.org --ap [redacted] --to rrossney@gmail.com --h-Subject: "Hello from Discourse"--body 'This is coming via SMTP.'

resulting in an entry in my mailgun log and well, I also receive the email. When I send the authorization email from discourse, the logs appear to indicate success:

Started PUT "/finish-installation/resend-email" for 198.27.215.254 at 2018-03-24 01:32:13 +0000
Processing by FinishInstallationController#resend_email as HTML
  Parameters: {"authenticity_token"=>[redacted]}
  Rendering finish_installation/resend_email.html.erb within layouts/finish_installation
  Rendered finish_installation/resend_email.html.erb within layouts/finish_installation (0.6ms)
  Rendered common/_special_font_face.html.erb (0.2ms)
  Rendered layouts/_head.html.erb (0.3ms)
Completed 200 OK in 27ms (Views: 2.6ms | ActiveRecord: 2.4ms)

and yet no email shows up in the mailgun logs, nor anywhere else. My app.yml contains:

  DISCOURSE_SMTP_ADDRESS: smtp.mailgun.com
  DISCOURSE_SMTP_PORT: 587
  DISCOURSE_SMTP_USER_NAME: postmaster@discourse.particleman.org
  DISCOURSE_SMTP_PASSWORD: [redacted]

…which seems straightforward enough. What have I overlooked?

Posts: 4

Participants: 2

Read full topic

Welcoming topic

$
0
0

@alefattorini wrote:

Every Monday I say hi to my new members who joined over the last week.
Usually I extract the full user list and elaborate a bit with my spreadsheet editor: cutting old members, ordering by creation date…
Then I elaborate a bit with a couple of “sed” on my linux shell in order to have a list of members like this:
@jondoe - John Doe - Italy

Is there any chance to have this kind of feature on Discourse? Like Facebook groups for example
So I click a button and it sets up a new topic for me?

Posts: 2

Participants: 2

Read full topic

What is the requirement for installing discourse?

After Update Removed Category Suppress Option, CSS Doesn't Hide Them on Mobile

$
0
0

@Bernstein wrote:

A recent beta update removed the check-box ability to suppress certain categories from the home page because it was interfering with the “Latest” view.

I use Discourse for an interactive narrative experience that has distinct in-world and out-of-world elements. Right now a bunch out-of-world categories are littering my in-world front page in mobile view.

I used this helpful post to hide the offending categories in desktop view:

But it doesn’t seem to work for mobile. I’m curious if there’s a way to have it also affect categories in mobile view? Any advice would be greatly appreciated.

Posts: 4

Participants: 3

Read full topic

How Setup result search when type and create title topic Discourse

Community supported official docker image

$
0
0

@pierreozoux wrote:

I really would like to have an official helm chart for discourse with an official docker image.

I just opened this issue.

I’d like to have the consent of the discourse maintainers to make this happening.

Hope you can help make this happen. All you need to do is to give a yes :slight_smile:

Thanks!

Posts: 2

Participants: 2

Read full topic

Help with js to insert into a topic

$
0
0

@SidV wrote:

Hello!

I need to insert <script src="https://xxxxx.js" async></script> into a topic, just ONE topic.

I knew this:

But it is possible to use javascript to check the url and if it match, insert the js? :thinking:

Posts: 2

Participants: 1

Read full topic


Digest Emails Not Sent Since 2016

$
0
0

@markersocial wrote:

I checked my logs, I changed the setting ‘delete_digest_email_after_days’ from 9999 to 99999999 (to disable this feature) in 2016, this was the same day that the digest emails stopped sending.

I have since noticed the setting ‘suppress_digest_email_after_days’ was set to 0, this change does not show in my logs - so not sure how or when it was set. I just recently set it to the maximum value allowed in the admin settings (2000000000). No digest emails have been sent since (4 days ago), even though there are lots of accounts that have digest enabled and fit the inactivity requirements to be emailed. All other emails are sending fine.

One other setting I have enabled (also changed 4 days ago) is suppressed categories, I have 10 disabled, there are several other active categories though. Not sure if I need to wait longer for it to start working again, my values are too high or there is a bug.

Would appreciate help :slight_smile:

Edit: Here are my mailing list mode options - has not been changed for a very long time. I read in another post that disabling mailing list mode fixed digest emails not sending for some users.

Posts: 1

Participants: 1

Read full topic

Problem with certificate link

Seeing multiple posts per topic in search results

$
0
0

@Ellibereth wrote:

Right now the only way that I have found to have multiple posts from the same topic (when you aren’t searching in a specific topic) to display in search results is by setting it to “Most Liked”.

I expected “Latest Post” to also show multiple posts from the same topic, but it only shows the latest post from a topic with the search term in it, and none of the other posts with the word in said topic. This makes it pretty hard to find a particular post when you don’t know what topic it’s in.

Is there a way for search to return all posts where a term is used in “latest” chronological order?

Posts: 1

Participants: 1

Read full topic

Finding the text resource id

Problematic IP address fields

$
0
0

@riking wrote:

Continuing the discussion from Providing data for GDPR:

I did a first pass over Discourse’s tables, and I found several places where IP addresses are being accidentally correlated with user IDs. This is toxic data generating liability for Discourse forums.

List of problematic IP address fields:

  • incoming_links: stores timestamped IP address correlated with user ID and an exact post ID, topic ID, and Referer: header
  • search_logs: stores timestamped IP address correlated with user ID and exact search term
  • topic_link_clicks: stores timestamped IP address correlated with user ID and clicked link

Non-problematic IP address fields:

  • user_auth_tokens, user_auth_token_logs: stores timestamped IP address correlated with user ID and device identifier
    • Data purged periodically, but :warning: there should be a conditional notice in the Privacy Policy if verbose auth token logs are enabled
  • topic_views: stores timestamped IP address ONLY WHEN user ID is not available
  • user_profile_views: stores timestamped IP address ONLY WHEN user ID is not available
  • screened_email, screened_url, screened_ip_addresses: Only created when a user is banned for being a spammer.
  • api_keys: List of IPs inputted by admin.

Filing this as a privacy-bug.

Posts: 7

Participants: 3

Read full topic

Install/deploy Discourse with Bitmani

$
0
0

@mdreamer wrote:

Hi,

I’m now looking into how and where to deploy my Discourse installation. Options:

  1. AWS using Docker
  2. AWS using Bitnami

As far as I can tell I cannot find any disadvantages in Bitnami (as of this date) in comparison to Docker. I read here that people don’t like and I don’t understand why. I have access to the file system, I can install plugins, change all the settings and in addition Bitnami will update it whenever a fresh update is being release. From my end it feels like I’m outsourcing a nuisance of maintaining another part of my system. Especially if I want to focus on the platform itself and the content.

What am I missing?

Cheers
Maayan

Posts: 2

Participants: 2

Read full topic

Customizing the private login page

$
0
0

@smota wrote:

Hi expert of this community, I would like to get a better custom logging page.
I set up a private community, and may be this is a common questions, so I made a search and I found different topic but without a good path to follow to achieve this.

Posts: 1

Participants: 1

Read full topic


Did not find expected '-' indicator

$
0
0

@adrianbblk wrote:

Hi Everyone,

I just try to rebuild the app and I get this error:

(<unknown>): did not find expected '-' indicator while parsing a block collection at line 11 column 3 -e LANG=en_US.UTF-8
YAML syntax error. Please check your containers/*.yml config files.

Line 11 in my app.yml

- "templates/cron.template.yml"

I need some help to fix it. Thank You :angel:

Posts: 7

Participants: 4

Read full topic

Notify user when title or category of their topic was changed?

$
0
0

@Sujan wrote:

Is there a way to notify a user by default if a moderator changes the category or title of a topic they created?

Posts: 3

Participants: 3

Read full topic

Cannot upload multiple font types in theme uploads

$
0
0

@davidkingham wrote:

I’m trying to upload different font types (woff, woff2, ttf) for support in different browsers, but when I upload say opensans-regular-webfont.woff2, then upload opensans-regular-webfont.woff it replaces the woff2 version with the woff version. Is there anyway around this?

Posts: 1

Participants: 1

Read full topic

Issues moving from Elastic to Mailgun

$
0
0

@Francois_Douville wrote:

I switched from Elastic to Mailgun, but there is something bugging with my 443 port. My site is not working and I received this message :

Check your networking configuration to see that connections to port 443 are allowed.

Where/how do I check this?

Posts: 11

Participants: 3

Read full topic

Keep tracking status when moving posts into new topic

$
0
0

@tophee wrote:

It looks like when a user who replied in topic A has their post(s) moved to a new topic they are losing they are no longer tracking that topic (the new topic, that is). This is when they are not the OP of the new topic.

Wouldn’t it make sense to move/copy the tracking status to the new topic if they’ve had it in the old topic?

Posts: 1

Participants: 1

Read full topic

Viewing all 60721 articles
Browse latest View live




Latest Images