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

"You can't login as username from that address" -- Cloudflare might be identifying different users as the same user

$
0
0

@DanielMorgan wrote:

Not positive this is a bug on Discourse’s end.

A user is reporting that they are unable to login because of an error they see in the login form: “You can’t login as username from that address”

I checked their account and they share the same IP as another user in the same city. The reverse whois for that IP is a Cloudflare address (their Helsinki center). Is Discourse being too aggressive in logins from the same IP? Should I boost the bug reporting user’s trust level to overcome this issue so they can login?

When viewing the bug-reporter’s page, I see that both users have a trust level of 1.

Posts: 3

Participants: 2

Read full topic


Delete Spammer on admin/flags doesn't work for mods if "show_email_on_profile" setting is turned off

$
0
0

@Osama wrote:

Repro steps:

  1. Turn off the show_email_on_profile site setting;
  2. Flag a post created by a TL0 user as spam;
  3. Log into an account with moderation rights and no admin rights;
  4. Go to admin/flags, click Delete… and then select Delete Spammer

Results:
The modal closes and the following errors show up in the browser console (screenshot taken from my local install):


Based on the research I did around the flags area in the codebase, I think this fails (I could be totally wrong here) because at some point discourse tries to run a “check email” task (similar to the task the check email button on profiles has) on the spammer using the moderator account, but since disabling the show_email_on_profile setting seems to prevent moderators from checking email addresses (?), the check email task fails and consequently deleting the spammer fails as well.

Posts: 2

Participants: 2

Read full topic

List topics with no answer

$
0
0

@dosch wrote:

Hey, in the Dashboard I can see metrics of topics with no answer. But I can’t find a list of all topics that still have no answer. Is it possible to generate such a view?

Posts: 2

Participants: 2

Read full topic

All topics in a category should be confirmed before publication

$
0
0

@mbajur wrote:

Hello!

I’m pretty new to discourse, i’ve spent half of my life using phpBB and really common thing/extension for it was to make it able to force all new topics in given category to be confirmed by moderator before the publication. It’s usefull for categories which has a strict rules about their title / body (like event directory for instance) or are vulnerable to topics containing some content which shouldn’t be there and can cause a legal troubles.

In my scenario, i need it for events directory to make sure each topic created has a proper title set (i have a strict topic rules to make it able to fetch the event topics by a third party tool) but the second scenario might also happen. On the other hand, i don’t want to prevent new users from posting topics in there as, in theory, anyone should be able to add an event there.

A perfect solution would be the one available in other forum software which i mentioned before - force confirmation of all new topics for a category. Is such thing possible / on a roadmap? If not, is that possible to achieve it with a plugin?

Thanks in advance.

Posts: 2

Participants: 2

Read full topic

GitHub Onebox with line numbers not working

$
0
0

@David_Taylor wrote:

I’m pretty sure this used to onebox nicely with a highlighted line

https://github.com/discourse/discourse-slack-official/blob/master/lib/discourse_slack/slack.rb#L227

https://github.com/discourse/discourse-slack-official/blob/master/lib/discourse_slack/slack.rb#L227

Works fine without the line number

Posts: 4

Participants: 2

Read full topic

Embedding comments via JS not working

$
0
0

@fogo wrote:

Hi,

I run Discourse beside a custom web app where I want to embed it. Both are behind an nginx server and their URLs are https://mysite.com and https://forum.mysite.com.

I tested with 3 browser configs:

OSX, Firefox 54, strict config

Referer:https://forum.mysite.com/embed/comments?embed_url=https%3A%2F%2Fmysite.com%2Ffoo%2Fbar%2F

The referer did not match any of the following hosts:

    mysite.com

Browser console

Failed to execute ‘postMessage’ on ‘DOMWindow’: The target origin provided (‘https://forum.mysite.com’) does not match the recipient window’s origin (‘https://mysite.com’).

OSX, Firefox 54, everything enabled

blank space

Browser console

Load denied by X-Frame-Options: https://forum.mysite.com/login does not permit cross-origin framing.

WinXP, Firefox 52, everything enabled

The embedded comments are working fine.

Posts: 3

Participants: 2

Read full topic

Confirm new users from Admin without using web link

$
0
0

@BKerr wrote:

I would like to enable new user accounts in Discourse for some trusted users of our legacy system. I have seen the discussion below, but it doesn’t answer my question.

The screenshot for “Activate Account” in that topic (from 4 years ago) is not something I am seeing now under Users. Of the users I have uploaded, who haven’t taken the action to join, Discourse only allows me to resend the email, rather than confirm them via the Admin side. Unconfirmed users do not show up anywhere else that I can see. Am I missing something?

Why this is important: I have a subset of key stakeholders who communicate from inside secure facilities that do not allow web access. They do have email access and communicate via listserv now. But … they cannot successfully click the link sent in the emailed invitation to confirm their account. How do I enable accounts for these types of users?

Posts: 2

Participants: 2

Read full topic

Set up Mattermost notifications using the discourse-chat-integration plugin

$
0
0

@David_Taylor wrote:

This #howto describes how to setup the Mattermost provider included in discourse-chat-integration.

Install

If you haven’t already, install the discourse-chat-integration plugin

Setup Mattermost

Your Mattermost server needs to be accessible from your Discourse server in order to connect them. It is recommended that you use HTTPS, but HTTP should also work.

  1. In your Mattermost System Console, under Custom Integrations, check that these settings are enabled:

    • Enable Incoming Webhooks
    • Enable integrations to override usernames
    • Enable integrations to override profile picture icons
  2. Login to your team, click your name in the top left, then click Integrations

  3. Choose Incoming Webhooks, Add incoming Webhook

  4. Enter a “Display Name”, “Description”, and choose a random channel from the list (it doesn’t matter which one, Discourse will override this)

  1. Save

  2. Copy the URL provided, you’ll need it later

Setup Discourse

  1. Paste the URL you copied into the chat_integration_mattermost_webhook_url site setting

  2. Enable chat_integration_mattermost_enabled

  3. Setup some “Rules” for your channels, according to the discourse-chat-integration instructions. Channel identifiers look like #town-square or @davidtaylor.

  4. Click Test on one of the channels to check everything’s working. You should receive a message like this:
    26

  5. :unicorn:

Posts: 2

Participants: 2

Read full topic


Quick image resizing and markdown image dimensions

$
0
0

@sam wrote:

As of today when you paste in images we no longer use IMG tags. So for example:

very good

Generates the Markdown

![very good|512x397](//discourse-meta.s3-us-west-1.amazonaws.com/original/3X/0/3/03741c9f3eafd7fc8ccd791a6971a2c0d52783e4.jpg)

I also added an Ninja :crossed_swords: feature that allows you to quickly scale images down

very good

![very good|512x397,20%](//discourse-meta.s3-us-west-1.amazonaws.com/original/3X/0/3/03741c9f3eafd7fc8ccd791a6971a2c0d52783e4.jpg)

So by adding ,20% you scale the image down to 20% size, this is particularly handy for people who paste in “retina” screenshots end end up having double sized images. A quick ,50% will make the image look just right.

Posts: 1

Participants: 1

Read full topic

Noob questions about standard plan

$
0
0

@blueh wrote:

Hi guys, I’m really interested in discourse, but I’m thinking about a really small community (50 members, maybe 20 online at the same time), so I think “standard plan” is perfect for me, but I want know if is possible pay for more plugins, because I also want plugins like staff notes and topic voting.

thanks, and sorry for my english :slight_smile:

Posts: 2

Participants: 2

Read full topic

Hello, I'm from China, and I have a forum for non fiction

$
0
0

@zougo wrote:

I set up some Chinese fonts, you open the effect is not necessarily good, I do not understand any technology, I learned some simple CSS, if you understand Chinese, you will find that the content is very characteristic.

Posts: 3

Participants: 2

Read full topic

Scrolling with the progress bar can expand a summarized topic

$
0
0

@t1_hopscotch wrote:

Steps to reproduce:

  1. Visit a topic long enough to be summarised

  2. Read posts and have the ‘Back’ button come up on the side scrollbar

  3. Leave the topic and come back again (clicking the back and forward buttons on the web browser will do)

  4. Scroll back to the top and summarise the topic.

  5. Pull the scrollbar to any post:

Expected behaviour: I will be taken to the post for the summarised version of the topic

Actual behaviour: it expands the whole topic again (so it is no longer summarised)

Even if you go back to the top and summarise afterwards, the topic will expand again if you use the progress bar to navigate.

Browser details: I found this on Safari for desktop and iPad.
Sorry if I miss anything and please feel free to ask for more details. oh and sorry if I have made mistakes too, just let me know if I would need to investigate more closely :blush:

I tested these steps on several of the topics with most replies here, and it happened to all of them.

Posts: 2

Participants: 1

Read full topic

How create 3 leval sub-categories?

Suppress All Warnings

$
0
0

@JamesNorth wrote:

Two of the forums I admin with Discourse contain users that know each other in real life and talk about things that occur in real life (business based and sport based).

  • I couldn’t find any discussion about this anywhere specifically, but is there a way to suppress all warnings/education for posts?

New users (clients) on my business forum get annoyed by all the education that occurs to them and people who know each other on the sport one get annoyed when members are called out for replying to each other a little bit in one topic.

Posts: 1

Participants: 1

Read full topic

Problem with preformatted text

$
0
0

@evgeny-k wrote:

Preformatted text feature doesn’t work correctly in some case:

this fragment:

<h4>header</h4>
`[body(x,y)]`

is shown with back quotes, i.e.

header

`[body(x,y)]`

Posts: 1

Participants: 1

Read full topic


When customising CSS my preview option disappears

$
0
0

@hellorich wrote:

I’ve been asked to do some changes to our sites custom theme, and when editing common scss, as soon as I start changing the file the Preview link at the bottom right disappears.

How am I supposed to preview changes before putting them live if this is the case? I’m 90% sure this wasn’t happening when we initially built our theme, but it has been some time since I worked on the forums customisation.

Posts: 5

Participants: 2

Read full topic

Detect from topic payload if something was mailed or posted via web

$
0
0

@carlokok wrote:

I think I’m overlooking something, because I know the web gui shows a little mailbox icon, but how do I find out if a topic was mail-in or not? (I want to reply only for mail in)

Posts: 6

Participants: 2

Read full topic

Telegram Instant View

Warning message for users replying to a "solved" topic that didn't participate before it was solved

$
0
0

@Sujan wrote:

People finding old posts via Google very often just post there related, but different, problem as a reply - event if the topic is marked as solved. Problem is that of course these topics don’t get nearly the same attention as a new topic with a proper title.

It would be great, if one could configure a “warning message” shown to users, that come into solved topics, and try to respond the first time.

That way, we could tell them something like this:

You are responding to a topic that was already marked as solved. As you haven’t posted in this topic before, please make sure you open a new topic if you have a problem that needs a solution itself. Posting to this topic your post probably won’t receive the attention it would get in its own topic. Thank you.

or even

Please don’t respond to solved topics with new problems. Open a new topic for that please. Thanks.

(Similar messages could be used for old posts in general…)

Posts: 1

Participants: 1

Read full topic

Vagrant up - 429 Error

$
0
0

@thisisalfie wrote:

Hi,

I am trying to install discourse on my machine using the instructions on https://blog.discourse.org/2013/04/discourse-as-your-first-rails-app/.

When I tried running the command “vagrant up” in Step 4, I would get this error message:

vagrant up
Bringing machine ‘default’ up with ‘virtualbox’ provider…
==> default: Box ‘discourse-16.04’ could not be found. Attempting to find and install…
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly…
==> default: Adding box ‘discourse-16.04’ (v0) for provider: virtualbox
default: Downloading: https://www.dropbox.com/s/2132770g1e05c6d/discourse.box?dl=1
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

The requested URL returned error: 429 Too Many Requests

What can I do to solve this problem in order to finish installing discourse on my machine?

Thanks.

Posts: 2

Participants: 1

Read full topic

Viewing all 60721 articles
Browse latest View live




Latest Images