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

Newrelic plugin

$
0
0

Sam Saffron wrote:

New Relic support

Author: Sam Saffron

Support for http://newrelic.com

plugins/newrelic/plugin.rb

# name: enable New Relic rpm
# about: New Relic support
# version: 0.1
# authors: Sam Saffron

ENV["NRCONFIG"] = File.expand_path('../newrelic.yml', __FILE__)
gem "newrelic_rpm", "3.6.7.152"

NewRelic::Control.instance.init_plugin :config => Rails.configuration

after_initialize do
  ForumsController.newrelic_ignore :only => [:status]
end

plugins/newrelic/newrelic.yml

The file you got from newrelic

TODO: move this to git

Posts: 7

Participants: 5

Read full topic


SCSS color defining problem

$
0
0

Kane York wrote:

Continuing the discussion from What about an easier styling/theming system?:

Yes, sadly - there is a major hurdle with that.

Even if I name a file site_variables.css.scss.erb, and @import it right after the @import "common/foundation/variables"; it is not handled by the ERB parser, and the SCSS compiler throws an error about "unexpected - end" (part of the ERB).

As I see it, this has two solutions:

  1. Monkeypatch the SASS parser so that it feeds the file through the ERB parser
  2. Make the server generate a site_variables.scss somewhere when you update the colors and @import that file. This feels ugly, because we're generating a file on the server for the server itself to read.

Anyone got ideas?

Posts: 6

Participants: 3

Read full topic

Configuring GitHub login for Discourse

$
0
0

Jeff Atwood wrote:

  1. From the Admin console, visit User Settings, by clicking Settings, then User.

  2. Scroll down to the two text fields named:

    github_client_id
    github_client_secret

  3. Enter in your respective id and secret that is issued to you via https://github.com/settings/applications/new. If you are unsure of what your id/secret is, or you have yet to obtain one, visit the GitHub Developers :: Applications page for more information.

  4. Be sure to set the Callback URL to use the path /auth/github/callback at your site domain. e.g., http://discuss.example.com/auth/github/callback.

Posts: 1

Participants: 1

Read full topic

Heroku buildpack-env-arg no longer works

$
0
0

akshatpradhan wrote:

I'm deploying discussion to heroku, and executing line 13 give's this error:

➜  compliance_chimp_discussion git:(master) heroku labs:enable buildpack-env-arg
 !    No such feature: buildpack-env-arg

Heroku help file

Wat do?

Posts: 10

Participants: 4

Read full topic

Many UpdateUserInfo jobs scheduled

$
0
0

Michael Gutteridge wrote:

At some point, our discourse system started showing a consistent, high CPU load.... around 90% steadily. It's just a small server supporting a dozen or so individuals and about as many posts at this point. Seems pretty out of the ordinary.

Looks very similar to this issue, but we're all updated so I'd figure it's not that problem. It is sidekiq using all the CPU, and when I check, it's showing 88,000 scheduled jobs and increasing. They're all very similar- worker is "Jobs::UpdateUserInfo" and the arguments cycle are of the form

{"user_id"=>11, "ip"=>"nnn.nnn.75.122", "current_site_id"=>"default"}

I can't figure why it'd have so many of these queued up. I did run "script/discourse remap" as part of a hostname change... the timing of the two events is suspicious.

Any advice?

Thanks

Posts: 2

Participants: 2

Read full topic

Flatter styling now deployed

$
0
0

Sam Saffron wrote:

I just deployed a round of changes by @awesomerobot that give us a much simplified, flatter, faster css style by default for topic views.

I noticed there are a few little glitches we need to sort out, so we can use this topic to track it. (or for any other general feedback about the new style)

Posts: 77

Participants: 26

Read full topic

Signing up with a reserved username - needs original email address

$
0
0

Lee_Ars wrote:

This is maybe a bug, maybe behavior by design, so I'll use the bug category and we can go from there smile

I ran into an issue signing up for an account at the Boingboing BBS. Specifically, to claim my meta.discourse.org username, I had to sign up using the e-mail address I originally used to register here at meta, rather than the e-mail address I'm currently using. I switched addresses here at meta for gravatar reasons; it looks, though, like the reserved username database retains the registration e-mail rather than the current one.

This might lead to a situation where users are unable to claim reserved usernames—if, for example, a user no longer has access to the account that they originally used to register.

Posts: 11

Participants: 5

Read full topic

List the most popular discussions on the homepage

$
0
0

Martina Mitseva wrote:

Hello there!

I would like to ask if it is possible to list " the most popular" discussions on right side on the home page.

Unfortunately I can't show you an attachment, because it says that I am still a new user and I can't upload picture...

I think we can list them here, right next to the API Integrations section.
So the user doesn't need to click to see them. There might be a function in the software to list most commonly read threads.
But I don´t know how to make it.

Thanks in advance!

Martina

Posts: 6

Participants: 5

Read full topic


Translators We Want You!

$
0
0

Julien Dumétier wrote:

To make the best translations, we need more than one translator per language.

To federate everyone in one place, Transifex seems to provide the right tools to translate and review translations.

You can join us now on Discourse-Translations-Project created by @camilohollanda and @jbruni (portuguese brazil translators) for instance you'll find 2 languages: portuguese brazil (pt_BR) and french France (fr_FR).
Translations are waiting for your reviews and contributions.

Existing translators please add your files there.

Posts: 49

Participants: 19

Read full topic

Tagging and pulling the relevant topic in editor

$
0
0

Ronteras wrote:

Discourse has an amazing feature, tagging the users via @.
What about using # or any symbol that will pull the topic link while writing the post?

rough mockup here:

Posts: 1

Participants: 1

Read full topic

Category definition for support

$
0
0

Sam Saffron wrote:

Support on configuring, using, and installing Discourse. Not for software development related topics, but for admins and end users configuring and using Discourse.

Posts: 3

Participants: 2

Read full topic

Add "registered users" group

$
0
0

Ryan Paul wrote:

I'd like to be able to configure a category so that it is only visible to registered users who have logged into the forum. A "registered users" group that is automatically includes every registered user would make that very easy.

Posts: 3

Participants: 3

Read full topic

What goes in the category definition topics?

$
0
0

Jeff Atwood wrote:

Does it make any sense being able to reply to category definition topics by default? .. or should these automatically created topics rather be initially closed?

If it does make sense, can you tell what'd be right to go in there?

Posts: 2

Participants: 2

Read full topic

Require password for trusted user invites

$
0
0

Joseph wrote:

I'm not sure if this is a bug or not, but a new user invited by a "trusted user" is able to login without a password by clicking on the tokenized invite link they are emailed.

In their preferences the "set password" button is an option.

If they log out without having set a password, and then try to log back in a password is now required.

If they revisit the original invite email and click on the tokenized link again, they are once more logged in automatically without a password.

There seems to be no way to force a password to be set and used for log in. Or at the very least disassociate this behavior from "trusted users". Here are the users settings in the Admin Dashboard.

Posts: 2

Participants: 2

Read full topic

Add a "You" to "liked this" after liking a post

$
0
0

Kevin wrote:

It'd be clearer if a "You" was added before "liked this", as many users may not change their gravatar.

Screenshot of issue

Posts: 14

Participants: 6

Read full topic


Invite existing user to a topic

$
0
0

Watchman Monitoring wrote:

I'd like to be able to point out a current member to a forum post. I assumed that "Invite Friends to Reply" would be a good way to do this, but apparently I can't enter an existing forum members address.

Is there a better way? Could the Invite Friends button be relaxed a bit?

Posts: 10

Participants: 4

Read full topic

Google login not working on iOS Chrome

$
0
0

Andreas Grimm wrote:

On Desktop Browser the google login works just fine.

but when on iOS (using Chrome) (iPhone and iPad) and logging in with google, I get a blank page and then nothing happens at all. But calling the homepage right afterwards, I noticed I was actually logged in.

Posts: 3

Participants: 2

Read full topic

Initial Discourse badge design spec

$
0
0

Jeff Atwood wrote:

Thanks to a generous grant from an awesome member of our community we now have the opportunity to hire someone on a contract basis to work on implementing a basic badge system in Discourse.

But first, we have to explain what the project is, and solicit feedback on it. Goals:

  • A simple badge system, by that I mean implementable in a reasonable amount of time (6-8 weeks?).
  • Something we are comfortable folding into core, and possibly enabling here and a few other willing partners, but will default to off for quite a while.
  • Something with a solid base architecture that we can build on later to add more features.
  • The contractor will work directly with the Discourse team, the project sponsor -- and you, the community!

So what should a simple, solid V1 badge system look like? The Discourse team discussed it and here's what we came up with:

What is a badge?

  • Name
  • Image
  • Description
  • Single/Multiple allowed
  • (optional) ruleset for auto-award

I believe the images are very important here, because the value of a badge likes partly in the cool image (sticker, if you will) that you get associated with your account.

Staff should be able to create an unlimited number of manually awarded badges. The automatic badges will probably be hard-coded in V1 because we don't want to implement a complicated rules engine. Perhaps there could be some rough parameters, but that's it..

Where will badges appear?

I think a simple number underneath the username in the left gutter is best. The number indicates the number of badges you've earned. I thought about another glyph like a trophy or star, but I think letting a simple number send the message does it without all the weird emotional baggage of a glyph.

Clicking the number will take you to the badges page on the user's profile. The badge page should show:

  • list of badges awarded aka "trophy case"
  • when they were awarded
  • by who, if manually awarded
  • why, if automatically awarded
  • how many times they were awarded (if multiples are possible)

How will badges be awarded?

  1. We must support manual award of badges by staff members for any reason, to any user. This is essential.

  2. We should also have a core of 10 badges that are auto-awarded for reasons that support our goal of civilized discourse. In other words, the badges encourage specific behaviors on the forum that help people have better conversations. These 10 should be exemplary, clearly excellent examples of good behaviors.

How will users be notified of the badge award?

Presumably through the notification stream as usual.

What should the 10 initial auto-awarded badges be?

And more importantly what positive community behavior do they encourage?

  1. (name tba) Filled out your user profile completely including an avatar. Why? A community full of avatars and useful profile information makes it easier to see who you're talking to.

  2. (name tba) Read the community guidelines (/faq) completely. Why? The community guidelines are everyone's recipe for civilized discourse.

  3. (name tba) Cast a like. Why? Learning to give your fellow community members a hearty pat on the back -- and avoiding meaningless "+1" and "me too" posts --

  4. (name tba) Quoted a post. Why? Quoting is crucial for flat discussions, learning to select text in another post (or use the quote button in the toolbar) helps keep discussions on topic and readable.

  5. (name tba) Replied as new topic. Why? The best way to keep topics on topic is to learn when to take your discussion to a related topic rather than replying directly.

  6. (name tba) Visited multiple days, read multiple topics. Why? Showing up regularly and reading a bunch of stuff the community is posting is the baseline of meaningful activity on any forum.

  7. (name tba) Read a long topic, every post, all the way to the end. Why? Endurance! And yes @sam we will check that you didn't just mindlessly scroll as fast as you could to get to the end, either. Read Time Matters.

  8. (name tba) Shared a topic that got clicked on. Why? Sharing topics with the outside world (using the share button and the URL that has your username on it) is how we attract new blood to any community.

  9. (name tba) Flagged a topic or post. Why? We put a trashcan on every street corner so the city can stay clean. Everyone has to pitch in.

  10. (name tba) Edited one of your posts. Why? We want people to be unafraid to edit their stuff to make corrections or improvements.

  11. (name tba) Trust level promotion. Why? This is kind of a stealth way of getting education about what trust levels mean in here. You go up a level, you get directed to a page that explains your new "powers" in badge form..

I know, I know, you probably have a dozen badge ideas. But before you post,

  • We want a limited list of badges in V1 to keep it simple. So the only way your badge is getting on this list is if it's way more awesome than one of the 10 that's already here.

  • Before proposing anything, PLEASE consider first: what positive community behavior would your badge encourage? If you can't explain that first, don't do it.

Anything else?

I'm sure I've forgotten or neglected to cover a bunch of stuff. Feedback welcome. And remember, we're trying to keep this simple in V1!

Posts: 111

Participants: 25

Read full topic

How do you assign a subcategory to a topic?

$
0
0

David McClure wrote:

I have created a category and a subcategory, but when I create a topic, it seems to only allow me to choose from top level categories. I was expecting perhaps another dropdown to appear afterwards that would allow setting the subcategory, but that's not happening.

Similarly, if I try editing the topic title/category, I don't see a way to select the subcategory.

I have the same issue here on meta (if I choose 'extensibility' as the category when creating a topic I don't see any options to choose a subcategory)

What am I missing?

Posts: 5

Participants: 2

Read full topic

Let googlebot see content, but make users log in

$
0
0

jorgtron wrote:

I want to require my users to login to view topics, but I assume that makes all content invisible to Google? Ideally the topics/posts would still be indexed by Google for their SEO value to help drive traffic, and then when a user clicks a result they would be taken to the front page where I can tell them why they should sign up.

Some more technical users will probably be able to spoof the googlebot useragent and get access to the content that way, but I'm sure that is a small percentage.

Any ideas on how I could implement this?

Thanks!

Posts: 7

Participants: 5

Read full topic

Viewing all 60613 articles
Browse latest View live




Latest Images