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

External images crawling broken

$
0
0

@mbajur wrote:

Hello!

I have set up an external-image scrapping for my discourse and have read few posts here about it and, in my opinion, everything should be working just fine. My setup is:

image

But, for some reason, a post with, for example, this image (i’m not linkink as i did here, i’m just pasting the raw image url in post body, so do my users in their posts) is not getting cooked properly - image is still linked to facebook CDN after 30 minutes since i posted the post. The same happens for any external image linked on my forum.

Have you guys any idea on what am i doing wrong? Is there any way to debug this somehow?

Posts: 7

Participants: 4

Read full topic


Users can create topics exceeding max topics per day

$
0
0

@Yoan wrote:

Hi!

I need some help, so I’ve set max topics per day as 20 topics, but there’s still some users who are able to post hundreds of topics per day.
How is that possible?

Posts: 2

Participants: 2

Read full topic

Can't send POST request return ["BAD CSRF"]", status: 403

$
0
0

@Andrey_Veryovkin wrote:

Make POST request to create new post in topic

sendPostMessage(message: Message, user: User): Observable<Message> {
        let headers = new Headers({
          'Content-Type': 'multipart/form-data',
          'Access-Control-Allow-Credentials': 'true',
          'Access-Control-Allow-Origin': '*',
          'cache-control': 'no-cache',
          'Access-Control-Allow-Methods': 'POST, OPTIONS',
        });
        let messageBody = {
          topic_id: message.topic_id,
          raw: message.raw,
          api_key: user.api_key,
          api_username: user.api_username
        }
        let options = new RequestOptions({ headers });
        return this.http.post('http://dogwelder.pocketgems.com/posts' , messageBody, options)
            .map(this.extractData)
            .catch(this.handleErrorObservable);

    }

Posts: 1

Participants: 1

Read full topic

Ads within "latest" section?

$
0
0

@Ham wrote:

What Im looking for is how facebook ads or tapatalk or reddit mobile ads work. Say every 5th post is an add. It could be a banner or a pinned ordered topic that could not be removed by the user?

So say the feed will keep moving but the 5th, 10th, 15th item would always be a set post or ad. Is that possible to be made with an plugin or no?

Posts: 6

Participants: 2

Read full topic

Not allowed email message is not shown

$
0
0

@hnaseri wrote:

I have white listed some email domains for my forum. Previously the user.email.not_allowed message would be shown to users when they input an email outside the white list. And I have customized this message for my own purpose. However currently a message as simple and vague as “invalid” is shown to these kind of users. It is confusing them and they don’t understand what is actually invalid in their inputs.

Please fix this issue.

Posts: 2

Participants: 2

Read full topic

Can I Install discourse in local area network and use it for my college?

How to check all the posts of a user from day 1?

Integrating Discourse and Stackoverflow?

$
0
0

@rolandbenedetti wrote:

Hi,
We are considering using Discourse for our open source developer community, to facilitate discussion.
Another option considered, and seen by some as the preferred option, is to simply rely on Questions on StackOverflow, and drive our community there.

I am wondering if there are ways to integrate both, to somehow let both doors open. For instance, triggering automatically a discussion in Discourse when a new question is posted in SO about our technology.

Any body has achieve some sort of integration between Discoure and StackOverflow?

Thanks,
Roland

Posts: 1

Participants: 1

Read full topic


Is there any way to full copy materials To Discourse?

$
0
0

@xiasummer wrote:

You see, sometimes I read a good article on the web and I want to copy part of that article( No need to be full article ) but common copy only get the content(without pictures, but no format or style of such content)

Is there a good way to copy and paste the material to Discourse?

Posts: 1

Participants: 1

Read full topic

Modifying/using highlight.js

$
0
0

@Bas wrote:

Heya,

I’m trying to get the following plugin for Highlight.js to work.

Problem is that I don’t seem to have access to the hljs object and I am at a total loss as to how Discourse includes the Highlight.js code and styling.
Can anyone give me some pointers?

Posts: 1

Participants: 1

Read full topic

Maintaining aspect ratio on uploaded image lightbox thumbnails?

$
0
0

@clay wrote:

We’re having an issue where screenshots from iOS devices embed into a lightbox with appropriate thumbnail dimensions but screenshots from Android devices don’t. I’m wondering if there’s a way to get the Android screenshots to embed appropriately.

For example, here is a screenshot from an iPhone 6s:

and here is one from a Samsung Galaxy 8:

I’m guessing the metadata in the Android image is causing a problem? Is this a bug?

Posts: 1

Participants: 1

Read full topic

Getting 500 errors when writing to the database (post, reply, heart, etc)

$
0
0

@ossia wrote:

We’re getting 500s every time we try to write to the database (post, reply, heart, etc).

We haven’t had a new post in more than an hour (usually during this time, there would be a post every 5 - 10 minutes) so it looks like this started about an hour ago. Could anyone help us diagnose this real quick?

Posts: 10

Participants: 5

Read full topic

Logging sometimes reports wrong database in multisite

$
0
0

@michaeld wrote:

I was investigating an issue and it seems like the lines in production.log sometimes report the wrong database.

I’ve seen this a few times before, so this is not a single incident. Here’s a good and clear example where you can see that the third line has been logged as belonging to database db3785 where it obviously is about the same request as the fourth line, which is logged as belonging to db9210.

I was unable to pinpoint the responsible code, it might be deep inside Rails, and this is probably a race condition.

v1.8.x on Unicorn.

No, we’re not using Docker, no, I don’t think that matters here, and no, I don’t expect a quick solution.
Just letting you guys know what we are seeing :slight_smile:

Posts: 3

Participants: 3

Read full topic

Unable to restore from a backup

$
0
0

@tbryan wrote:

Existing system: v1.9.0.beta7 +131
New System: v1.9.0.beta7 +155

I’m unable to restore a fresh backup of the existing system to the new system, and get the following error in the restore log.

[2017-08-30 01:03:25] EXCEPTION: ERROR: cannot drop function raise_users_email_readonly() because other objects depend on it
DETAIL: trigger users_email_readonly on table backup.users depends on function raise_users_email_readonly()
HINT: Use DROP … CASCADE to drop the dependent objects too.

Posts: 5

Participants: 3

Read full topic

Instagram oneboxing

$
0
0

@rizka wrote:

Continuing the discussion from Onebox Twitter embedding:

There is an issue with Instagram embedding for which there is no topic to my surprise. I only found this comment by @Apreche written in January. This is actually causing quite a lot of confusion among users. They post an URL to its own line but instead of a link, they see an image in their post. Is there any way to improve this behaviour?

Posts: 5

Participants: 3

Read full topic


Add custom icons to Hamburger menu

$
0
0

@ThePassenger wrote:

Hi there.

Is it possible to add custom icons to the hamburguer menu? I would like to use font awesome not only for admin, flags but also for latest, new,etc.

40

is that possible? if so, where it might be edited?

Thanks!

Posts: 5

Participants: 2

Read full topic

Custom emoji not working within solution text

Not working in latest ver -- I can set the option to show answers, but that's it

Insecure XMLHttpRequest endpoint /badges

Support smileys and Markdown in Sticky preview

Viewing all 60642 articles
Browse latest View live




Latest Images