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

Meta.discourse.org issue on Firefox

$
0
0

@Steven wrote:

I have an issue on Firefox, meta.discourse.org doesn't work, Firefox seems to block the website with an error message : the connection is not secure

NS_ERROR_NET_INADEQUATE_SECURITY

(The rest is in french)

On 1 of 10 refresh, I have another error message

SSL_ERROR_ILLEGAL_PARAMETER_ALERT

Is it only me ?

(No problem at all on Chrome, Opera, Windows Phone)

Posts: 9

Participants: 3

Read full topic


Having consistent problems with graphically upgrading Discourse on CoreOS

$
0
0

@aknudsen wrote:

Using CoreOS 1068.10.0 (stable) and a 2GB DigitalOcean droplet, I'm having trouble upgrading Discourse via the GUI, in that the site stops responding throughout. I am able to log into the machine via SSH however, so at least it hasn't frozen, which used to be the case when I was still using a 1GB droplet.

I've only used this 2GB droplet for a couple of weeks, but while I was still on the 1GB droplet it would freeze every now and then prompting a restart and it would also freeze during upgrade via the GUI (so that I couldn't even ssh into it). I figured it was simply a matter of running out of memory, so I decided to upgrade to 2GB. However, since the upgrade process still causes the server to become unresponsive, I guess it hasn't to do with the amount of memory. That said, I did see excessive memory usage on the 1GB droplet one time during upgrade, before it froze.

Could anyone provide me with some advice as to what's going wrong here? Might it be an incompatibility between CoreOS and Discourse?

Posts: 3

Participants: 2

Read full topic

Orange line separating topics

$
0
0

@Riley_Dunshea wrote:

Whenever I'm on the Infinite Flight Community I get a orange line inbetween the new topics. Multiple people had the issue not just me and I thought I would report it. Here is the link I made to the topic on the Infinite a Flight Community:


Here is what I mean:

Posts: 5

Participants: 3

Read full topic

Text overlapping issues in user admn screen in mobile view

Can't change repo in discourse docker

$
0
0

@sevenmaxis wrote:

I want to make modification to the appearance of discourse by plugin.
Due to the plugin architecture I have to fork repos.

First I changed repo in discourse_docker at my forked discourse_docker

Then I forked discourse itself, add some change to test.
Went to my in instance, checked Dockerfile - it had link to my repo, installed all by instruction, build an app, enter that app and check
git remote show origin - it didn't change:

Fetch URL: https://github.com/discourse/discourse.git

I've tried to remove images and rebuild them, same result

What am I missing here?

Maybe it doesn't build image from image/discourse/Dockerfile and downloads from DockerHub instead?

Posts: 4

Participants: 2

Read full topic

Small bug with topic status icons at "extra-info"

$
0
0

@alexande-ru wrote:

Hello!

First of all, thank you for an excellent platform!

Found, that if topic has closed and archived, then lock icon not shown in extra info at the top.
May be render "lock" icon need to wrap: result.push(renderIcon('lock', 'locked_and_archived')) in file /app/assets/javascripts/discourse/widgets/topic-status.js.es6

And also renderIconIf must contain canAct argument, and set it only for pinned/unpined icon, not to all.

And also there are no click method for pin/unpin icon.

P.S. Sory for my English, please.

Posts: 1

Participants: 1

Read full topic

How to prevent effects of async loading vs direct loading?

$
0
0

@broz wrote:

I have a topic page: Topic
This page is particular, it has a <div id="om-xddddihwxnstqcdk-holder"></div> into the content, this div is converted into this result:

The operation of converting the id into the form is made by a js script, that i embedded into the page.
The script actually works perfectly, but only when the page is loaded directly (or when you reload it in the browser)

If you try to access it through other pages of the forum like for example: https://forum.uppa.it/c/medicina from here it is the first topic (Manovre antisoffocamento nel bambino fino a 12 mesi)
The script won't be loaded.

Than, when the page is loaded async. the result is that the js form is not displayed, but i need to fix this thing. Is there a way i can do that?

PS: the div id works because i created a plugin with the help of @cpradio

Posts: 4

Participants: 2

Read full topic

Password reset not working

$
0
0

@Margrave wrote:

Hello,

I've recently installed Discourse and as it's a completely private forum space I am sending invites to users.
When they accept the invitation they can see their user profile but still don't have a password. When the user clicks on set password it sends an email with a link, upon clicking it I get an error message saying the link is too old and I should use the forgot password feature.. which in turn gives me the same error message when I follow the steps.

Can someone help me with fixing this issue as none of my users are able to set passwords.
Thanks!

Posts: 1

Participants: 1

Read full topic


How can I move a user's profile background to their profile picture?

$
0
0

@tobiaseigen wrote:

This is a common occurrence on my discourse:

I'd love to be able to help in this case by editing the profile and moving the profile background over to profile picture, but don't see a way to do it. Any guidance much appreciated.

Also perhaps the UX needs to be tweaked - clearly it's not working for my less tech savvy users. This one is in Papua New Guinea and doesn't have very regular access to the Internet.

One consideration I am already thinking about is to remove the Profile background and User Card background from the prefs, but that is a shame because some people make great use of it.

Maybe background pics could be offered only to higher trust levels? How are others handling this issue or is it a non-issue for most discourse admins?

Posts: 7

Participants: 3

Read full topic

How to embedded Discourse Meta editor into my blog

How to handle announcements

$
0
0

@alehandrof wrote:

In our Discourse we have a lot of need to post announcements that are unlikely to generator discussion. ("Hey, heads up. This upcoming deadline is coming up!" That sort of thing.)

I feel bad about strewing the forum with one post topics, but I'm not sure how else to tackle this need.

How do you handle announcements on your sites?

Posts: 4

Participants: 3

Read full topic

Speccing out a full page chat plugin

$
0
0

@angus wrote:

I am in the early planning stages for a chat plugin that fulfills the goals mentioned here. When the initial version of the plugin is created I will create a new topic, however this topic is a good place to think about how this plugin will work.

At this stage I'm thinking the plugin will have the following features.

  1. Chat lives in it's own route, rather than in a shoutbox (Babble) or messagebox (Quick Messages). One question here is whether the header is present in this view. Compare Stack Exchange Chat, in which the normal site header is not present. Personally I think it should be, as it will allow normal site navigation and search, and also make chat feel like part of the 'app', even though it is in a separate route.

  2. A 'presence' feature, showing online members and activity such as typing.

  3. The compose input is ever-present in the UI, like in Babble or Quick Messages.

  4. In terms of chat 'Channels' one thought I have is that having an entirely separate hierarchy may be a bit confusing. I'm thinking it would be best to tie the chat channels into the existing Discourse hierarchy in some way. Perhaps the following:

    • A channel that corresponds with / is linked to the 'All categories' topic list discovery (a 'general channel').

    • A channel that corresponds with / is linked to each category.
    • A channel that corresponds with / is linked to each tag.
    • A channel that corresponds with / is linked to each topic? This may be going to far as it may start to deter people from creating posts in a topic. For example having 'I'm having a problem with X...' kind of post is often useful in a topic because if you (the reader) are having the same problem, you know you're on the right track to find the answer. If this kind of question is posted in chat, a reader is less likely to come across it.
  5. A feature to turn a chat message or group of messages into a topic. If the approach in '4' is taken, this could flow quite nicely, e.g. a chat in the 'Feature' category channel gets turned into a topic in the 'Feature' category.

In terms of where the channels would be accessed in the UI this depends on things like '1' and '4'. One potential way to do this would be to put a button in the topic list header. Like the other buttons in the topic list header it would be context dependent, e.g. it would toggle the chat for the discovery context you're currently looking at, e.g. All Categories, 'Feature' category, 'community-management' tag etc.

Clicking that button would turn the topic list for that context into a chat stream with a compose at the bottom.

I'm not quite sure how channels with users or groups of users would work yet. One thing that has to be figured out in this respect is how 'user/group channels would be distinct from the existing 'user/group messages'. One way to do this would be to just have a chat that corresponds to each private message topic, however you run into a similar kind of issue I referred to above in the context of a chat channel for every topic, namely it's not clear how the 'chat' and 'topic' post streams should interrelate. Should all chat messages also appear on the 'topic' version of the private message? I think it would be best to keep 'private messages' and 'private channels' separate.

The other question regarding private channels is where they would appear in the UI. The 'default' would be as a separate view in the user profile, next to messages.

These are all just preliminary ideas. Would be keen to hear others' thoughts on how 'community chat' might be implemented.

Posts: 3

Participants: 2

Read full topic

Ignore function please

$
0
0

@Alucard_Shadow wrote:

Hi I really love Discourse but 'mute' is just not good enought.
Many users request full ignore[hide messages,threads and comments from user completely]
Are there plans for this function?

Posts: 5

Participants: 5

Read full topic

Starting Discourse on a Specific Docker Network

$
0
0

@dlynch158 wrote:

I can run docker network connect squadwars web_only and then docker network inspect squadwars and see it connected to my squadwars network.

But if I do:

./launcher start web_only --docker-args="--network squadwars" it doesn't seem to connect itself to that network! (And yes I destroyed the container first).

I don't see my options being passed to the docker run command.

Posts: 4

Participants: 2

Read full topic

Existing Feature or Plugin for Featured Image

$
0
0

@GioLogist wrote:

Just like the wordpress "featured image" function, is there a similar function for discourse? I'm interested in this for both categories and topics alike.

Essentially, latest topics on the homepage will show a featured photo if one is uploaded. Categories will also have an assigned featured image that you can see while browsing the category list.

Thanks in advance!

Posts: 2

Participants: 2

Read full topic


Question about Locking Users at New User level, and PMs

$
0
0

@BCHK wrote:

How does the locking out of users from PMs work, when we lock a user at "New User" level.

I thought that it prevented PMs. But we have a situation where a person (actually two people - both the recipient and the sender) are locked at "new user" level - and they are still sending PMs back and forth.

Is there a way to lock all PMs, or at least stop a person from sending PMs?

Posts: 9

Participants: 4

Read full topic

Now should I only do myself? No. We should both do ourselves

$
0
0

@elijah wrote:

Apologies for the bad title, but I'm trying to make a point.

Every single word in my title (until someone changes it, and then for the record it was "Now should I only do myself? No. We should both do ourselves. ") is on the Postgres stop words list. This topic title is invisible to Postgres. I don't mind stop words being used for indexing topic bodies, but it irks me a lot to have them used in topic titles. Stop words are sometimes the key words to distinguish one topic from another, so I'd like my searches to be for the terms I've put in.

This is not a bug in Discourse, it is just using the defaults from Postgres, but it does cause user confusion when words get ignored.

Please, please, find a way around the stop list for topic titles.

Posts: 9

Participants: 3

Read full topic

Wrap subcategory + new topic number in

Why have I not yet received the EMPATHETIC badge on my site?

Square Emoji site setting does not work as expected

$
0
0

@gkln wrote:

Hi,

Our goal is to upload non squared Emoji (more like tiny reaction gifs) so we disabled the enforce square emoji setting. The images are not resized on upload but are still squares when including them in posts because of the CSS rule. Is that the expected behaviour?

When the setting is enabled, the behaviour is exactly the same: the image is not resized on upload but with the CSS.

So, what is the purpose of this setting?

Thanks!

Posts: 2

Participants: 2

Read full topic

Viewing all 60707 articles
Browse latest View live




Latest Images