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

Some questions about topic settings, server and translation

$
0
0

@SimWhite wrote:

  1. I changed uncategorized topic settings. I renamed it to announcements and changed it slug to announcements too. Now when I click it I get 404 error. How can I fix it?
  2. What is the recommended server settings? Now I using VPS with 1 CPU core 3.3 GHz and 2 GB of RAM, also I'm using CloudFlare with JS-minify and CDN+Basic settings and my Discourse installation working is not so fast as I'm expected.
  3. How can I change translation in working Discourse? I'm trying to change ru.client.yml inside the container but I don't see any changes on site.

Posts: 5

Participants: 2

Read full topic


Post has blank category on topic list, even though shown when editing

$
0
0

@wesochuck wrote:

This has happened a couple of times on our forum (currently 1.3.0.beta4).

  1. I post a new topic
  2. I leave the default category selection for the post
  3. I type in the post information, then I create the new topic
  4. After I post the topic, the new topic shows a blank category in the topic list
  5. The new topic also doesn't show a category when viewing the topic itself
  6. When I go to edit the topic title, I see that the category has selected for the post
  7. When I click save, the topic is still blank
  8. If I change to another topic and save, the topic will then display

In case it makes any difference for someone trying to repo, we have currently disabled the ability to post an uncategorized topic.

Here are a few screenshots that show the problem:

Topic list:


Topic details:


Clicking the edit button makes it appear the topic DOES have a category:


After clicking save, the topic is still not shown:


I have tried this in both Chrome & IE 11. I don't know if it's is helpful, but I'm also including the profiler information for the page. profile1.txt (35.5 KB) profile2.txt (1.9 KB)

Posts: 12

Participants: 6

Read full topic

Delete button on create groups page should start deactivated

Why not make "create a new topic" edit screen to a full screen?

$
0
0

@doudou wrote:

Why not make "create a new topic" screen to a full screen, left and right column, or upper and lower style?

This would be convenient to preview the content and scroll less.

Posts: 3

Participants: 2

Read full topic

Certain features are disabled when clicked but not used

$
0
0

@john_mardlin wrote:

Continuing the discussion from Save button is deactivated on create groups page:

To reproduce:

  1. Click the flag icon beneath this post
  2. Decide you're not sure about flagging, hit escape
  3. Decide you actually do want to flag the post, click the flag icon again.
  4. The flag icon is highlighted, but nothing else happens.
  5. console gives Uncaught TypeError: Cannot read property 'prop' of undefined

This affects all flag buttons on the page.

I've also observed similar behaviour on:
- The save button on the groups page
- The invite button on a topic page
- The image upload button in the post editing view <-- most frequent and annoying instance for sure.

Posts: 4

Participants: 2

Read full topic

Move wrench icon on topic list to left side

$
0
0

@Sander78 wrote:

To select multiple topics, you press , located upper left. After selecting at least one topic (again, left side of the screen), the wrench appears... on the far right side of the screen.

Its location has been mentioned before, but I think it should be close to where the action is.

Posts: 5

Participants: 4

Read full topic

Discourse search does not work unless you are logged in?

$
0
0

@arlair wrote:

I'm not sure if I am missing anything here, but on meta, roots.io or my own discourse, I cannot seem to get any search results unless I am logged in.

I tried this on desktop and mobile (using different internet providers). If I am not logged in, the searching icon appears, but shows nothing. If I log in, it does the same thing, but shows a list of results.

Posts: 7

Participants: 6

Read full topic

Requesting quotes - adding author avatar to categories page

$
0
0

@jesselperry wrote:

I use Categories as the main page and think it needs a bit more visual, but I don't see that happening anytime soon

I'm curious how labor intensive it would be to add a customization to add the author's avatar to the left of each topic listing. A (ugly) mockup is below for desktop, but I would like the same on mobile too. The height of each topic line would probably need to be a bit taller to make the avatar the same size as on the topics page, but that's fine.

If it's not a ton of work, please PM me with quote. If it would be a lot of work, I'm probably not interested.

Posts: 1

Participants: 1

Read full topic


Container rebuild is failing with permission error

$
0
0

@Enigma wrote:

So I set up my first Discourse instance back in mid February. based on the all-in-one standalone Docker image. If I recall correctly the version was 1.3.0 beta1. I was in a bit of a hurry at the time and since I didn't have anything else running on the server I just let Discourse grab external port 80. Fast forward to yesterday and I finally decided that I needed to move Discourse to a different port so that I could put up an instance of Nginx outside of Docker and run some other web apps on the same VM. I made a copy of /var/discourse to a backup folder, stopped the container, edited app.yml to change the port, and then ran launcher rebuild app. And that's when things went horribly wrong leading to my post here. I'm thinking that the rebuild is updating my instance to 1.3.0 beta4 which includes some updates to the Postgresql instance within the container. That's where an error is occurring. A script is calling a chown on /shared/postgres_run and chown is returning a permission denied error. That then leads to a failed bootstrap. I'm an experienced *nix admin, but very new to Docker and Discourse so I've had no luck fixing this myself. Hopefully someone will have a good solution to this. I'm including the launcher output below.

[root@ip-172-31-32-99 discourse]# ./launcher rebuild app
which: no docker.io in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
Updating discourse docker
remote: Counting objects: 133, done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 133 (delta 34), reused 16 (delta 16), pack-reused 83
Receiving objects: 100% (133/133), 34.83 KiB | 0 bytes/s, done.
Resolving deltas: 100% (69/69), done.
From https://github.com/discourse/discourse_docker
   dfdd027..80a6f24  master     -> origin/master
Updating dfdd027..80a6f24
Fast-forward
 .gitignore                          |   1 +
 README.md                           |   5 +-
 image/base/Dockerfile               |   4 +-
 image/base/runit-1                  |   2 +-
 image/base_22/Dockerfile            |  16 +++++
 image/build.rb                      |  52 +++++++++++++++
 image/discourse/Dockerfile          |   4 +-
 image/discourse_22/Dockerfile       |  21 ++++++
 image/discourse_test/Dockerfile     |  13 +---
 launcher                            | 296 +++++++++++++++++++++++++++++++++++++++++++++------------------------------------
 samples/data.yml                    |  12 +++-
 samples/standalone.yml              |  17 ++++-
 samples/web_only.yml                |   1 -
 templates/postgres.9.2.template.yml |   5 ++
 templates/postgres.template.yml     |  21 ++++--
 templates/web.socketed.template.yml |  12 ++++
 16 files changed, 318 insertions(+), 164 deletions(-)
 create mode 100644 image/base_22/Dockerfile
 create mode 100644 image/build.rb
 create mode 100644 image/discourse_22/Dockerfile
 create mode 100644 templates/web.socketed.template.yml
Stopping old container
Error response from daemon: no such id: aae4fd0785cc774fe4af708dfce5de170d5952fabb27bfe18a073932deac8811
FATA[0000] Error: failed to stop one or more containers
Calculated ENV: -e LANG=en_US.UTF-8 -e RAILS_ENV=production -e UNICORN_WORKERS=3 -e UNICORN_SIDEKIQS=1 -e RUBY_GC_MALLOC_LIMIT=40000000 -e RUBY_HEAP_MIN_SLOTS=800000 -e DISCOURSE_DB_SOCKET=/var/run/postgresql -e DISCOURSE_DB_HOST= -e DISCOURSE_DB_PORT= -e HOME=/root -e DISCOURSE_DEVELOPER_EMAILS=jaseymour@gmail.com -e DISCOURSE_HOSTNAME=discourse.guiltypleasurez.net -e DISCOURSE_SMTP_ADDRESS=172.31.32.99 -e DISCOURSE_SMTP_PORT=25
cd /pups && git pull && /pups/bin/pups --stdin
From https://github.com/SamSaffron/pups
   ee8fdfb..4203610  master     -> origin/master
Updating ee8fdfb..4203610
Fast-forward
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
I, [2015-04-03T17:05:19.306027 #42]  INFO -- : Loading --stdin
I, [2015-04-03T17:05:19.311509 #42]  INFO -- : > mkdir -p /shared/postgres_run
I, [2015-04-03T17:05:19.313762 #42]  INFO -- :
I, [2015-04-03T17:05:19.314112 #42]  INFO -- : > chown postgres:postgres /shared/postgres_run
chown: changing ownership of ‘/shared/postgres_run’: Permission denied
I, [2015-04-03T17:05:19.316571 #42]  INFO -- :


FAILED
--------------------
RuntimeError: chown postgres:postgres /shared/postgres_run failed with return #<Process::Status: pid 45 exit 1>
Location of failure: /pups/lib/pups/exec_command.rb:105:in `spawn'
exec failed with the params "chown postgres:postgres /shared/postgres_run"
636e1e19598654f74f512c0640201409b23a24565f0f7b94256da4b6b32bd634
FAILED TO BOOTSTRAP

Posts: 12

Participants: 3

Read full topic

Top posts language

$
0
0

@NomNuggetNom wrote:

The following things seem to be missing from the lang file:

en.filters.top.all.title via

en.filters.top/all.title (different?) via

The same problem applies to the rest of the time selections, except no other has the problem in the title bar:

Would submit a PR but I don't want to screw it up stuck_out_tongue

Posts: 2

Participants: 2

Read full topic

Non-Square Avatar Upload Warning

$
0
0

@darkmatter wrote:


Don't warn me Mr. Uploader, I'm not the one that's making it not square!



In light of the change to circle avatars, maybe that warning should say that the aspect ratio is not 1:1 or something more appropriate. Telling us our avatar isn't square when Discourse is also displaying it cropped into a circle makes the warning confusing, especially if your image was just 256x257 or something and you didn't realize it's not a perfect square.

Posts: 5

Participants: 4

Read full topic

Can you upgrade Discourse seamlessly if there is a breaking db change?

$
0
0

@sam wrote:

But what about migrations? Do they respect upgrades between new releases? How do you manage to solve the case when new release makes breaking changes in db?

Posts: 12

Participants: 3

Read full topic

Mockups for per category icons and glyphs

Ubuntu Bootstrap fails

$
0
0

@webb wrote:

I'm unable to get past the bootstrap, following the instructions. Clean install of Ubuntu. Any ideas?

# docker info
Containers: 0
Images: 6
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Backing Filesystem: <unknown>
 Dirs: 6
Execution Driver: native-0.2
Kernel Version: 3.19.0-10-generic
Operating System: Ubuntu Vivid Vervet (development branch)
CPUs: 2
Total Memory: 3.86 GiB

I, [2015-04-03T21:24:35.473367 #43]  INFO -- : Terminating async processes
I, [2015-04-03T21:24:35.473441 #43]  INFO -- : Sending INT to HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/9.3/bin/postmaster -D /etc/postgresql/9.3/main pid: 113
I, [2015-04-03T21:24:35.473500 #43]  INFO -- : Sending TERM to exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 236
2015-04-03 21:24:35 UTC [113-2] LOG:  received fast shutdown request
2015-04-03 21:24:35 UTC [113-3] LOG:  aborting any active transactions
2015-04-03 21:24:35 UTC [120-2] LOG:  autovacuum launcher shutting down
2015-04-03 21:24:35 UTC [117-1] LOG:  shutting down
[236 | signal handler] (1428096275) Received SIGTERM scheduling shutdown...
[236] 03 Apr 21:24:35.526 # User requested shutdown...
[236] 03 Apr 21:24:35.526 * Saving the final RDB snapshot before exiting.
[236] 03 Apr 21:24:35.527 * DB saved on disk
[236] 03 Apr 21:24:35.527 # Redis is now ready to exit, bye bye...
2015-04-03 21:24:35 UTC [117-2] LOG:  database system is shut down


FAILED
--------------------
RuntimeError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 340 exit 1>
Location of failure: /pups/lib/pups/exec_command.rb:105:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"bundle_exec", "cmd"=>["su discourse -c 'bundle install --deployment --verbose --without test --without development'", "su discourse -c 'bundle exec rake db:migrate'", "su discourse -c 'bundle exec rake assets:precompile'"]}
99eee22fbf5b9b1a7cb9267ce964ae045725344923752a6b505c040efa2999be
FAILED TO BOOTSTRAP

Posts: 10

Participants: 7

Read full topic

Discourse now has Pokes. Sort of

$
0
0

@codinghorror wrote:

The Invite feature has just been improved so that you can invite existing users to a topic.

I still think this is kind of a weird use case, since if I want @techapj to look at something I would just mention him in the post and explain what's going on.

But! It makes the Invite button more useful and applicable in more cases beyond inviting new users via email, so overall, I am for it. (Note that invites are a trust level 2 ability, you'll need TL2 to have the invite button at all.)

Here's how it works:

  • If you invite an email address to the topic, they get an email invite that lets them join as a new user and reply to the topic immediately.

  • If you invite a username to a topic, they get a notification from you with a link to the topic.

Note that you can only invite someone to a topic once per day. So if 50 people suddenly try to invite me to this topic, only the first one will succeed. wink

Anyway, thanks to @techapj for implementing this. Try it out and see what you think.

Posts: 9

Participants: 6

Read full topic


Better Access to PMs for Admin

$
0
0

@BCHK wrote:

I run a medical site and I'm always concerned about people coming onto the site and trying to recruit people into scams, etc.

It would be very helpful to be able to watch for these types of issues by being able to do a single click to review all the recent PMs (e.g. for the day or week) - from the admin statistics page. Ideally I'd just click on the PM summary number and get a list of all those messages that day or week.

As it is right now - its impossible to get a high level check on this issue because you'd have to go to each user (I guess) - which is really impossible with a large site.

Posts: 5

Participants: 3

Read full topic

SSO suddenly broken with "Error updating information, contact site admin"

$
0
0

@swisspol wrote:

Running v1.3.0.beta4 +18

I just realized my SSO is broken, but I don't know when it broke (possibly when updating from beta3 to beta4?). Nothing has changed AFAIK on the SSO side.

When I click on Log In it redirects to the SSO site correctly, sign-in works there, but the final redirect to Discourse fails: I get a blank page that just says "Error updating information, contact site admin" (the response headers indicate a 500 error). The logs in the admin interface are completely empty.

How do I debug and fix this?

Posts: 7

Participants: 2

Read full topic

How to add new string into existing language?

$
0
0

@Frey wrote:

I figured out that one important string which should be placed in navigation menu don't exist in cliend.en.yml:

This is where is this string should be placed: https://github.com/discourse/discourse/blob/master/config/locales/client.en.yml#L1528

I know that Discourse translates on Transifex, but I didn't found button to add missing locale string (may be I just have no permission to).

So here is my question: how should be resolvesd situations like this? Can I fork-fix-PR into Discourse repo or something else? It's really annoying and was a problem about a year ago: https://www.transifex.com/projects/p/discourse-org/translate/#ru/clientenyml/13698016?key=filters.new.title (see comments to New (1).

Thanks

Posts: 2

Participants: 2

Read full topic

Encoding problem in titles with feed polling

$
0
0

@thomasschmit wrote:

Using feed polling, when an article is retrieved, there is an encoding problem in its title if it contains special characters : Article propos&#233;. However, it works fine for the content.

Actually, &#233 is transformed in a “é” in the body of the post, but not in its title.

Is it possible to correct it?

Posts: 1

Participants: 1

Read full topic

Some alternative proposed Emoji

$
0
0

@Pirat wrote:

Decided to create this topic because not found
Purpose of the topic, offering Standard emoticons for discourse smile
I will offer a couple

a
awesome
crazy
cry
glory
kawai
manul
mee
mhu
mini-happy
nocomments
omg
sad
fff
mad
aangry
ii
huh
happycry
notch
vaganych
ra
smith
zmbeka
opeka
ocry
neponi
uuu
sml
omsk
deal
vanga
pekaking
harupeka
butth
yopeka
richpeka
ukrpeka
rnbw
epeka
hmpeka
ilied
nelson
cartman
wtf
trollface
fuuuu
why
yao
fyeah
lol
okay
alone
ewbte
daladno
megusta
bin
daya
loool
notbad
mother-of-the-god
really
sir
poker
shockot
kid
bm
facepalm
leefacepalm
grumpy
wow
ziga
vsem
money
spok
brony
crab

gglord
drone
probe
scv
angryling
dark
infe
kawailing
ling
marine
zeal
roach
maro
mule
orcl
reaper
stalk
heart

I hope you will enjoy these smileys

Posts: 5

Participants: 4

Read full topic

Viewing all 60690 articles
Browse latest View live




Latest Images