# Latest

**URL:** https://meta.discourse.org/latest.md?page=1771&status=created

[Últimos](https://meta.discourse.org/latest.md) · [Categorias](https://meta.discourse.org/categories.md) · [Tags](https://meta.discourse.org/tags.md)

**Page:** 1772

---

## [Will I be able to use sso if my user model comes from Hartl's Rails Tutorial?](https://meta.discourse.org/t/will-i-be-able-to-use-sso-if-my-user-model-comes-from-hartls-rails-tutorial/46641)

<div class="topic-metadata">

**Author:** [@railsnoob](https://meta.discourse.org/u/railsnoob)\
**Respostas:** 1\
**Última atualização:** [Junho 29, 2016, 8:49pm UTC](https://meta.discourse.org/t/will-i-be-able-to-use-sso-if-my-user-model-comes-from-hartls-rails-tutorial/46641 "2016-06-29T20:49:30Z")

</div>

Instead of using devise to build my webapp, I instead used the User model from Hartl’s Rails Tutorial. Will I be able to use sso with Discourse?

---

## [Onebox prevents new user posting due to multiple preview images](https://meta.discourse.org/t/onebox-prevents-new-user-posting-due-to-multiple-preview-images/46413)

<div class="topic-metadata">

**Author:** [@tfoote](https://meta.discourse.org/u/tfoote)\
**Respostas:** 2\
**Última atualização:** [Junho 29, 2016, 4:10pm UTC](https://meta.discourse.org/t/onebox-prevents-new-user-posting-due-to-multiple-preview-images/46413 "2016-06-29T16:10:29Z")

</div>

I had a new user try to post a link with a paragraph. However the onebox had multiple images embedded in it. And this broke the limit of the number of images that the new user is allowed. The post in question: (If I…

---

## [Require a category for every post](https://meta.discourse.org/t/require-a-category-for-every-post/24810)

<div class="topic-metadata">

**Author:** [@jbwilliams1](https://meta.discourse.org/u/jbwilliams1)\
**Respostas:** 12\
**Última atualização:** [Junho 29, 2016, 3:29pm UTC](https://meta.discourse.org/t/require-a-category-for-every-post/24810 "2016-06-29T15:29:42Z")

</div>

Is this a current/wanted/planned for feature? If you remove the “Uncategorized” category, will the category just default to the next first available category? Just wondering what is behind that

---

## [Promote Steam Auth to Built-in](https://meta.discourse.org/t/promote-steam-auth-to-built-in/46608)

<div class="topic-metadata">

**Author:** [@TimeDoctor](https://meta.discourse.org/u/TimeDoctor)\
**Respostas:** 1\
**Última atualização:** [Junho 29, 2016, 9:22am UTC](https://meta.discourse.org/t/promote-steam-auth-to-built-in/46608 "2016-06-29T09:22:56Z")

</div>

Is there any reason why Steam isn’t one of the built-in authentication providers? Pros: There are more users for Steam (35 million according to SteamSpy) than GitHub (14 million according to Wikipedia page). There is …

---

## [User directory disabled, users list visible in mentions autocomplete](https://meta.discourse.org/t/user-directory-disabled-users-list-visible-in-mentions-autocomplete/46571)

<div class="topic-metadata">

**Author:** [@mferrero](https://meta.discourse.org/u/mferrero)\
**Respostas:** 2\
**Última atualização:** [Junho 29, 2016, 8:09am UTC](https://meta.discourse.org/t/user-directory-disabled-users-list-visible-in-mentions-autocomplete/46571 "2016-06-29T08:09:15Z")

</div>

Hello, we are using Discourse for customer care, as described in Is it a security violation to show a directory of users? We have already disabled enable\_user\_directory (thanks for the feature!) When posting a user can…

---

## [Raw template plugin-outlet use can lead to assertion failure](https://meta.discourse.org/t/raw-template-plugin-outlet-use-can-lead-to-assertion-failure/46569)

<div class="topic-metadata">

**Author:** [@Acshi\_Haggenmiller](https://meta.discourse.org/u/Acshi_Haggenmiller)\
**Respostas:** 1\
**Última atualização:** [Junho 29, 2016, 1:02am UTC](https://meta.discourse.org/t/raw-template-plugin-outlet-use-can-lead-to-assertion-failure/46569 "2016-06-29T01:02:46Z")

</div>

I have a plugin I am working on that extends the topic-list-item with the topic-list-tags plugin-outlet with a file in …/connectors/topic-list-tags/file-name.raw.hbs. When my page loads (I am running in development mode …

---

## [Like Count in Posts](https://meta.discourse.org/t/like-count-in-posts/46540)

<div class="topic-metadata">

**Author:** [@wemod](https://meta.discourse.org/u/wemod)\
**Respostas:** 4\
**Última atualização:** [Junho 28, 2016, 11:31pm UTC](https://meta.discourse.org/t/like-count-in-posts/46540 "2016-06-28T23:31:39Z")

</div>

Hey! I was wondering what it would take to get a like count displayed next to usernames in posts. It would serve as a sort of karma indicator / contribution counter for our members. A lot of our forum members miss it f…

---

## [/username.json error for a specific user on a topic](https://meta.discourse.org/t/username-json-error-for-a-specific-user-on-a-topic/46586)

<div class="topic-metadata">

**Author:** [@ivanrlio](https://meta.discourse.org/u/ivanrlio)\
**Respostas:** 1\
**Última atualização:** [Junho 28, 2016, 9:48pm UTC](https://meta.discourse.org/t/username-json-error-for-a-specific-user-on-a-topic/46586 "2016-06-28T21:48:38Z")

</div>

We have developed a topic thread sidebar that displays topic contributors, suggested discussions etc. For one of our particular threads (https://ask.twobyfore.com/t/craigslist-rental-scam/380), a new user (darrell\_cray)…

---

## [Avatar Offloading to S3](https://meta.discourse.org/t/avatar-offloading-to-s3/46406)

<div class="topic-metadata">

**Author:** [@jongnam](https://meta.discourse.org/u/jongnam)\
**Respostas:** 6\
**Última atualização:** [Junho 28, 2016, 1:04am UTC](https://meta.discourse.org/t/avatar-offloading-to-s3/46406 "2016-06-28T01:04:56Z")

</div>

I use AWS for hosting a Discsourse along with S3 as image store and CloudFront as CDN. Images are uploaded to S3 bucket, and the users accessed it via CloudFront edges for faster transfer. Meanwhile, in April 2016, S3 r…

---

## [Connection timed out while connecting to upstream on AWS](https://meta.discourse.org/t/connection-timed-out-while-connecting-to-upstream-on-aws/46517)

<div class="topic-metadata">

**Author:** [@stefanini.mf](https://meta.discourse.org/u/stefanini.mf)\
**Respostas:** 12\
**Última atualização:** [Junho 28, 2016, 3:41am UTC](https://meta.discourse.org/t/connection-timed-out-while-connecting-to-upstream-on-aws/46517 "2016-06-28T03:41:06Z")

</div>

I’m hosting a discourse instance (running latest), on aws with 7.5gb ram and 2 CPU’s (it’s a m3.large). While sometimes discourse works okay, some other times requests seem to get stuck and people either see a infinite …

---

## [Group titles on group pages are white on white](https://meta.discourse.org/t/group-titles-on-group-pages-are-white-on-white/46425)

<div class="topic-metadata">

**Author:** [@scombs](https://meta.discourse.org/u/scombs)\
**Respostas:** 5\
**Última atualização:** [Junho 28, 2016, 12:29am UTC](https://meta.discourse.org/t/group-titles-on-group-pages-are-white-on-white/46425 "2016-06-28T00:29:36Z")

</div>

The group titles on the group pages are white on white now, so not visible. Example: Discourse team - Discourse Meta I was able to add some CSS to fix it: .user-main .about.group .details { color: #000000; } Was h…

---

## [Uploads broken after moving to subfolder](https://meta.discourse.org/t/uploads-broken-after-moving-to-subfolder/43693)

<div class="topic-metadata">

**Author:** [@BaButtons](https://meta.discourse.org/u/BaButtons)\
**Respostas:** 1\
**Última atualização:** [Maio 5, 2016, 8:16pm UTC](https://meta.discourse.org/t/uploads-broken-after-moving-to-subfolder/43693 "2016-05-05T20:16:33Z")

</div>

We followed this guide to forward from a subdomain to a subfolder, and for the most part it’s working very well. However, all of my post uploads are 404ing, even after the remap command, for both /uploads and /forum/uplo…

---

## [User card opening outside view](https://meta.discourse.org/t/user-card-opening-outside-view/46518)

<div class="topic-metadata">

**Author:** [@P16](https://meta.discourse.org/u/P16)\
**Respostas:** 0\
**Última atualização:** [Junho 27, 2016, 4:22pm UTC](https://meta.discourse.org/t/user-card-opening-outside-view/46518 "2016-06-27T16:22:17Z")

</div>

When clicking on a user to view the user card, if the username/icon being clicked is at the bottom or at the very top, the card is not shown fully and gets cut. See below for example: The above screenshot is from the…

---

## [Strip S/MIME signatures](https://meta.discourse.org/t/strip-s-mime-signatures/46371)

<div class="topic-metadata">

**Author:** [@fefrei](https://meta.discourse.org/u/fefrei)\
**Respostas:** 2\
**Última atualização:** [Junho 27, 2016, 8:27pm UTC](https://meta.discourse.org/t/strip-s-mime-signatures/46371 "2016-06-27T20:27:29Z")

</div>

I have enabled allow all attachments for group messages to make sure I can receive all attachments sent from external users. That’s working fine :slight\_smile: There’s one exception I’d like to see: I think Discourse sh…

---

## [Want to understand s3\_cdn\_url files setting](https://meta.discourse.org/t/want-to-understand-s3-cdn-url-files-setting/45799)

<div class="topic-metadata">

**Author:** [@fearlessfrog](https://meta.discourse.org/u/fearlessfrog)\
**Respostas:** 6\
**Última atualização:** [Junho 27, 2016, 8:10pm UTC](https://meta.discourse.org/t/want-to-understand-s3-cdn-url-files-setting/45799 "2016-06-27T20:10:11Z")

</div>

So we’re experimenting on using S3 for uploads. S3 is quite slow for, well anything really, so wanted to put a CDN like Cloudfront in-front of it. The setting :s3\_cdn\_url seems to be ideal for that. Using it is not quite…

---

## [Specific classes for category badges](https://meta.discourse.org/t/specific-classes-for-category-badges/15358)

<div class="topic-metadata">

**Author:** [@AdamCapriola](https://meta.discourse.org/u/AdamCapriola)\
**Respostas:** 2\
**Última atualização:** [Maio 8, 2014, 7:08pm UTC](https://meta.discourse.org/t/specific-classes-for-category-badges/15358 "2014-05-08T19:08:17Z")

</div>

I would like to use background images for my category badges (the solid colors bother me when I have a bunch of categories and can’t come up with a harmonious color scheme), but it looks like there isn’t a way to target …

---

## [Set Notification Level for User for Tags in backend](https://meta.discourse.org/t/set-notification-level-for-user-for-tags-in-backend/46416)

<div class="topic-metadata">

**Author:** [@Jared\_Needell](https://meta.discourse.org/u/Jared_Needell)\
**Respostas:** 3\
**Última atualização:** [Junho 27, 2016, 3:05pm UTC](https://meta.discourse.org/t/set-notification-level-for-user-for-tags-in-backend/46416 "2016-06-27T15:05:28Z")

</div>

For categories I see there is CategoryUser.set\_notification\_level\_for\_category Is there one for tags?

---

## [Unable to correct problems, you have held broken packages when trying to run a phpBB importer](https://meta.discourse.org/t/unable-to-correct-problems-you-have-held-broken-packages-when-trying-to-run-a-phpbb-importer/46499)

<div class="topic-metadata">

**Author:** [@mbajur](https://meta.discourse.org/u/mbajur)\
**Respostas:** 5\
**Última atualização:** [Junho 27, 2016, 11:49am UTC](https://meta.discourse.org/t/unable-to-correct-problems-you-have-held-broken-packages-when-trying-to-run-a-phpbb-importer/46499 "2016-06-27T11:49:13Z")

</div>

Hello! I’m trying to run a docker phpbb3 importer by following this guide: Migrate a phpBB3 forum to Discourse However, during point 3 (./launcher rebuild import), script gives me a following output: I was able to ru…

---

## [Staged users can't reply to their own topics](https://meta.discourse.org/t/staged-users-cant-reply-to-their-own-topics/45793)

<div class="topic-metadata">

**Author:** [@wityr](https://meta.discourse.org/u/wityr)\
**Respostas:** 15\
**Última atualização:** [Junho 26, 2016, 9:54pm UTC](https://meta.discourse.org/t/staged-users-cant-reply-to-their-own-topics/45793 "2016-06-26T21:54:49Z")

</div>

Use case is private email support portal. We have a private category that a handful of users can access. The general public can send emails to info@foo.bar and they are posted in our public emails category. When one of t…

---

## [Pressing "Add edit reason" button does not auto-focus into the text field](https://meta.discourse.org/t/pressing-add-edit-reason-button-does-not-auto-focus-into-the-text-field/39140)

<div class="topic-metadata">

**Author:** [@GaurangTandon](https://meta.discourse.org/u/GaurangTandon)\
**Respostas:** 7\
**Última atualização:** [Junho 27, 2016, 6:50am UTC](https://meta.discourse.org/t/pressing-add-edit-reason-button-does-not-auto-focus-into-the-text-field/39140 "2016-06-27T06:50:27Z")

</div>

This is just a really small bug and can easily be fixed. Summary: When we press the “Add edit reason” button, the text field that comes after pressing that button does not get auto focus. Steps to reproduce: Open any…

---

## [When editing, click on "add edit reason" should focus on input](https://meta.discourse.org/t/when-editing-click-on-add-edit-reason-should-focus-on-input/46348)

<div class="topic-metadata">

**Author:** [@rhyolight](https://meta.discourse.org/u/rhyolight)\
**Respostas:** 2\
**Última atualização:** [Junho 27, 2016, 6:49am UTC](https://meta.discourse.org/t/when-editing-click-on-add-edit-reason-should-focus-on-input/46348 "2016-06-27T06:49:45Z")

</div>

I always add a reason when I edit a post, and it takes one extra click to do it. If a user clicks the “add edit reason” link, you can safely assume they will immediately be typing in the edit reason, so the input field s…

---

## [New user welcome PM shows old style timeline](https://meta.discourse.org/t/new-user-welcome-pm-shows-old-style-timeline/46480)

<div class="topic-metadata">

**Author:** [@wityr](https://meta.discourse.org/u/wityr)\
**Respostas:** 4\
**Última atualização:** [Junho 27, 2016, 5:02am UTC](https://meta.discourse.org/t/new-user-welcome-pm-shows-old-style-timeline/46480 "2016-06-27T05:02:33Z")

</div>

Here’s a low priority UX bug: In the ‘Welcome to’ message that all new users get the picture for the time line is still this style, rather than the current vertical slider style.

---

## [Snippet completion in Discourse](https://meta.discourse.org/t/snippet-completion-in-discourse/46157)

<div class="topic-metadata">

**Author:** [@mrjn](https://meta.discourse.org/u/mrjn)\
**Respostas:** 2\
**Última atualização:** [Junho 22, 2016, 1:33am UTC](https://meta.discourse.org/t/snippet-completion-in-discourse/46157 "2016-06-22T01:33:29Z")

</div>

Hey guys, Instead of asking for this feature, let me quickly explain my workflow, and see if you guys can relate to it. I primarily stick to my vim editor because of the powerful snippet plugin, like: https://github.c…

---

## [Plugin outlets using site customizations not working after 1.6 upgrade](https://meta.discourse.org/t/plugin-outlets-using-site-customizations-not-working-after-1-6-upgrade/46440)

<div class="topic-metadata">

**Author:** [@Ashwani\_K\_Goel](https://meta.discourse.org/u/Ashwani_K_Goel)\
**Respostas:** 3\
**Última atualização:** [Junho 27, 2016, 2:34am UTC](https://meta.discourse.org/t/plugin-outlets-using-site-customizations-not-working-after-1-6-upgrade/46440 "2016-06-27T02:34:27Z")

</div>

Hi there, I recently rebuilt discourse and ended up updating from v1.5.0.beta3 +81 to 1.6.0.beta9 and all the outlets have stopped working. Something as simple as below in section of Customise won’t work: \<script type…

---

## [Error rebuilding, bundler exits with code 137](https://meta.discourse.org/t/error-rebuilding-bundler-exits-with-code-137/46463)

<div class="topic-metadata">

**Author:** [@OmJmr](https://meta.discourse.org/u/OmJmr)\
**Respostas:** 12\
**Última atualização:** [Junho 26, 2016, 10:26pm UTC](https://meta.discourse.org/t/error-rebuilding-bundler-exits-with-code-137/46463 "2016-06-26T22:26:39Z")

</div>

Hi I got this error when I tried to rebuild app “./launcher rebuild app” FAILED -------------------- Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake assets:precompile' failed with return #\<P…

---

## [Difficulty using the code tag \</\>](https://meta.discourse.org/t/difficulty-using-the-code-tag/31075)

<div class="topic-metadata">

**Author:** [@gingerling](https://meta.discourse.org/u/gingerling)\
**Respostas:** 13\
**Última atualização:** [Junho 26, 2016, 7:58pm UTC](https://meta.discourse.org/t/difficulty-using-the-code-tag/31075 "2016-06-26T19:58:08Z")

</div>

Hi On discuss.phpList.org our users are having issues with the code tag. There seem to be two methods of using it paste in your code, select it, and click the code tag - that works fine Click the code tag and paste yo…

---

## [Easy way to change preformatted text (code) button?](https://meta.discourse.org/t/easy-way-to-change-preformatted-text-code-button/16760)

<div class="topic-metadata">

**Author:** [@BDub](https://meta.discourse.org/u/BDub)\
**Respostas:** 40\
**Última atualização:** [Junho 26, 2016, 7:57pm UTC](https://meta.discourse.org/t/easy-way-to-change-preformatted-text-code-button/16760 "2016-06-26T19:57:30Z")

</div>

On forums that are pretty software intensive, i.e., people posting lots of code… the preformatted text ctrl+k thing doesn’t cut it. I’m constantly having to edit posts and do this technique: Is there an easy way to …

---

## [Como alterar a porta do Docker - ajuda](https://meta.discourse.org/t/how-to-change-the-port-from-docker-help/46401)

<div class="topic-metadata">

**Author:** [@paulfree](https://meta.discourse.org/u/paulfree)\
**Respostas:** 1\
**Última atualização:** [Junho 26, 2016, 6:41pm UTC](https://meta.discourse.org/t/how-to-change-the-port-from-docker-help/46401 "2016-06-26T18:41:54Z")

</div>

Configurei o ningx para executar outros sites na mesma máquina que o Discourse. Usei a descrição seguinte: https://meta.discourse.org/t/running-other-websites-on-the-same-machine-as-discourse/17247 Não segui todas as etapas…

---

## [Ambiguous wording "These are the most popular recent topics"](https://meta.discourse.org/t/ambiguous-wording-these-are-the-most-popular-recent-topics/46377)

<div class="topic-metadata">

**Author:** [@HAWK](https://meta.discourse.org/u/HAWK)\
**Respostas:** 8\
**Última atualização:** [Junho 26, 2016, 5:56pm UTC](https://meta.discourse.org/t/ambiguous-wording-these-are-the-most-popular-recent-topics/46377 "2016-06-26T17:56:53Z")

</div>

Posting this on request from @erlend\_sh :slight\_smile: The most popular recent topics, or the most popular of all time? The most popular, or the latest?

---

## [Naming uncategorized category](https://meta.discourse.org/t/naming-uncategorized-category/46443)

<div class="topic-metadata">

**Author:** [@Idan](https://meta.discourse.org/u/Idan)\
**Respostas:** 5\
**Última atualização:** [Junho 26, 2016, 5:48pm UTC](https://meta.discourse.org/t/naming-uncategorized-category/46443 "2016-06-26T17:48:37Z")

</div>

I want to call ‘uncategorized’ category ‘general’, can I do it? (also the URL/slug) I have full access to the server.

[Página anterior](https://meta.discourse.org/latest.md?page=1770&status=created)

[Próxima página](https://meta.discourse.org/latest.md?page=1772&status=created)
