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

Show categories in e-mail notifications

$
0
0

Michael Downey wrote:

As a standard Discourse user, I want to see standardized indication of the category assigned to a post when I receive e-mail notifications, so I can better prioritize what I reply to and when.

This could be done in the subject line (currently users only see the site name in brackets), in the e-mail body, or even in the headers of the e-mail itself. Any of these approaches could be used in mail client to filter/move incoming notifications around per the user's personal preferences.

If the e-mail subject were used, the site name could be moved to the "From" field in a manner such as "downey via My Discourse Instance <discourse-REPLYKEY@example.com>". The subject could then read something like "[feature] Show categories in e-mail notifications".

Posts: 1

Participants: 1

Read full topic


Diff shows incorrect count, date, and avatar when edits made by admins?

$
0
0

Greg Schafer wrote:

I seem to have run into a few bugs viewing diffs between edits on a post. Running discourse 0.9.8.10 release.

The linked image is 7 cropped images, each is of the top-left section of the "History" modal for a post with 7 edits. The highlighted left-arrow is what my mouse is over in each sub-image, and is what I clicked to get to the next (below) sub-image.

(Sorry I can't embed the image -- I'm a new user account.)

Everyone making the edits are admins, which I suspect is part of the problem because I haven't been able to recreate it on try.discourse with regular accounts.

The bugs:

  1. The diff count doesn't update (always showing "7 vs 8" where I would expect it to be "7 vs 8" in the top image, "6 vs 7" in the second, "5 vs 6" in the third, etc.).

  2. The avatar doesn't change to match the editor, but the name is changing correctly.

  3. The dates are wrong. The edits actually occurred across the time between 3 days and 1 hour ago. The most-recent (top) 3 or so edits happened within the last few hours of taking these screenshots, but everything just shows "2 days ago".

Posts: 4

Participants: 3

Read full topic

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: 9

Participants: 6

Read full topic

When is trust level 3 and 4 going to be added?

What do user trust levels do?

$
0
0

Jeff Atwood wrote:

You may have noticed that, by default, all Discourse users start out as trust level zero.

What is the purpose of these trust levels, and why do they exist? How do you get to higher trust levels, and what do they do?

(This is a FAQ topic intended only for documenting what the levels are, if you wish to discuss what the trust levels should be or could be, please visit this topic or another similar one.)

Posts: 14

Participants: 5

Read full topic

Docker error on Bootstrap

$
0
0

Dan Rye wrote:

I've tried an install a few times, double and triple checking things along the way, but I'm getting the following when I try to bootstrap. I assume I'm just missing something basic

./launcher bootstrap app
Warning: '-rm' is deprecated, it will be removed soon. See usage.
Warning: '-rm' is deprecated, it will be removed soon. See usage.
Calculated ENV:
Warning: '-rm' is deprecated, it will be removed soon. See usage.
Warning: '-rm' is deprecated, it will be removed soon. See usage.
Warning: '-rm' is deprecated, it will be removed soon. See usage.

Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]

Run a command in a new container

  -P, --publish-all=false: Publish all exposed ports to the host interfaces
  -a, --attach=[]: Attach to stdin, stdout or stderr.
  -c, --cpu-shares=0: CPU shares (relative weight)
  --cidfile="": Write the container ID to the file
  -d, --detach=false: Detached mode: Run container in the background, print new container id
  --dns=[]: Set custom dns servers
  -e, --env=[]: Set environment variables
  --entrypoint="": Overwrite the default entrypoint of the image
  --expose=[]: Expose a port from the container without publishing it to your host
  -h, --hostname="": Container host name
  -i, --interactive=false: Keep stdin open even if not attached
  --link=[]: Add link to another container (name:alias)
  --lxc-conf=[]: Add custom lxc options -lxc-conf="lxc.cgroup.cpuset.cpus = 0,1"
  -m, --memory="": Memory limit (format: <number><optional unit>, where unit = b, k, m or g)
  -n, --networking=true: Enable networking for this container
  --name="": Assign a name to the container
  -p, --publish=[]: Publish a container's port to the host (format: ip:hostPort:containerPort | ip::containerPort | hostPort:containerPort) (use 'docker port' to see the actual mapping)
  --privileged=false: Give extended privileges to this container
  --rm=false: Automatically remove the container when it exits (incompatible with -d)
  --sig-proxy=true: Proxify all received signal to the process (even in non-tty mode)
  -t, --tty=false: Allocate a pseudo-tty
  -u, --user="": Username or UID
  -v, --volume=[]: Bind mount a volume (e.g. from the host: -v /host:/container, from docker: -v /container)
  --volumes-from=[]: Mount volumes from the specified container(s)
  -w, --workdir="": Working directory inside the container
cat: cids/app_boostrap.cid: No such file or directory

Usage: docker rm [OPTIONS] CONTAINER [CONTAINER...]

Remove one or more containers

  -f, --force=false: Force removal of running container
  -l, --link=false: Remove the specified link and not the underlying container
  -v, --volumes=false: Remove the volumes associated to the container
FAILED TO BOOTSTRAP

Posts: 12

Participants: 5

Read full topic

German Translation Sync between GH and Transifex

$
0
0

blang wrote:

Just want to let you guys know that i'm working on a sync between the gh and transifex version of the german translation files as announced in another topic.

In case of dups i prefer the transifex translation in comparison to gh.
I will publish the used script if someone needs them for other translations (handwork will be needed since i don't want to write a parser myself and using yaml parsers).

Greetz

Posts: 4

Participants: 2

Read full topic

Profile Background Image

$
0
0

Johan wrote:

The current grey background in the user profile page looks like a placeholder for something that could contain an image.

What about adding an option to link/upload a background image Twitter/GPlus style.

There could be an option to tile the background image like Twitter has.

PS. My email is public on my website, don't worry bout it. =)

Posts: 28

Participants: 9

Read full topic


Admin action: E-mail all thread participants

$
0
0

Erlend Sogge Heggen wrote:

Probably plugin territory, but this would be very useful for us with regards to important updates and such.

A thread participant would constitute users who are

  • tracking/watching the thread
  • replied to the thread
  • liked the thread

So in essence, admins would have the option to send out an e-mail notification to anyone who has interacted with a given thread.

Posts: 7

Participants: 3

Read full topic

Do sub-category permissions cascade/inherit?

$
0
0

Michael Downey wrote:

Hi there.

Is it a bad idea to have parent categories with specific permissions and then sub-categories with a different set of permissions?

e.g.: We had a category "Lounge" whose permissions were simply that trust_level_3 can Create / Reply / See. This parent category then had a subcategory for a specific team "Foo Team" whose only permission settings were for Groups Foo and staff to Create / Reply / See.

However, we noticed that users, even at trust_level_3, couldn't see the "Foo Team" category even if they were in fact members of the Foo Group. When I changed the category "Foo Team" to not have a parent, the users could then see and access the category.

Should we avoid having subcategories with different permission sets, or am I implementing my category permissions wrong here?

Posts: 2

Participants: 2

Read full topic

Facebook initial login, 'Create Account' dialog leaves Email field blank

$
0
0

Andreas Grimm wrote:

there's this behavior where when one of our team members is trying to initially login (register) via facebook, the email field stays blank .. and disabled. Thus she can not login via Facebook because the 'Create Account' button is disabled as well.

This is on OS X in Safari with locale 'en':

.. it's the same on OS X in Chrome with locale 'de':

(she has now logged in via Google account, to get stuff going)

At this very same workstation, for a different facebook user account the email text box get's preset without a problem.

[edit] it's with version 0.9.8.10

Posts: 8

Participants: 2

Read full topic

How to build a community?

$
0
0

Graeme Stuart wrote:

Hi,

I have a very small discourse forum (forum.smartspaces.dmu.ac.uk) that I set up in January as part of an energy saving project in Leicester in the UK. The project is a collaboration between the City Council and my University and involves 25 public buildings around the city (a pool of thousands of potential users). The forum is intended as a tool for building a community of like-minded people who work in or with these buildings.

We have already gathered a small group. After nearly three months there are now about 20 users registered, including some key people such as the energy managers and people directly working in sustainability but also some early adopters from buildings where there is already strong awareness of energy issues. About half of the users are actually directly involved in the project and half have joined based on our efforts so far. I have spoken to some user who are very comfortable with the concept of a forum but others who were sceptical at first and had to be 'encouraged' to contribute (and are now posting independently).

What I want to know is, how do I build a community around this small core? How do I keep the existing users engaged in the forum whilst also attracting new users? How do I support the disparate individuals and groups scattered amongst the thousands of building users to coalesce into a community around the forum? Importantly, how do I reach out to building users who may not be used to the concept of an online forum? The target audience don't know they need a forum yet (I am certain some of them do need one). Many potential users will never have used one before and those who have may have prejudices based on their experiences.

An empty site is not very interesting so its obvious that in these early stages I need to seed the site with as many interesting discussions as possible. I have done a bit of this but I had to slow down because the site was just me talking to myself. I think this was enough to demonstrate the functionality of the tools to my colleagues and it did start a few short conversations. There is a danger we may be creating a culture of poor quality posts. I don't think we are using the features of discourse enough. like "Reply as new Topic" etc.. I'd like to start as I mean to go on. Is there a nice summary of the features somewhere that I can link to for my users (and me) to learn good practice?

We are now at the stage where we have half a dozen users who regularly post and create topics. But, just as the earliest posts were all me, it is beginning to feel like everything is a conversation between the same individuals. This may mean we are talking about a very limited range of subjects and I am worried this may put new user off. We are mostly energy geeks and professionals, we want to attract normal people.

I think we need a critical mass of users if the forum is to become a valuable resource for a wider user base. Is there any target size I should be aiming for? I have a target of 50 active users in the next few months. I also think that attracting the right kind of users and the right mix of users is important. I want a range of perspectives from senior managers, financial people, energy experts (covered), security guards, cleaners, sceptics, obsessives and people who can link out via twitter or wherever to lots of potential users. People who are going to start good topics and have different opinions. This is difficult when the number of users is so small and becomes easier with more users.

Does anyone have any advice or want to share their experiences? Is meta the right place for this discussion? Its not the usual feature request or bug report.

Posts: 1

Participants: 1

Read full topic

Renaming droplet for PTR record

$
0
0

Adam Capriola wrote:

I am combing over all my email settings to make sure everything is spot on before deploying my new forum, and I noticed that this had been added to the mail setup instructions since I had done my install a few days ago:

The name of your droplet is your reverse PTR record, so rename your droplet to discourse.example.com so the PTR record correctly reflects your domain name.

Because I'm new to the all the technology used here and am terrified of breaking my freshly configured install, does that mean all I need to do is log in to DigitalOcean, view my droplet (which is currently named discourse), click Settings, Rename, and rename it? Is there anything I need to worry about consequentially, like powering the droplet on and off or anything?

Thanks in advance!

Posts: 2

Participants: 2

Read full topic

Is it possible to create sub-subcategories?

$
0
0

Courtney wrote:

Is it possible to create subcategories within subcategories? For example, can I have a grandparent category, parent subcategory, and child subcategory? If not, is there any alternative to creating a separate instance for each "grandparent"?

Posts: 2

Participants: 2

Read full topic

Admin action: How to set/reset user password

$
0
0

Girish Padharthi wrote:

Hi,

I'm hosting Discourse using Bitnami stack on Ubuntu 13.10 for a small team. Email support is yet to be configured due to proxy issues.

Now a user has requested for password reset. The email is not functional so the user does not receive a password reset notification.

Could you tell me how an admin can reset his/her password?

Posts: 2

Participants: 2

Read full topic


Omniauth Steam strategy issues

$
0
0

James Didehvar wrote:

Continuing the discussion from Brand new plugin interface:

I've tried to get a Steam auth plugin working based on the vkontakte plugin above. I created a working fresh install of Discourse and followed the MathJax plugin installation steps (rake plugin:install repo=https://github.com/didehvar/steam_auth & rake assets: precompile).

Upon running the compile I recieve the following error:

gem install omniauth-steam -v 1.0.3 -i /var/www/discourse/plugins/steam_auth/gems/2.0.0 --no-document --ignore-

dependencies
Successfully installed omniauth-steam-1.0.3
1 gem installed
rake aborted!
cannot load such file -- omniauth/openid
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:229:in `require'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:229:in `block in require'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:214:in `load_dependency'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:229:in `require'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/omniauth-openid-1.0.1/lib/omniauth/strategies/steam.rb:1:in `<top (required)>'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:229:in `require'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:229:in `block in require'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:214:in `load_dependency'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:229:in `require'
/var/www/discourse/plugins/steam_auth/gems/2.0.0/gems/omniauth-steam-1.0.3/lib/omniauth-steam.rb:2:in `<top (required)>'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:229:in `require'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:229:in `block in require'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:214:in `load_dependency'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:229:in `require'
/var/www/discourse/lib/plugin/instance.rb:230:in `gem'
/var/www/discourse/plugins/steam_auth/plugin.rb:6:in `activate!'
/var/www/discourse/lib/plugin/instance.rb:155:in `instance_eval'
/var/www/discourse/lib/plugin/instance.rb:155:in `activate!'
/var/www/discourse/lib/discourse.rb:73:in `block in activate_plugins!'
/var/www/discourse/lib/discourse.rb:73:in `each'
/var/www/discourse/lib/discourse.rb:73:in `activate_plugins!'
/var/www/discourse/config/application.rb:152:in `<class:Application>'
/var/www/discourse/config/application.rb:29:in `<module:Discourse>'
/var/www/discourse/config/application.rb:28:in `<top (required)>'
/var/www/discourse/Rakefile:5:in `require'
/var/www/discourse/Rakefile:5:in `<top (required)>'

I can fix this error by editing /omniauth-openid-1.0.1/lib/omniauth/strategies/steam.rb and changing

require 'omniauth/openid'

to

require 'omniauth-openid'

Running assets: precompile now succeeds with no errors:

    Purging temp files
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
I, [2014-03-18T01:28:03.421572 #3538]  INFO -- : Writing /var/www/discourse/public/assets/common-a05553acd38733f3917d1d4c74880c95.css
I, [2014-03-18T01:28:11.036520 #3538]  INFO -- : Writing /var/www/discourse/public/assets/desktop-fa9ce8704432b82c938c955721b1066b.css
I, [2014-03-18T01:28:15.671740 #3538]  INFO -- : Writing /var/www/discourse/public/assets/mobile-fb2b90f1d1d3c6cd25e34549e7a21aee.css

After restarting Discourse using ./launcher stop app & start app respectively I simply get a white page with no source. If I remove the plugin and recompile the site works fine. I'm guessing editing a gem's source file like that is probably a no-go and I'm certainly not a hugely experienced Rails developer so was just fixing errors.

Any ideas as to why this isn't working? Perhaps a simple rookie mistake or a broken Omniauth strategy?

Thanks!

Posts: 3

Participants: 2

Read full topic

Display a site message to all users

Remote image download shouldn't touch code sections

$
0
0

Patrick Klug wrote:

I wanted to explain to a user how to use the [img] tags like so:

You can use the image tags to link directly to an image. Example:

[img]http://www.greenheartgames.com/wp-content/uploads/2013/12/ghg_small.png[/img]

results in:

A few seconds later the system goes and grabs that image and changes the img link (good) and the code section (bad).

Code sections of the text should be ignored when adjusting links like that.

Posts: 2

Participants: 1

Read full topic

Add 'stop impersonating' link to user avatar dropdown when impersonating

$
0
0

David McClure wrote:

As far as I'm aware, there is currently no way to 'stop impersonating' a user. In order to do this now, you have to log out, and then log back in as yourself.

It'd be nice if there were a link to 'stop impersonating' the user in the user avatar dropdown menu:

Posts: 2

Participants: 2

Read full topic

Configure proxy for sending email

$
0
0

Girish Padharthi wrote:

Hi,

I'm hosting Discourse using Bitnami stack for a small team of 15 people. Found it really effective for team collaboration.

Setting up email seems to a problem still. My own machine (server: P4 with Ubuntu 13.10) is behind a proxy and I'm pretty sure this could be the reason for not receiving email.

Could you please help me out here?

Posts: 2

Participants: 2

Read full topic

Viewing all 60707 articles
Browse latest View live




Latest Images