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

Display tags by tag group

$
0
0

@abrambailey wrote:

Here’s our page for tags. What I would like to do is display these tags (to users) in the groups that I have created on the backend. Example:

Note. There seems to be a styling issue on this page with the height of this box.

Also, is there some way to order this list, or group the tags in this list?

image

Posts: 2

Participants: 2

Read full topic


Launcher rebuild app failing: repository name must be lowercase

$
0
0

@tejpochiraju wrote:

I am trying to rebuild the discourse container to use a new config that puts discourse behind nginx (on the host). I run into the following error:

/usr/bin/docker: invalid reference format: repository name must be lowercase

Shell output

    /var/discourse# ./launcher rebuild app
Ensuring launcher is up to date
Fetching origin
Launcher is up-to-date
Stopping old container
+ /usr/bin/docker stop -t 10 app
app
cd /pups && git pull && /pups/bin/pups --stdin
/usr/bin/docker: invalid reference format: repository name must be lowercase.
See '/usr/bin/docker run --help'.
cat: cids/app_bootstrap.cid: No such file or directory
"docker rm" requires at least 1 argument(s).
See 'docker rm --help'.

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

Remove one or more containers
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one

Docker Info:

# docker info
Containers: 2
 Running: 1
 Paused: 0
 Stopped: 1
Images: 5
Server Version: 17.07.0-ce
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Backing Filesystem: extfs
 Dirs: 26
 Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 3addd840653146c90a254301d6c3a663c7fd6429
runc version: 2d41c047c83e09a6d61d464906feb2a2f3c52aa4
init version: 949e6fa
Security Options:
 apparmor
 seccomp
  Profile: default
Kernel Version: 4.4.0-1032-aws
Operating System: Ubuntu 16.04.3 LTS
OSType: linux
Architecture: x86_64
CPUs: 1
Total Memory: 990.9MiB
Name: ip-172-31-19-154
ID: 6CJ3:O6Y2:TKHG:R3AO:7EIS:V74E:VADZ:7AQB:SDHX:SCUR:7ODR:3IYI
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false

WARNING: No swap limit support

Host: Ubuntu 16.04.3 on AWS t2.micro

Any suggestions?

Posts: 2

Participants: 2

Read full topic

Editing category settings causes category to be muted for the current user

$
0
0

@David_Taylor wrote:

I think this is quite a serious bug:

  1. Go to a category
  2. Look at the buttons in the top right, notice I have “normal” notification level
    06
  3. Click edit
  4. Don’t change any settings
  5. Click “save”
  6. Page refreshes, observe notification level has changed to “Muted”
    55

I am running the absolute latest tests-passed (updated 10 mins ago), and can replicate this on every category on my forum.

Looking at my dev tools, it looks like a POST is being sent to the notifications endpoint immediately after clicking save on the category settings.:


(ignore poll/results items, they’re messagebus/mini-profiler respectively)

I’ve noticed a few support requests on meta that are probably caused by this. For example, this topic.

I am also seeing some random topics change to a muted state, but can’t reproduce this consistently. The root cause might be the same.

The extra POST request makes me think this is a client-side issue rather than server-side. @joffreyjaffeux could this be related to the select-box changes for notification levels?

Posts: 6

Participants: 3

Read full topic

Problem about reply system

$
0
0

@bekircem wrote:

Hi,

When users reply to another user message, in the right top of the reply message, there is no avatar or username information of the responding user. Some users are having this problem, some users not. For the my admin account i don’t have problem about that. How i fix that?

Posts: 5

Participants: 3

Read full topic

Topics mute without user interaction

$
0
0

@David_Taylor wrote:

As I mentioned here, we’re seeing some topics randomly become muted. This includes both recent topics, and extremely old (10+ years old) topics which nobody would be looking at. I’m posting in #support as I can’t reproduce this.

I do not think the cause is the same as the category muting issue in the other thread because the changes seem to happen in ‘batches’. I used this data explorer query

SELECT topic_id, user_id, notification_level, notifications_changed_at
FROM topic_users
WHERE notification_level = 0
ORDER BY notifications_changed_at

Here is a small sample of notifications_changed_at for the hundreds of rows returned:

As you can see, this has been going on for a while (since late last year). Lots of topics get changed at exactly the same time, which suggests this is not caused by user interaction. The groups of changes which occur at the same time are all attached to the same user, for a number of different topics.

Can anyone think of what could be causing this? Is there some batch job that updates TopicUser entries? What else can I do to track down the cause of this issue?

Edit: I have just checked the “change reason” in the database for each of these TopicUser rows, and found that it is “user_changed” for every single one. So it is quite possible that this issue is entirely responsible.

Posts: 1

Participants: 1

Read full topic

Main domain used as hostname instead of DISCOURSE_HOSTNAME for emoji path

$
0
0

@hellothere wrote:

Hi,

I have an installation up and running but have a problem with emoji image path.

I have used this guide: discourse/INSTALL-cloud.md at master · discourse/discourse · GitHub and have used

./launcher rebuild app

after changing settings in app.yml

I may have initially configured

DISCOURSE_HOSTNAME: 'bar.com'

But layer changed to

DISCOURSE_HOSTNAME: 'foo.bar.com'

Say I have a main domain:

bar.com

and a subdomain:

foo.bar.com

which for some URI’s uses Apache’s ProxyPass, e.g. for foo.bar.com:

...
ProxyPass "/" "http://localhost:8090/"
ProxyPassReverse "/" "http://localhost:8090/"
...

and in app.yml I have the following settings:

DISCOURSE_HOSTNAME: 'foo.bar.com'
DOCKER_USE_HOSTNAME: true

then everything is loaded as expected (including other images) except emoijis, e.g.:

:confetti_ball:

in which case it attempts to retrieve the image from the main domain:

GET https://bar.com/images/emoji/google_classic/confetti_ball.png

with a 404 response.

It appears that the bar.com is used instead of foo.bar.com as an absolute path in this particular situation, i.e. from the source code of the loaded page it refers respectively to a relative path

<meta name="twitter:image" content="/images/default-apple-touch-icon.png" />

and an absolute path

<p>Congratulations! <img src="//bar.com/images/emoji/google_classic/confetti_ball.png?v=5" title=":confetti_ball:" class="emoji" alt=":confetti_ball:"></p>

In the case of a relative path it works, but for the absolute path it doesn’t. And I don’t know how to change the absolute path :confused:

BR

Posts: 2

Participants: 2

Read full topic

Add instructions for a multisite setup?

$
0
0

@freekvh wrote:

Hi, these instructions are very clear: discourse/INSTALL-cloud.md at master · discourse/discourse · GitHub

However, I would like to dedicate my droplet to multiple sites (it already runs some drupal and some pure html sites), could you perhaps add instructions for using the docker in this way? It suggests to bind the docker to another port but the install script does not suggest how.

Or otherwise, instructions for a non-docker install (would this be too complex?) so that I can use Nginx to do multiple sites and use letsencrypt for https.

Highest regards,

Freek

Posts: 2

Participants: 2

Read full topic

Is it possible to send ONLY digest emails?

$
0
0

@bufordtaylor wrote:

I know we can trigger to not have digests, but is the opposite possible?

Or would I have to change the preferences of every user?

Posts: 2

Participants: 2

Read full topic


Steam Onebox doesn't show Bundles

How to know the outgoing links the most clicked?

$
0
0

@CamilleRoux wrote:

Hi,

How to know the outgoing links (if possible, grouped by domain) the most clicked of a Discourse forum?

Thanks

Posts: 2

Participants: 2

Read full topic

"Dismiss" button on "Unread" page causes topics to be muted

$
0
0

@David_Taylor wrote:

I think this could be part of the problem I’m having here, but it definitely doesn’t account for all of the issues.

To reproduce:

  1. Go to your “Unread” page
  2. Click the “Dismiss” button
  3. Tick the box to say “stop tracking these topics”
  4. Go to one of the topics that you just dismissed
  5. See that it has been muted :scream:

Expected behaviour:

  • The topic should be set to “normal” tracking mode

I can reproduce consistently on my forum, and here on meta.

Looking in dev tools, I see a PUT request to /topics/bulk, but the only data in the request is:

filter: unread
operation[type]: change_notification_level

I’m pretty sure there should be a notification_level_id specified in that request. So my guess is that the server is interpreting the lack of notification_level_id as a 0 (zero), which corresponds to muting the topics.

Posts: 2

Participants: 2

Read full topic

Monitoring Moderator Activity

$
0
0

@maniacalmorgan wrote:

So, I’m tasked with keeping an eye on the moderator’s stats. Currently, our stats show in truncated formats (6.8k instead of 6,800) leaving a lot of room for error, especially as the numbers get bigger. Is there a best practice for monitoring activity of users and seeing how active they are on a period over period basis? Thanks in advance.

Posts: 1

Participants: 1

Read full topic

Hreflang tags for international targeting

$
0
0

@8BIT wrote:

is there any work or thought around adding hreflang tags? Google uses these types of tags to match the user’s language preference to the right variation of pages.

Posts: 1

Participants: 1

Read full topic

No way to select multiple messages for bulk action on mobile view

How to rescue 404s from FileHelper.download

$
0
0

@vinothkannans wrote:

In above code whenever FileHelper.download function fail I need to findout the reason for failing. Whether the file is not found (404) or failed for some other reason.

Posts: 1

Participants: 1

Read full topic


New group members & past group messages

$
0
0

@downey wrote:

At the risk of asking a stupid question:

If someone is newly added to a group, can they see & access Group Messages that were started or replied-to prior to their join date?

Posts: 3

Participants: 2

Read full topic

Private message search terms stay highlighted

Is there a way to remove all post revisions from all the posts?

$
0
0

@Morfik wrote:

I’ve been editing posts on my board, mainly in order to fix weird post formating after importing the old database and also to convert links to oneboxes – it needed a little work, but it’s done now.

The problem is that many posts now have 2-5 revisions, which makes the database larger. The posts revisions could be safely removed because I obviously don’t need them, at least these ones.

So is there a way to remove all the post revisions somehow?

Posts: 5

Participants: 2

Read full topic

Discourse server failing to send email to the initial registered user

$
0
0

@adriatic wrote:

I am trying to find out why is my just instantiated Discourse server failing to send email to the initial registered user that the installation completed successfully. The email address I am trying to receive the message about successful Discourse installatation is receiving emails from different sources just fine. so it must be that Discourse server’s email configuration that is defined as

  DISCOURSE_SMTP_ADDRESS: smtp.elasticemail.com
  DISCOURSE_SMTP_PORT: 2525
  DISCOURSE_SMTP_USER_NAME: nik@aureliatools.com
  DISCOURSE_SMTP_PASSWORD: "c2bab563-b7fb-428c-bbfa-f97853e2c03b"

Note that I changed the password to preserve privacy and that the above settings are taken from my elasticmail account.

Once Discourse server installation task invoked by ./discourse-setup successfully finishes, I can access the server via browser, at which time, I need to specify the email address where the server will send the “verification email”.

That email never arrives.

Since I have only (PuTTY) console attached to my droplet, I do not have good ideas how to debug this.

Posts: 2

Participants: 2

Read full topic

Changed Color Scheme, results in crash

$
0
0

@Vespura wrote:

I’ve just changed 1 color in a new copied color scheme, and suddenly the website changed to this:
image
Does anyone know how I can fix this? SafeMode doesn’t help. I’ve tried everything, rebuilding the app, deleting browser cache, etc. If anyone knows how to do a hard reset of my css files that’d be great!

EDIT: restoring a backup isn’t an option since my website had some issues and I just magically fixed them, didn’t have time to make a backup yet so restoring to the previous version will put me back to square one with more broken stuff…

EDIT 2: If you want a live preview of what it’s like, go to http://www.devtesting.zone/ will probably stay like this until someone knows how to fix this.

Posts: 9

Participants: 4

Read full topic

Viewing all 60613 articles
Browse latest View live




Latest Images