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

Docker images for Discourse

$
0
0

7 posts

srid wrote:

Continuing the discussion from The Discourse Servers:

Hi everyone,

I am now successfully running a Discourse site using Docker. All the five processes involved -- redis, postgresql, rails, sidekiq and nginx -- are run as separate containers by docker. Anybody with a Ubuntu 13.04 VM right now can give this a try; should only require a few minutes.

https://github.com/srid/discourse-docker

Please let me know your feedback. In future, we should be able to use an orchestration layer like CoreOS to make the install process even easier.


Add icon to a topic

$
0
0

16 posts

Amit Friedmann (amitfrid) wrote:

Hi,
I think it would be a great addition (and I guess not the hardest feature to implement) to be able to attach an icon to a topic, and even a post.
I realised that when I shared a link to a topic in Facebook and the only offered thumbnail was the forum's logo (which didn't fit, as FB thumbnails are squares while logos mostly rectangles)

What badges, if any, should Discourse have?

$
0
0

36 posts

Jeff Atwood (codinghorror) wrote:

We built an extensive badging system on Stack Exchange, e.g.

http://superuser.com/badges

From my perspective, badges are great ways to:

  1. Encourage constructive, positive behavior
  2. Discover how the site works without reading a FAQ
  3. Reward the most avid users
  4. Teach advanced usage

Not that badging can't go wrong, of course...

With some basic forethought, badging systems are a huge positive in my experience. Unfortunately, we did not have time to get to any kind of badging system yet on Discourse, sadly -- we were too busy fixing all the (many, many, many..) core gameplay problems in forums first.

But we want to get to badges by the end of the year 2013! So here's my question:

What badges should Discourse offer, if any?

Just please bear in mind the four points above, which I'll repeat here so everyone is on the same page:

  1. Encourage constructive, positive behavior
  2. Discover how the site works without reading a FAQ
  3. Reward the most avid users
  4. Teach advanced usage

Don't just propose a cool badge name and walk away, please explain how your badge would work and what specific positive behaviors it would encourage.

Category definition for meta

$
0
0

2 posts

Sam Saffron (sam) wrote:

Discussion about meta.discourse.org itself, the organization of this forum about Discourse, how it works, and how we can improve this site.

Blank users on the admin's invited page

What fonts and colours are used?

$
0
0

1 post

Donald (DonaldH) wrote:

Hello

I would like to alter my website (example.com) to better match the appearance of my discourse forum (forum.example.com).

Could somebody please tell me what fonts and colours are used for links, menu items, paragraph text, headings etc.?

Also, is there any "simple" way to change these fonts and colours?

Many thanks

More buttons in editor

$
0
0

4 posts

zh99998 wrote:

discourse support bbcode to format posts, but some function are supported only by writing codes by hand. such as color, font size, emoji.

not everyone could write code. especially if my forum is not for hackers. just for normal people, newly to the internet. 90% of them don't know how to make texts in red, or bigger, or send emoji.

it's better to add some buttons in GUI editor.
font size color table emoji.

Change title and URL of FAQ

$
0
0

2 posts

Donald (DonaldH) wrote:

Is it possible to change the title and URL of the FAQ, Terms of Service and Privacy sections?

I would like to change the title of the FAQ section to "Guidelines" as I feel this better reflects for my community what the section actually is. I would also like to change the URL to forum.mysite.org/guidelines.

Thank you


How do you spoiler an image or onebox?

$
0
0

30 posts

Adam Davis (stienman) wrote:

I can spoiler text as follows:

[spoiler]You might not want to know this![/spoiler]

You might not want to know this!

But when I put an image or onebox inside those tags, they are not handled correctly. The image is not spoilered, and the onebox item is not oneboxed. Interestingly the onebox item, even as a link, is not clickable, so the forum completely ignores links inside spoilers.

http://wikipedia.com/rotary_phone

Is there a way to do this currently, and if not can it be added to the future features list?

Brand new users should be able to post emojis

$
0
0

7 posts

sam_metal wrote:

This post is so dull without :rainbow:

Firefox: Middle-click triggers pop-up blocker

$
0
0

21 posts

ComputerDruid (computerdruid) wrote:

Middle clicking (to open in a new tab) on a topic triggers Firefox's pop-up blocker.

This doesn't make sense to me, given that middle clicking on an ordinary link opens in a new tab without this. Is discourse intercepting middle-clicks somehow?

Right-clicking on the link (if you aim VERY carefully), and selecting "Open in new tab" works as expected, but this is a pain compared to the much-easier-to-execute middle click.

Edit: You don't actually have to aim carefully to right-click on the link, you have to right-click twice. The first right-click acts as if you'd right-clicked on the page, and the second one as if you'd right-clicked a link. Right-clicking before middle-clicking also works. This is really weird.

Post stream sometimes not pulling latest posts

$
0
0

14 posts

Brentley Jones (Ajarn) wrote:

I've noticed it here on meta and on @Lee_Ars's forum (http://discourse.bigdinosaur.org/). Sometimes I'll see the "1 new topic" blue message. When I click it I see a post has a new reply. I click on the post and I see the topic view, but it doesn't have the new post. Upon refresh the new post is there. This seems to only happen when I'm quick to view the post, as when I refresh the post has a time of "<1m".

Quoted replies don't keep original formatting

$
0
0

6 posts

Bill Ayakatubby (BhaelOchon) wrote:

When using the (very cool!) highlight-and-reply feature, the formatting of the original post is lost. For example, below you can see that I quoted Jeff. In his post, he italicized the word "wrong" twice, but the italicization doesn't come through in my quote:

How to make a lightbox link?

$
0
0

9 posts

Kasper Peulen (Kasper) wrote:

Continuing the discussion from How do you spoiler an image or onebox?:


I said:
Spoiler
This doesn't work anymore: <a href="/uploads/meta_discourse/1807/145b4d5033a4da6f.png" class="lightbox">Spoiler</a>

Why is that ? And is there an other way to make a class="lightbox" link. I used those lightboxes all the time at my forum.


zogstrip said:
If you want to spoil an image you have to use the following markup:

[spoiler]<img src='/uploads/meta_discourse/17/duck_amuck.jpeg'>[/spoiler]

@zogstrip I'm creating a new topic for this, as I'm not interested in using lightboxes as an spoiler, but really as a lightbox. As a link to an image that shouldn't leave the page. This is an example, of how I used those lightboxes:

"Using lemma 7.8, we can conclude that this polynomial is irreducible."

The code:

"Using <a href="http://mathematics.discoursehosting.net/uploads/db1409/547/2ea7760b59e85912.png" class="lightbox">lemma 7.8</a>, we can conclude that this polynomial is irreducible."

However, this doesn't work anymore. The class="lightbox" is removed after processing.

Is it possible to add svg images to a post?


Posts stats should be minimized by default, not expanded

$
0
0

8 posts

Pekka Gaiser (pekka) wrote:

Threads' stats box becomes huge for old threads, for example in Sam's plugins thread.

It should be minimized by default. I just opened the page in incognito mode and got the expanded view.

Edit: I get minimized stats in Safari, expanded in Firefox (neither of which was ever logged in to Meta Discourse). Not sure what rules govern this...

Feedback: Improved topic summary mode

$
0
0

15 posts

Jeff Atwood (codinghorror) wrote:

Every forum has the TL;DR problem of regularly generating topics that have 100, 200, 500, or even a thousand posts. Who the heck is going to read all 500+ posts in a giant topic?

We had a "best of" mode for topics that was designed to address this, to give you the reader's digest condensed version of long topics by algorithmically picking the "best" posts in a topic and hiding the other posts.

But it was not really complete. We went back and made a major pass on this to improve it. You'll notice at the top of long topics (we define long as more than 50 posts) an invitation to summarize the topic:

There are 180 replies with an estimated read time of 54 minutes. Save reading time by displaying only the most relevant replies?

Summarize This Topic

Specifically:

  • renamed it from "best of" to "topic summary" to better reflect what it does

  • shows estimated reading time of the topic so you know how much time you might be saving; the post count doesn't always tell the full story. Does the topic consist of one line posts, or giant thousand word essays?

  • show the number of omitted posts as clickable bars directly in-line between the posts, rather than as an easily missable bar at the bottom of the page; you can expand the omitted posts on demand so you never feel like you are missing out on anything

  • the in-line omitted post counts are better "you are in a summary mode for this topic" reminder, which we also use when filtering by user (click a user portrait in the left gutter to fillter by user.)

Please take a look at it and tell us what you think of the new, improved topic summary mode.

Just look for topics that have more than 50 posts (remember, you can sort the topic list columns now) and enter at the top of the topic, not the bottom, by clicking the first post date in the topic list.

We want Discourse to turn a world of endless TL;DR forums into ... places you can can actually dip your toes in and read without quitting your job to become a full-time forum addict!

Here's an example topic from BBS linked in summary mode, try this one out and see what you think:

http://bbs.boingboing.net/t/this-is-a-city-for-the-right-people-who-can-afford-it/16003?filter=summary  

Comments?

Windows Azure blob storage support for Discourse

Cloud 66 EasyDeploy for Discourse

$
0
0

13 posts

Khash Sajadi (khash) wrote:

Today we released Cloud 66 EasyDeploy for Discourse: https://github.com/cloud66-samples/discourse

Linke here: http://blog.cloud66.com/post/62900887610/open-source-meet-easydeploy

This is a fork of the main repo with no changes to the code and only a .cloud66 folder added. Using this, you can deploy Discourse to AWS, Rackspace, DigitalOcean, Linode and Joyent in less than 15 minutes.

We have tried to keep the whole process very simple: create a Cloud 66 account and build a stack with the given Github repository URL. That's it.

I hope it can be useful to others as much as Discourse has helped us at our company.

Enjoy!

User login creates redirect loop with nginx and thin

$
0
0

8 posts

Zachary Lewis (zachwlewis) wrote:

I'm having trouble getting my Discourse install to properly log in users using anything other than username/password authentication. Going through Twitter, Facebook, et cetera results in a redirect loop.

I've recently updated /etc/nginx/sites-available/discourse.config to match the new nginx.sample.conf in the repository in hopes that it might solve my issue, but to no avail. Any help would be much appreciated.

Viewing all 60642 articles
Browse latest View live




Latest Images