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

Re: "New-message composer URL reuses recipients from draft"

$
0
0

@flesser wrote:

Continuing the discussion from New-message composer URL reuses recipients from draft (closed):

Here is how to reproduce here on meta:
First: paste this link into your browser: https://meta.discourse.org/new-message?username=discobot&title=Help&body=No_one_likes_to_talk_to_me

Second: paste that link into your browser: https://meta.discourse.org/new-message?username=_fuchs&title=Actually&body=I_rather_talk_to_humans

As you can see, title and body of the second message are taken from the URL, but the message is still addressed to @discobot instead of @_fuchs

/Edit: clicking the on the links here in this topic may not work as “un-intended” because you will get the “Abandon post?” popup. You have to copy the links to an external source (e.g. Notepad) and paste them into the browser’s URL bar one after the other.

Posts: 2

Participants: 2

Read full topic


Wrong error message editing a poll?

$
0
0

@wolftune wrote:

I tried a poll for test purposes. I tried to edit the options by editing the post. I got this error:

Poll with votes cannot be made public.

That seems weird. I wasn’t doing anything about making something public. I was aiming to edit the text of a poll without changing it in any other way.

Posts: 1

Participants: 1

Read full topic

Category Sidebar

$
0
0

@pux wrote:

Hello Discourse Team,

I’m a user of this wonderful software on the Manjaro Forum.
If I click on the Latest tab I would love to be able to choose which sub categories are shown on the fly.
Like for example check/uncheck tick-boxes on a sidebar to include/exclude Off Topic and so on.

What do you think?

Posts: 11

Participants: 3

Read full topic

What format should the emojis be in to be accepted by the Retort Plugin?

$
0
0

@McBlu wrote:

I have been troubleshooting why the formatting is so off (rows and columns, squished icons) for emojis I uploaded to discourse when used in the Retort Emoji plugin.

I got the plugin to work for a 4x5 grid of emojis already existing in the dicourse set:

26%20PM

I uploaded my emojis to discourse from this website:
https://emojipedia.org/

The uploaded emojis have a slightly visible off-white background in the shape of a square compared to emojis used from the existing discourse set. I am wondering if that might have something to do with it?

08%20PM

Does anyone know a website I can use to upload emojis that is compatible with discourse or am I on the wrong track here? :face_with_raised_eyebrow: It could be something to do with the plugin itself.

Posts: 21

Participants: 2

Read full topic

Changing locale in app.yml doesn't install discourse

$
0
0

@Umashankar_Ankuri wrote:

I’m trying to setup discourse with local language. Before doing that I just want to launch a sample droplet with some locale other than en.US.UTF-8

I have changed locale in app.yml

LANG: cs_CZ.UTF-8
DISCOURSE_DEFAULT_LOCALE: cs

And I have setup locale on Ubuntu

sudo locale-gen cs_CZ.UTF-8

Set locale, this generates also the /etc/default/locale file.

update-locale LANG=cs_CZ.UTF-8

but then I got this problem, launcher always exits with ERROR: Config name must not contain upper case characters, spaces or special characters. seeing this locale is a problem

Then I changed locale by exporting locale to en_US.UTF-8 commandline, now script works but then, It doesn’t pickup locale. I’m not sure what I’m missing here.

Please help with any pointers to how install discourse proper way in other different language

Here is the log

postgresql/9.5/bin/postmaster -D /etc/postgresql/9.5/main
I, [2018-03-14T02:55:06.463494 #13]  INFO -- : > sleep 5
LOG:  skipping missing configuration file "/shared/postgres_data/postgresql.auto.conf"
2018-03-14 02:55:06.484 UTC [55] FATAL:  data directory "/shared/postgres_data" has group or world access
2018-03-14 02:55:06.484 UTC [55] DETAIL:  Permissions should be u=rwx (0700).
I, [2018-03-14T02:55:11.470550 #13]  INFO -- :
I, [2018-03-14T02:55:11.470820 #13]  INFO -- : > su postgres -c 'createdb discourse' || true
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "cs_CZ.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
createdb: could not connect to database template1: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
I, [2018-03-14T02:55:11.547526 #13]  INFO -- :
I, [2018-03-14T02:55:11.548052 #13]  INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "cs_CZ.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
psql: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
I, [2018-03-14T02:55:11.623152 #13]  INFO -- :
I, [2018-03-14T02:55:11.623665 #13]  INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "cs_CZ.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
psql: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
I, [2018-03-14T02:55:11.694738 #13]  INFO -- :
I, [2018-03-14T02:55:11.695242 #13]  INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "cs_CZ.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
psql: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
I, [2018-03-14T02:55:11.765187 #13]  INFO -- :
I, [2018-03-14T02:55:11.765807 #13]  INFO -- : Terminating async processes


FAILED
--------------------
Pups::ExecError: su postgres -c 'psql discourse -c "alter schema public owner to discourse;"' failed with return #<Process::Status: pid 81 exit 2>
Location of failure: /pups/lib/pups/exec_command.rb:108:in `spawn'
exec failed with the params "su postgres -c 'psql $db_name -c \"alter schema public owner to $db_user;\"'"
fa63f85db88334b89b0674ef085175996ca8737a7df323dd47e7ceacebb2772d
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one

Posts: 5

Participants: 2

Read full topic

Discourse in Outreachy Summer 2018

$
0
0

@erlend_sh wrote:

Originally published at: Discourse in Outreachy Summer 2018

tl;dr: Discourse will be participating in Outreachy Summer. If you are eligible to participate in this internship, please consider applying! About Outreachy Participants of Outreachy work with an open source organization (in our case Discourse) on a 3 month programming project. It’s similar to events like Google Summer of Code, however the aim of Outreachy…

Posts: 2

Participants: 1

Read full topic

Discourse Theme CLI (console app to help you build themes)

$
0
0

@sam wrote:

I just pushed the first version of the discourse_theme CLI to rubygems:

To play with it, make sure you have Ruby 2.2 or up installed. If you are on Windows, be sure to use the Windows Subsystem for Linux. If on Mac or Linux, it should all just work. To install run:

gem install discourse_theme

Once installed, to learn more about it:

discourse_theme

It provides 2 functions now:

  1. You can use it to quickly create a new theme with discourse_theme new YOUR_DIR_NAME

  2. You can use it to monitor a theme and synchronize with a discourse site (with live refresh) using discourse_theme watch YOUR_DIR_NAME

What this means is that you can use your own editor to edit you theme and site will magically :unicorn: update with the changes!

@theme_authors very curious about feedback here, I can already see a few bugs but I want to make sure I focus on stuff that improves your lives first.

Posts: 12

Participants: 3

Read full topic

Undo all my SSL-related changes?

$
0
0

@kirupa wrote:

Hi everyone - I got my installation in a weird state. I made some mistakes renewing my SSL certificate, and the forums refused to load. I used a namecheap SSL cert. I overrode that by enabling letsencrypt instead. That seems to work fine, but the address bar still shows me as using the older namecheap SSL cert instead.

How do I reset everything and go back to setting SSL up from scratch?

Thanks,
Kirupa

Posts: 3

Participants: 2

Read full topic


Discourse comments in sportpress

$
0
0

@pkulkov wrote:

Hi!
Discourse wp plugin is great and very usefull, but I use sportpress plugin for hockey leagues and i don’t know why there is no comments block on event, teams and players pages. All setting selected, but comments dispayed only in blog-posts.

Is there any ways to enable comments on all pages?

Thnx.

Posts: 1

Participants: 1

Read full topic

Need plain text rss feed

Discobot suddenly pinging me

$
0
0

@cookywook wrote:

Hello!

In the welcome message from Discobot, I’ve included my @-name so people know who to come to if they need anything. But as of last night / this morning, this means I’m getting a notification every time someone joins the Community and receives this DM.

46

I’m confused, because this wasn’t happening before. And I don’t think I’ve changed anything that would cause this.

Is there a setting that controls whether private message mentions notify the mention-ee?

(If not, I’ll just change the @-mentions in the welcome message to profile links. But I’d like to understand this first).

Thanks!

Posts: 4

Participants: 3

Read full topic

How to auto set topic title?

$
0
0

@frold wrote:

I would like after pasting a link being then auto update / auto set the topic title…

Is there a script that have that feature - so I could see how that could be done?

As you can see from earlier posts I play around with the amazon onebox script

I would like to paste in a book link and then the topic title is set to

BookTitle - Authors

Thanks :smiley:

Posts: 1

Participants: 1

Read full topic

Password reset: "User unknown", even if it exists

$
0
0

@thorbenegberts wrote:

Hi there,

as our users try to reset their password, they get an error message that the user doesn’t exist, even if it does. However, the email is being sent (so it’s not that critical).

(Version: Discourse 2.0.0.beta3 - GitHub - discourse/discourse: A platform for community discussion. Free, open, simple. version 95555b5ec8cc9445b3e1ba0f8540d9fc6071e5e5, hosted instance forum.plentymarkets.com)

Posts: 3

Participants: 2

Read full topic

Issue open pre-filled composer

$
0
0

@duranmla wrote:

I have already made a topic that gives me information about how to open the composer with pre-filled information, besides, I got some useful answer about working with actions too, those Topics can be found at:

However, I face the problem that the composer gets open but it doesn’t open instantly, instead, the app moves to: /latest URL and once the loading there finishes THEN the composer opens. In that sense, I am posting this in order to know if there is a better way to ensure the composer opens without load a new page so it can be open instantly (as soon the user click the button) The code I use looks like:

_openComposerWithParams($form) {
    var serializedData = $form.serialize();
    var pathToOpenComposer = `/new-topic?${serializedData}`

    // open composer using query params
    DiscourseURL.routeTo(`${pathToOpenComposer}`);
}

and of course, I have a preventDefault on the form submission to avoid redirections.

$form.on('submit', (e) => {
      e.preventDefault();
      this._openComposerWithParams($form);
});

PD: I am publishing all these topics around quite the same context not because I stop to make my research and wants someone does my homework but to actually helps someone else with the same problems.

Lastly, I didn’t mark this as a “BUG” cause sounds more like I am doing something wrong cause I do not think this is the expected behavior.

Posts: 2

Participants: 2

Read full topic

Where might I find the setting for this logo area?


An interesting question for people linking discourse to wordpress - embedding calendars

$
0
0

@McBlu wrote:

I am using the All-in-one Event Calendar in my wordpress site:

I would like to embed events into the forum by pasting the code depicted below to get the cool linked events you see and a subscribe to calendar button:

Am I right in thinking that I paste this code into the custom css–> /head section? If so, does anyone know where, and what I’d past into the topic to get this embeded events widget to appear?

Thanks in advance. I’d be happy to share how it works and brainstorm any ideas with anyone interested in incorporating this in their wordpress website. We also use Discourse plungin WP Discourse, which is fully functioning and fantastic as well.

Posts: 1

Participants: 1

Read full topic

Advice on removing replies to jerky posts

$
0
0

@jsha wrote:

I have a situation where user 1 posted something jerky in an existing topic, then user 2 replied in a nice way, then use 1 posted something jerky in reply.

I’d like to flag off the whole sub-conversation, including user 2’s post, since it’s confusing without context. But I don’t want user 2 to have an “N flagged posts” on their profile, or get a message saying they’d been flagged for inappropriateness. Does anyone have advice on the best technique for handling this?

Thanks!

Posts: 5

Participants: 3

Read full topic

Pull access denied for local_discourse/app

$
0
0

@abdo wrote:

Hello,

I’ve followed the instructions at: Discourse setup using AWS | andrew stroup’s Blog - to setup a discourse instance via Amazon EC2. Everything seems to be working smoothly until, I arrive at: “sudo ./launcher start app” and receive the following error.

--mac-address 02:e7:a8:52:8a:76 local_discourse/app /sbin/boot
Unable to find image 'local_discourse/app:latest' locally
/usr/bin/docker: Error response from daemon: pull access denied for local_discourse/app, repository does not exist or may require 'docker login'.
See '/usr/bin/docker run --help'.

Any idea what’s going wrong there and how to fix it?

Thanks

Posts: 2

Participants: 1

Read full topic

Little issue with "Login with Email"

If a wiki is edited and ALL subsequent posts are deleted, topic does not bump

$
0
0

@sam wrote:

Steps to repro:

  • Create a topic
  • Reply to topic
  • Delete Reply
  • Turn topic to a wiki
  • Edit wiki
  • Topic is not bumped even though it should be.

Posts: 1

Participants: 1

Read full topic

Viewing all 60642 articles
Browse latest View live


Latest Images