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

Raymond Brennan response to Jeff

$
0
0

@rbrennan wrote:

Continuing the discussion from Welcome to the Discourse Sysadmin interview!:

Posts: 1

Participants: 1

Read full topic


Separating Redis clusters. What’s sent into Redis? Cached views, Sessions, both?

$
0
0

@renoirb wrote:

Hi all,

In my cluster I have two separate Redis clusters. One that stores session data ("sessions" cluster), and another that I send expensive generated objects ("objects" cluster). The idea behind this is that I can purge completely what’s in "objects" redis nodes without risking to kick out users.

My question becomes then, is there such separation?

Posts: 1

Participants: 1

Read full topic

I suggest to make search round, time already avatars round

Where can I ask non-technical questions around here?

$
0
0

@john_mardlin wrote:

Community management oriented stuff like:

  • "What works for building communities"
  • "How do you usually handle a situation such as X"
  • "What are some ways to engage your best users"

This is the softer than software stuff that's at least as important to building a community. Where does that happen around here?

Everything I've found seems to be uncategorized, meaning I need to be extra clever with searching to find that stuff.
ie.

Posts: 5

Participants: 4

Read full topic

Ordered list mis-numbering

$
0
0

@jayfella1 wrote:

I came upon a bit of a bug where if you use an ordered list and don't start from 1, discourse will start from 1 anyway:

Notice the numbers in the editor vs the posted reply. I kinda get why this occurs, but in this particular case, I couldn't answer his first and second question, so could only reply to questions 3 and 4 - which presents this corner case..

Posts: 4

Participants: 4

Read full topic

Twitter login option not showing after config

$
0
0

@PopsRocker wrote:

After setting up the new Discourse forum and configuring my login options to use Google, Facebook, and Twitter I'm not seeing Twitter as an option.

I have double checked the consumer key and secret, even reset them to see if that would work. I checked the Twitter application for anything that still needed to be done.

Am I missing something ?? (other than the obvious Twitter login LOL)

Oh ... and I also did a search to see if there was any information on this, sorry if I missed it.

Posts: 3

Participants: 2

Read full topic

Is the search supposed to include the letter 'a'?

$
0
0

@PopsRocker wrote:

While doing a quick search here at the meta.discourse forums I noticed the search results included hits for the single letter A ... is that normal, I thought the letter A is something not normally indexed in a search result.

I would have expected there to be more results too, if hits for A are normal.

Just curious, not a big deal smile

Posts: 5

Participants: 4

Read full topic

How is security on gems used handled?

$
0
0

@rata wrote:

Hi,

If I don't misunderstand, discourse is using several gems installed things in the default docker installation 1. But how can I track security issues on all (and future) gems used by docker and update them as needed ?

Or how do others approach this problem ? How can I update gems when needed ? Or does docker release a new version if a new gem has a security bug?

Thanks a lot,
Rodrigo

Posts: 5

Participants: 3

Read full topic


Request - Wordpress plugin, Publish to Discourse option to include category

$
0
0

@PopsRocker wrote:

First a question ... does the Discourse Wordpress plugin allow for posts to be published to Discourse in more than one category?

The following post is old and possibly outdated, but is it still true in that Discourse only publishes to ONE category as defined in the plugin settings?

I noticed the Plugin structure is different since the post above, but I couldn't tell if the current code (found in /lib/discourse.php) would allow for multiple categories.

... code snippet closest to a match with the above post (in /lib/discourse.php)

$category = $options['publish-category'];
if ( $category === '' ) {
  $categories = get_the_category();
  foreach ( $categories as $category ) {
    if ( in_category( $category->name, $postid ) ) {
      $category = $category->name;
      break;
    }
  }
}

The feature I would like to see is category options that can be selected near or below the checkbox option to publish to Discourse. These categories would match those found at the Discourse forums.

Until then, I'll make do with manually switching the categories for now smile

Here's a screenshot to clarify what I'm looking for.

Posts: 1

Participants: 1

Read full topic

First impressions of Discourse UX from a designer

$
0
0

@Astralis wrote:

I'm looking for a new forum to use after many years using the old-school forums that are out there.

I've looked at nodeBB and mvcforum, among others (very cool minimal designs). Then I decided to look at Discourse and I must be honest: the design seems dated and clunky despite it being one of the first "next generation" forums.

It's awkward to find my way around. For example, I'm not sure how to make it back to the "home". And these pop-ups (upon pop-ups) are really annoying. The mystery links with the tiny drop-downs are also confusing.

And the topics with the bottom section that are packed full of icons and other links -- well, I don't know what that is for yet.

These are just my first thoughts and I'm sure I'll get the hang of it and might even love it, but as a designer, I hope these first impressions are useful.

Posts: 6

Participants: 5

Read full topic

Changing auto embed content

$
0
0

@rhulse wrote:

Got the embed and create via RSS going on our site.

Is there any way to change the format of the story in the auto-post, such as change the link style/text or add an image?

Posts: 1

Participants: 1

Read full topic

Are gif animations currently turned off?

$
0
0

@purldator wrote:

I have noticed the last two gifs I have seen here on Meta are static images. It caused the animation to be a single frame, and thus create some very funny but also very disturbing freeze-face reactions.

I'm running the latest stable Chrome and turned off all extensions to eliminate variables specific to my ux. Still the same behavior.

On further page-sourcing, I notice Sully is a png but sausage-slap lady is a gif, yet no animation (I am guessing animation was the intention; the ReplyGIF thread's context is a big tipoff that an animated gif was implied to actually be there.)

Posts: 9

Participants: 4

Read full topic

Timezone issue in Autoclose topic

$
0
0

@rhulse wrote:

On version 1.2.1 - commit 590b73e25e09bc6f8781585604b18738bc79fbdf

When setting the time for autoclose I enter a local time and press save.

When I reopen that same dialogue it is 12 hours later than expected. My timezone is UTC+12.

Posts: 4

Participants: 4

Read full topic

A lot of entries with "bla bla bla" string in translation files

Custom CSS display on Admin pages broken - clarification please

$
0
0

@PopsRocker wrote:

Does custom css show up on the admin pages unless you refresh the admin page?

Is that correct and intended behavior? Just looking for a confirmation since most of the topics I found were old.

Posts: 8

Participants: 6

Read full topic


Test server is slow at times when clicking on the button Latest Posts

$
0
0

@gunrodeo wrote:

We are running a Bitnami VM with Discourse. It is just in a test phase so there is no load on the server and we only have about 50 posts. The server is setup with 2 Gig RAM and 4 CPUs and doing a vmstat shows the system is idle 99 plus % of the time.

Every thing seems to run perfectly and seems really fast when I am using it, but when I first open it or leave it set for 10 minutes and come back and click on the Latest button then it takes 15 to 20 seconds with a spinning loader circle. Once the page is finally loaded, if I click it again it is very fast.

I am worried that when we go live and it is under load it will come to a screeching halt if I don't find out what I have done wrong.

Is there a config item I missed, maybe with caching?

What is the best way to trouble shoot?

If I get stuck is there any resource for consultants that I could pay to solve this issue?

Thanks

Posts: 5

Participants: 3

Read full topic

Dark, Simplified, and Slightly More Spacious Discourse

$
0
0

@JoeK wrote:

3 reasons for posting:

  1. Dark themes can be much nicer on the eyes, particularly when you're working at night.

  2. I noticed that "minimal" seems to be quite a big interest around here: I skimmed a couple of long topics recognizing the need to simplify the out-of-the-box version of Discourse here and here.

  3. I think "lack of breathing space" is one of the biggest problems with the out-of-the-box UX.

To be clear: this isn't just a plug for my forum — it's going to be a (competitive) beat-making community, which is a pretty niche thing... so unless you (somehow) happen to be into beat-making, it's very probably not the community for you. eggplant

This is about the UX side of Discourse. I put a full day of work into clearing things up and making it all fit with the rest of our site, and I thought you might be interested to see and discuss the results. Most instances of Discourse probably don't look like this.

So: good? / bad? / whatthe%@^£haveyoudoneyoufool?

http://talk.battleflips.com

Posts: 9

Participants: 6

Read full topic

Email failed on V1.2.3

Must refresh page to delete a post

Styling for "This topic will close a month"

$
0
0

@iamntz wrote:

I'm not sure if this is a bug or a feature, but closing notification seems to be very ... un-noticeable.

I'm suggesting to update the styling a bit, like so:

#topic-closing-info {
  height: auto;
}

#topic-closing-info h3 {
  border-bottom: 1px solid #e9e9e9;
  padding-top: 10px;
  text-align: center;
  background-color: #FFFCC1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top:-10px;
}

The result looks to be a bit more noticeable:

What do you guys think?

Posts: 3

Participants: 3

Read full topic

Viewing all 60599 articles
Browse latest View live




Latest Images