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

Videos are showing as raw links

0
0

@McBlu wrote:

Hello,

Here is the actual topic I am referring to:

Here is what I type in the edit window:


Here is what the preview shows:
04%20AM
Here is what actually shows (the raw link):

Why isn’t the previewed version showing up in the actual topic that the public sees?

Posts: 3

Participants: 2

Read full topic


Disable users list export?

0
0

@Karl_Romanowski wrote:

Is there a good way to disable the Export users feature for Moderators? And not just display:none on the UI? I’m OK trusting people to see individual emails if need be, but no one on the Moderators team needs one click access to a list of emails for every forum user. Logs aren’t enough here because as soon as they have that list the damage may already be done.

Posts: 2

Participants: 1

Read full topic

Embedding an AppEngine-hosted web app via IFRAME

0
0

@Emmanuel_Schanzer wrote:

Hi all - I’m new to Discourse, and just figuring things out. We run a large computer science education nonprofit, and are looking to move our online teacher discussions from Google Groups to Discourse.

I’ve successfully embedded other cloud-based tools into topics already, by:

  1. Whitelisting their domains
  2. Making a new topic
  3. Using <iframe src="<whitelisted domain>"></iframe> in the body of the topic

However, I’ve been unable to embed our own cloud-based IDE. The IFRAME shows up blank. A quick trip to the developer tools shows that the http request went out, but was denied with error 307 - Internal Redirect (see attached screenshot). My theory is that this is happening because our domain points to an AppEngine instance, so a redirect is happening behind the scenes and Discourse is blocking it for security reasons. Evidence to support this theory: embedding the AppEngine instance itself works, but using the domain doesn’t.

Since we periodically update the instance, it’s very important that the normal URL works. I’ve searched through other topics on the forum to no avail. Anyone got any advice for a n00b?

Thanks in advance!

image

Posts: 1

Participants: 1

Read full topic

Image posting limit

0
0

@ChameleonScales wrote:

I would like to report an issue but I can’t explain it if I’m not allowed to post more than one image per post. I need to upload at least 3 to show what I mean.
What should I do to obtain the right to post more images ?

Posts: 5

Participants: 2

Read full topic

CSS for individual tables in a post

0
0

@BlackKnob wrote:

Is it possible to style tables in a post individually?
Discourse removes all styling elements from HTML in a post.

Posts: 4

Participants: 3

Read full topic

Formatting issue on mobile

Thumbnail/slideshow issue

0
0

@ChameleonScales wrote:

When using the ![title|widthxheight](image-url) formatting, thumbnails are generated only when the original image is bigger than certain dimensions.

This is smart but a problem comes when you want to display a gallery.

Here’s an example :


San Agustin


San Agustin 2

If you click on the first image to enlarge it, you can slide through the gallery using the ←arrow keys→.
Unfortunately, 2 of these images don’t show up in the slide show (and their thumbnail is not clickable) because their resolution is under the minimum requirements to generate thumbnails.

A solution to this would be to make images clickable as soon as a custom |widthxheight is used, even if no thumbnail was generated.

Here’s the raw text I used for this little gallery :

![Candi Prambanan|320x180][1]
![San Agustin|166x180][2]
![Moaï|288x180][3]
![Bayon temple|271x180][4]
![San Agustin 2|240x180][5]

[1]: upload://wfnzm0tBLXg6BRQWnIoNfnl8HNs.jpg
[2]: upload://6troRQuaAULLkslCZau5E7mgGPj.jpg
[3]: upload://c0X0waqMVcw3W989DqQrvfZQKHe.jpg
[4]: upload://icDRdwwiwP7yGzIQNRNG9R8pLTN.jpg
[5]: upload://qhIjHkRcsr6o2eJrJtZg4TnDddv.jpg

Posts: 1

Participants: 1

Read full topic

Refused to display in a frame because it set 'X-Frame-Options' to 'sameorigin'

0
0

@Jane_Jojo wrote:

I use discourse as the commenting system for my food blog.

Recently the page stopped showing the comments at the bottom and this error shows in the developer console.

Not sure what I did. I haven’t changed any settings in a long time.

How can I fix this?

Posts: 1

Participants: 1

Read full topic


I don't understand image sizing

0
0

@rlauriston wrote:

I have a 722x1024 image. When I uploaded it, the markdown had a smaller size, making the text in the image too small to read easily. I tried manually changing the size in the markdown but it has no effect.

Posts: 4

Participants: 3

Read full topic

Installing on VPS / WHM separate account possible?

0
0

@Queth wrote:

Hello, the topics I found are dealing with installing on a VPS under one account/hostname.

however I want to try and setup the following, so I can keep the current forum up and running and do the switch without downtime (if possible).

can anyone let me know if the following is possible?

I want to create a new account with WHM with a new domainname. Then in that account I install Discourse as per guide (how to install on apache). Will it then stay localized in that account, eg not affect traffic to other domainnames on the same VPS (other accounts) or will the docker container take over the whole VPS?

if the latter is a yes - then how can I install the docker container without influencing the current sites (eg no downtime for current domains?)

thank you in advance for your help!

Posts: 3

Participants: 2

Read full topic

Forum stats and admin dashboard should be admin only

0
0

@AstonJ wrote:

Not sure why anyone would have difficulty understanding the stats tbh. Also, not sure why mods are able to see them anyway - forum statistics should be admin-only.

Posts: 6

Participants: 5

Read full topic

Email test from the console?

0
0

@pfaffman wrote:

Is there a way to initiate an email test from the Rails console? For a zillion reasons I would love to be able to send a test email without having to create an account. I’ve looked in config/routes.rb and grepped all over the models, controllers, and lib.

Posts: 4

Participants: 3

Read full topic

Babble - A Chat Plugin

0
0

@gdpelican wrote:

Babble is an simple, lightweight chat plugin for Discourse. It re-skins the existing topic view into a sidebar, allowing for quick conversations in your forum.

Check out the demo site to see it in action, or view (and contribute to!) the code on Github. If you’d like to help translate Babble to your language, join the Transifex project.

To install, use the standard method for installing plugins. Once installed, you may visit https://<your-instance>/admin/chats to add chat channels (NB that a chat will not appear on your site until you’ve created a chat in this interface)

Current feature set:

  • Making chats private to an individual group or channel
  • Emojis!
  • File uploads
  • Notifying other users via @mention
  • Editing, deleting, and flagging posts
  • Toggle-able ‘full screen’ mode
  • Who’s typing
  • Onebox support

On the horizon

  • Who’s in the room
  • One-to-one messaging

Feel free to reach out to me (@gdpelican) either here on meta or on the github repo if you have trouble!

For bug reports, please provide a screenshot of your /logs file, any errors you’re able to see in the javascript console, as well as specific repro instructions

To view the archive of conversation which has occurred about this plugin before, view the archive [WARNING: There’s lots of out-of-date information there! :smiley: ]

Posts: 1

Participants: 1

Read full topic

Setting up Discourse on Digtial Ocean

0
0

@Danielh90 wrote:

Hello So I’m trying to setup Discourse on digital ocean so I followed How to use the Discourse One-Click Application on DigitalOcean | DigitalOcean this guide that digital ocean put out. After I go in to the ssh and stuff i go to the webpage and type in my stuff and click on next and it tells me I’ll receive a activation email but for some reason it wont send I’m using mailgun and I think I have all my settings correct. As you can see all my email is setup and I wont receive any email. Can anyone help me troubleshoot this? Oh also my mailgun is working since I can email that email from my email

Posts: 4

Participants: 2

Read full topic

Can I send a private welcome message instead of Discobot?

0
0

@joshm wrote:

I loved the idea of Discobot, but my users do not understand it, and instead of starting the tutorial, almost all of them are replying to Discobot with a message like "Thank you for accepting me… "

And then Discobot says something like " Oh no ! … " (my site is in Spanish, I don’t know what is the English string).

It’s cool that users are replying to the first notification with a voluntary introduction. I changed the first message of Discobot to something like “Welcome to this community, you can introduce yourself here.” , but they are still replying to the private notification instead of introducing themselves in a public topic.

Is there a way to change this behavior, or to send a personal notification that doesn’t require a reply, just a welcome message with a link to an “Introduce Yourself” topic?

Posts: 2

Participants: 2

Read full topic


Multi-domain SSL certificate from DigiCert

0
0

@slspencer wrote:

FYI, if you use non-Let’s Encrypt certificates, here are steps to install your SSL certificate files. My certs come from DigiCert, so I’ll use it in the example:

After you’ve received <your-domain_com>.csr, <your-domain_com>.key, and DigiCert.csr files,
upload them to this directory:

/var/discourse/shared/standalone/ssl/certs

Then rebuild app from /var/discourse directory:

.laucher rebuild app

Posts: 1

Participants: 1

Read full topic

When I logged in as the user created with "rake admin:create", "undefined method `include?' for nil:NilClass" appeared

Code block truncates first line

0
0

@bartv wrote:

I just tried to post the following text as a code block, only to find that the first line (with ‘depracation warning’) did not display. This is the original text:

_en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:1002 Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to Moment.js | Guides for more info.
Arguments:
[0] _isAMomentObject: true, _isUTC: true, _useUTC: true, _l: undefined, _i: 2018-04-11 00:00:00 UTC, _f: undefined, _strict: undefined, _locale: [object Object]
Error
at Function.createFromInputFallback (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:4:16720)
at zo (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:5:2821)
at Lo (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:5:4617)
at Oo (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:5:4484)
at go (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:5:4203)
at qo (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:5:4942)
at Function.p [as utc] (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:4:14448)
at Function.fillMissingDates (https://blenderartists.org/assets/admin-c3e57ac722480838d523f643e02cd0a2e4d370104deea10517110472f50208ce.js:2:14695)
at s.loadReport (https://blenderartists.org/assets/admin-c3e57ac722480838d523f643e02cd0a2e4d370104deea10517110472f50208ce.js:3:18224)
at https://blenderartists.org/assets/admin-c3e57ac722480838d523f643e02cd0a2e4d370104deea10517110472f50208ce.js:7:11726

And here’s how it displays in the ‘three backticks’ block:

Arguments: 
[0] _isAMomentObject: true, _isUTC: true, _useUTC: true, _l: undefined, _i: 2018-04-11 00:00:00 UTC, _f: undefined, _strict: undefined, _locale: [object Object]
Error
    at Function.createFromInputFallback (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:4:16720)
    at zo (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:5:2821)
    at Lo (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:5:4617)
    at Oo (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:5:4484)
    at go (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:5:4203)
    at qo (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:5:4942)
    at Function.p [as utc] (https://blenderartists.org/assets/locales/en-ba7ff8bcdc1631084ec314f00cd436bc20bd176e90b28b4675c4c8b43219942d.js:4:14448)
    at Function.fillMissingDates (https://blenderartists.org/assets/admin-c3e57ac722480838d523f643e02cd0a2e4d370104deea10517110472f50208ce.js:2:14695)
    at s.loadReport (https://blenderartists.org/assets/admin-c3e57ac722480838d523f643e02cd0a2e4d370104deea10517110472f50208ce.js:3:18224)
    at https://blenderartists.org/assets/admin-c3e57ac722480838d523f643e02cd0a2e4d370104deea10517110472f50208ce.js:7:11726```

Posts: 4

Participants: 2

Read full topic

Meta annotation sidepost for bots?

0
0

@mofosyne wrote:

I noticed that there are some bots in reddit whose focus is on improving other post via automatically clarifying abbreviations etc…

The problem with such post in discourse, is that it would be too verbose. Reddit has the advantage of subthreading comments, allowing for bot comments to not take too much mental space.

What could help is if we implement the ability to add annotations like shown in stackoverflow, but maybe restricted to bots instead? (But you can arguably allow humans to do so, if we can somehow restrict it to meta commentary. Could help if someone wants to note suggestions on rephrasing sentences for clarity)

Posts: 5

Participants: 4

Read full topic

Curious Question: Group Passwords

Viewing all 60279 articles
Browse latest View live




Latest Images