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

Mobile CSS customisation not working?

0
0

@aarska wrote:

Good day everyone,
I have been editing the CSS of the regular browser version of Discourse without any issues :slight_smile: and the CSS editor is by far the best I've seen, so thanks for that!

These changes did not apply to the mobile version, though.
With that one, if I use the inspector/dev tools I can edit everything and the results show in the browser, but once I put the changes in the discourse CSS editor, NOTHING I've saved for the mobile version (I guess it's the "smartphone icon" to the right?) changes in the actual page.

I could not find any relevant info... so I was wondering: how do I get to edit the CSS for the mobile version?
I have done quite a lot of editing (custom fonts, etc.) so I would really, really need to get it to change...
Thanks in advance for the help!

Posts: 3

Participants: 2

Read full topic


Google Spreadsheet only showing as link

0
0

@mikechristopher wrote:

Hi Has there been any changes to the one box for google spreadsheets?

We have had an upgrade during the week to 1.6.10 - b0fe5d383ec1c9f1ccd888e793a321193d376e6a

Before the upgrade when putting in the link for gsheets they were parsing as per below:

Where as now they are only showing as per below

The guys used to update the sheet without having to go into it and could do it within the post

Posts: 3

Participants: 2

Read full topic

Creating first new Tag Group results in Error while trying to load

What are some reputable managed Discourse hosting providers out there?

0
0

@viet wrote:

I don't want to setup hosting myself, I'd rather pay for hosting.

What are some solutions out there, in addition to the official host by Discourse team?

I'm looking for a solution lower than $100/mo

Posts: 3

Participants: 3

Read full topic

Badge drop down width issue

Forwarded mail gives original forward user access to post?

0
0

@carlokok wrote:

If I forward an email to discourse with the new forwarding on, and have a post like:

Did you see what this guy did here?

-------- Forwarded Message --------
Subject: Subject
Date: Thu, 24 Nov 2016 15:52:26 +0100
From: Someone someone@someone.com
To: me@somewhere.com

original post here.

Will this give the original user access to this post? (I think this is an oke feature if we email in when someone mails to the wrong place, but if another customer say forwards a private mail from someone, it might not be a good thing?

Posts: 3

Participants: 2

Read full topic

My credit on DigitalOcean used as payment, correct?

0
0

@TheAdmin2 wrote:

Hi,

I just deposited 50 US$ to my Digital Ocean account and it says I have 51.04US$ left as credit.
Does this mean that my 20US$/month will be paid using the credit or do I have to do something else? I just don't want my forum to go down because of me being stupid.

Posts: 4

Participants: 3

Read full topic

Signup by Facebook (FB age > 1-year), receive "1 year anniversary" badge?

0
0

@Nam_Nguyen wrote:

Hi,

I see that when new user sign up by Facebook account, with FB account have more than 1 years old. That new user account will receive "1 year anniversary" badges. It doesn't make sense and doesn't fair with other members register by Email have older and many activities. Is there any solution for this? I really like Discourse show the real date that user sign up.

Thanks!

Posts: 2

Participants: 2

Read full topic


Customization always loads PluginAPI version 0.1

Currently supported locales

0
0

@tobiaseigen wrote:

Can someone please point me to the file containing the list of currently supported locales/translations for users to pick from in their prefs? I had a poke around and it wasn't so easy to find. Perhaps we could bookmark this here for others who follow who, like me, use SSO to set the pref.

Thanks in advance! :sunflower:

Posts: 2

Participants: 2

Read full topic

Running Discourse with Caddy Server

0
0

@Falco wrote:

:warning: This haven't been tested yet, use at your own risk :warning:

Hello guys, I was moving stuff around in my test instance and got Discourse running with Caddy Server.

Cool stuff about Caddy:

Cons:

  • Not as battle tested as apache, nginx and cia.

How To

Preparing Discourse

First, you need to apply this changes to your app.yml:

templates:
  - "templates/postgres.template.yml"
  - "templates/redis.template.yml"
  - "templates/web.template.yml"
  - "templates/web.ratelimited.template.yml"
  - "templates/web.socketed.template.yml" # <<<----- THIS IS NEW

## Let this two commented out
#  - "templates/web.ssl.template.yml"
#  - "templates/web.letsencrypt.ssl.template.yml"

## Let this two commented out
expose:
#  - "8080:80"   # http
#  - "443:443" # https

env:
  ## This should be commented out too
  #LETSENCRYPT_ACCOUNT_EMAIL: mymail@gmail.com

Preparing Caddy

In the spirit of Discourse, let's put Caddy in a Docker image too :whale2:

First prepare with:

mkdir /var/caddy
nano /var/caddy/Caddyfile

Add the following to the Caddyfile

forum.example.com # your domain here

proxy / unix:/sock/nginx.http.sock {
  transparent
}

Save and exit.

Let's test

Now you need to rebuild Discourse:

/var/discourse
./launcher rebuild app

And then run Caddy:

docker run -d \
    -v /var/caddy/Caddyfile:/etc/Caddyfile \
    -v /var/caddy:/root/.caddy \
    -v /var/discourse/shared/standalone:/sock \
    -p 80:80 -p 443:443 \
    -p 80:80/udp -p 443:443/udp \
    --restart=always \
    --name caddy \
    --entrypoint "/usr/bin/caddy" \
    abiosoft/caddy -quic -email MYEMAILHERE@gmail.com -agree --conf /etc/Caddyfile --log stdout

After all, your forum should be avaliable at your domain, using SSL + HTTP2 + QUIC. You can't more hipster than that.

Posts: 3

Participants: 3

Read full topic

Closing our Forum temporarily for Christmas

0
0

@CYester wrote:

Hi,
What is the easiest way to close down our Forum temporarily for Christmas? We want people to be able to read posts but not to make new ones.

Greetings,
Casper

Posts: 7

Participants: 3

Read full topic

Updated to v1.7.0.beta10 +133 Settings Text Error

0
0

@LoboStylez wrote:

Just as a heads up, looking to see if there was a typo in the update.

Admin Dashboard Displays this:
Version v1.7.0.beta10 +133 1.7.0.beta10 You're up to date!

In "Settings" after the update, there is a text issue. See below

Any chance we could get that fixed?

Posts: 1

Participants: 1

Read full topic

Plugin admin button broken styling

0
0

@kgish wrote:

Since the latest upgrade, my plugin button in the admin dashboard menu has lost the correct styling, as you can see here:

My /connectors/admin-menu/app-admin-connector.hbs template looks like this:

{{#link-to 'admin.pvda'}}{{i18n 'pvda.admin.menu_title'}}{{/link-to}}

Posts: 2

Participants: 1

Read full topic

Why only send one rejection email per day to the same email address?

0
0

@deargle wrote:

Just curious, why is it set up to only send one rejected email notification per day? This is the code. Limited use case, but may be nice to make that timespan configurable. Like new users who post too short of messages may benefit from a reminder of why their emails aren't going through, instead of radio silence.

Thanks all.

Posts: 2

Participants: 2

Read full topic


Clicking local attachments with certain filename extensions does not work

0
0

@DavidEGrayson wrote:

This is a continuation of the discussion from https://meta.discourse.org/t/left-clicking-raw-links-return-404-errors/31314, which was closed.

I just noticed that if I upload an attachment and then I left-click on a link for it in the body of a forum post, the Discourse/Ember router doesn't know what to do and I get a "Oops! That page doesn’t exist or is private." error. The link will work fine if the user opens it in a new tab.

Here is an example of a forum post with a link (Opcode.cs) that doesn't work when you left-click on it:

I tried to make an example attachment link on this forum that doesn't work, but attachments for this forum are served from a different domain so I cannot trigger the bug. The bug only affects forums that are serving attachments from the same domain as forum posts.

Even though I have a limited understanding of front-end javascript routing stuff, I'll repeat my suggestion: it seems like if the Discourse/Ember router does not recognize a URL, then it should trigger a full page load of that URL in order to give other parts of the web server stack a chance to respond to the URL instead (e.g. your web server or your back-end application). That way, the javascript router doesn't have to know the full set of URLs that are valid on your web domain. It would prevent bugs like this one and it would allow people to host static files on their domain that are not part of the Discourse app, and successfully link to them from forum posts without having to hack the Discourse/Ember router. I run into variants of this bug regularly while using Discourse and it seems like the suggestion above would solve the bug for good. Thanks!

Posts: 3

Participants: 1

Read full topic

Invitation to trust level does not work

0
0

@Bkhanaliloo wrote:

As a moderator, I am trying to invite all the users to a topic. The idea is that all the users will get a notification on their profile so that my topic reaches every one.

I already allowed inviting all the users from Admin page. Then, I invited trust level 1 and everything went smoothly (no warning message). But no one received a notification. Am I missing something? Do you have an alternative approach to make sure that my topic reaches everyone (other than pinning).

Thanks in advance

Posts: 3

Participants: 2

Read full topic

Not sure if Nuts or... Reply behaving Inconsistently

0
0

@SouperC wrote:

We installed Discourse back in October and it's going great. But for some reason, often clicking the "reply to post" button (as opposed to a topic reply) does not seem to have the desired effect consistently.

I can't find any rhyme or reason to this. Mobile, desktop same results. The problem has persisted through various builds of discourse since October.

Sometimes the reply box (before submitting) will show name of the person you have selected to reply to... but when posted their username/avatar does not appear in the top right of the reply post.

Sorry if I'm not being super clear here...

Posts: 3

Participants: 2

Read full topic

Translation missing when attempting to customize several email_reject templates

0
0

@deargle wrote:

Running 1.7.0.beta10

When I go to customize the email_reject_destination template, I see:

translation missing: en.system_messages.email_reject_destination.subject_template

and

translation missing: en.system_messages.email_reject_destination.text_body_template

Looking through, also true for

  • email_reject_post_error,
  • email_reject_post_error_specified,
  • email_reject_trust_level.

But I didn't see any others.

Posts: 1

Participants: 1

Read full topic

500 Error message when I make a topic in a certain category (Infinite Flight Community)

0
0

@SingaporeBanana wrote:


I don't know why I can't make a topic in #Features today as the "500 Error" message keeps showing up. I did make a topic and forgot to move it to features, when I moved this, The message keeps showing up

Posts: 1

Participants: 1

Read full topic

Viewing all 60309 articles
Browse latest View live




Latest Images