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

Can't undo TL3 (regular) spam flags on TL0 (new user) people

$
0
0

@DaBeast_45 wrote:

When I see a TL0 person and I spam flag it and try to undo it, it will undo the flag but it is not “unhiding the hidden text”

Posts: 2

Participants: 2

Read full topic


Autoclose not accounting for 'last post' condition

Plugin to store uploads into Azure blob storage

$
0
0

@schungx wrote:

I’m wondering if there is a plugin to save uploaded files into Azure blob storage. Probably not…

If so, any pointers as to what plugin template I can study to write something like this?

Amazon S3 support is baked into the core instead of being a plugin, so I’m not sure if it will be easy to do in a plugin.

Posts: 1

Participants: 1

Read full topic

Can Email-In be used to "ingest" a mailing list?

$
0
0

@Sujan wrote:

I am looking to build a archive for a mailing list. I imagine a thread to become a topic, email addresses being replaced with usernames if a matching account exists.

Can the Email-In feature be used to “ingest” a mailing list this way?

Posts: 3

Participants: 3

Read full topic

Understanding email in functionality

$
0
0

@Neil_Brooks2 wrote:

HI,

I notice that its possible to turn on the facility for people to send an email to a specific email address which in turn will post their reply as a new topic or perhaps a response to a topic.

Does this person need to be an existing registered user for this to happen, or can Discourse be set up to allow anonymous posts by email?

Posts: 9

Participants: 3

Read full topic

Posting via email best practices

$
0
0

@Fsantiago wrote:

Hello discourse community. On my discourse site, in the category about topics, I advertise the posting email address for that category and mention it’s for trusted users above a certain level. I post the address as a png image rather than text to try to avoid spammers skimming it off my site with automated bots.

As I look around other discourse forums, I see no one else advertising post via email addresses. Is this feature typically used only by staff and not advertised?

Am I doing right? Best? Any opinions out there that can be offered to me? Thanks everyone.

Posts: 5

Participants: 3

Read full topic

/images/ folder returns 404 in sub-folder install

$
0
0

@Sil3ntOne wrote:

Hi,

I’m new to Discourse.

I did a docker install on a clean Ubuntu 16.04.
Modified my containers/app.yml to add
DISCOURSE_RELATIVE_URL_ROOT: /forum

and

run:
  - exec: echo "Beginning of custom commands"
  - exec:
      cd: $home
      cmd:
        - mkdir -p public/forum
        - cd public/forum && ln -s ../uploads && ln -s ../backups
  - replace:
     global: true
     filename: /etc/nginx/conf.d/discourse.conf
     from: proxy_pass http://discourse;
     to: |
        rewrite ^/(.*)$ /forum/$1 break;
        proxy_pass http://discourse;
  - replace:
     filename: /etc/nginx/conf.d/discourse.conf
     from: etag off;
     to: |
        etag off;
        location /forum {
           rewrite ^/forum/?(.*)$ /$1;
        }
  ## If you want to set the 'From' email address for your first registration, uncomment and change:
  ## After getting the first signup email, re-comment the line. It only needs to run once.
  #- exec: rails r "SiteSetting.notification_email='info@unconfigured.discourse.org'"
  - exec: echo "End of custom commands"

And then rebuilt it using ./launcher rebuild app
Some of the images still return a 404 after that.
Example.
https://example.com/images/emoji/twitter/wrench.png?v=5
https://example.com/images/emoji/twitter/hatching_chick.png?v=5

I’m using Nginx as a reverse proxy to serve locations starting with /forum
But since Discourse itself is linking to /images/... instead of /forum/images/... I’m a bit lost.

Can someone please help?

Posts: 1

Participants: 1

Read full topic

How do I link to a Category from a topic?

$
0
0

@Matt_Cleghorn wrote:

I’d like to reference a category inside a topic is there a way to do that? We’d like to be able to cross link between topics and categories.

Thanks

Posts: 3

Participants: 2

Read full topic


Creating alternate user directory

$
0
0

@DMRF wrote:

Hello,

I’m curious if anyone has advice on how to achieve an alternate user directory.

Purpose

I’m aware of the /users functionality, but we’re looking for the ability to sort by a variety of variables, including group affiliation. Instead of navigating to the individual pages for each group and viewing there, we were thinking of exporting the user data and creating a spreadsheet that we’d make available.

This seems a little clunky to me. Has anyone else done something similar?

Posts: 1

Participants: 1

Read full topic

Profile Icons Issue

$
0
0

@RobMeade wrote:

Hi,

We have today started using the Voting plugin on our hosted Discourse installation.

I had a quick go, voting on a topic, and then removed by vote, I noticed that when you hover over the count, the profile icons do not reflect the most recent change.

Steps to Reproduce

  • Create a topic in a Category with Voting enable

  • Click on the Vote link next to the topic title - the vote count is increased / the text states “Voted”
    image

    image

  • Hover over the total vote count - your profile icon doesn’t appear
    image

The same issue applies when removing your cast vote, but the other way around, your profile icon remains after the count has decreased.

A reload of the page renders the information correctly, it’s just the realtime update that doesn’t change the profile icons.

Posts: 1

Participants: 1

Read full topic

Trying to do a disqus import, says category not found

$
0
0

@Quintin_Par wrote:

Trying to do the disqus import

discourse@s-app:/var/www/discourse$ RAILS_ENV=production ruby script/import_scripts/disqus.rb --file=/tmp/disqus.xml --dry_run --post-as=system
Category Front page not found

I understand this comes from the section

class ImportScripts::Disqus < ImportScripts::Base
  #CHANGE THESE BEFORE RUNNING THE IMPORTER
  IMPORT_FILE = File.expand_path("/tmp/disqus.xml")
  IMPORT_CATEGORY = "Front page"

Question:

Which category is this referring to and how do I set it?

Posts: 1

Participants: 1

Read full topic

[Feature Request] Auto-Close Topic

$
0
0

@RobMeade wrote:

Hi,

Based on how the users are given a number of votes which, until a topic is closed/archived they do not get back (unless they remove their cast vote themselves), I was thinking how perhaps having an additional option in the Topic Admin Actions could be beneficial.

There is already functionality to auto-close a topic for a specific date, in our specific case we might like to auto-close a topic when it reached a specific number of votes. This would then also return the user’s vote to them for use on a subsequent topic, just as closing/archiving a topic does.

image

image

image

Just a thought… might be useful, would be to us…

Posts: 1

Participants: 1

Read full topic

Importing from disqus, hit with undefined method ‘topic’

$
0
0

@Quintin_Par wrote:

Trying to do an import

discourse@ss-app:/var/www/discourse$ RAILS_ENV=production ruby script/import_scripts/disqus.rb --file=/tmp/disqus.xml --dry_run --post-as=system

I am hit with

Creating test 2... (0 posts)
script/import_scripts/disqus.rb:76:in `block in import_topics_and_posts': undefined method `topic' for nil:NilClass (NoMethodError)
        from script/import_scripts/disqus.rb:62:in `each'
        from script/import_scripts/disqus.rb:62:in `import_topics_and_posts'
        from script/import_scripts/disqus.rb:30:in `execute'
        from /var/www/discourse/script/import_scripts/base.rb:45:in `perform'
        from script/import_scripts/disqus.rb:228:in `<main>'

How do I fix this?

Posts: 2

Participants: 2

Read full topic

Test environment domain

$
0
0

@communitygal wrote:

Hi all,
It’s time for me to set up my subscription. This instance I’ll be setting up is going to be for our test environment.
I know I need to point it to a domain we own, but I don’t want it to be searchable or crawled.

Would you recommend we buy a random domain for our test instance? We bought many domains but we don’t want them to come up in search.

Thanks,
Emma

Posts: 3

Participants: 2

Read full topic

How to Jquery calling on page load?

$
0
0

@kurosaki wrote:

First I’m sorry I did not speak English well.

<script type="text/discourse-plugin" version="0.4">
api.onPageChange((url, title) => {
$('.cooked').each(function(){
    var $this = $(this);
    var t = $this.text();
    $this.html(t.replace(/\&lt\;img\ssrc=\"(.+?)\"\/\&gt\;/igm, "<img src=\"$1\""));
});
});
</script>

html tag issue, I could not get a tumbler image,
I’m trying to modify the html tag(&lt; -> “<”) with a regular expression.
When I use the above code, jquery is not loaded at first.
But when i refresh the page, the image is displayed normally.

Why can not load jquery right away??
How do I modify the code?
plz help me!

Posts: 1

Participants: 1

Read full topic


User selectable home page issue

$
0
0

@Trash wrote:

After selecting a new homepage from your profile, visiting the profile again, the box remains blank and does not show the selected choice

In this case I’ve selected “categories” but I do not see it.

Posts: 1

Participants: 1

Read full topic

Stuck @ CHOWN for /var/www/discourse

$
0
0

@pinkphoenix wrote:

Hey All

I’ve run through the installation process multiple times now. Unfortunately, each time the entire process comes to a complete halt at

cd /var/www/discourse && chown -R discourse /var/www/discourse

I’ve tried to create the folder myself, since it didn’t even exist, but it doesn’t seem to have any impact. I’ve rebooted multiple times as well. I’m at a loss here.

Posts: 4

Participants: 2

Read full topic

Styling Seems to be Missing After Installation

Importing comments, posts are not getting inserted. Says user not present but the user is present

$
0
0

@Quintin_Par wrote:

So I am trying to import a disqus commenting system

All of the topics get created but the corresponding comments are not. So I started digging around realized the user object for the corresponding comment/post is not shown as “present” even though I can browse them from the forum.

The code in question is this

Before the import process started, I had disabled all outgoing emails. The script then created all these users (which I can verify)

But
post_user.present?
returns empty

Is this because the users are not active yet?

If yes, can I manually activate these users because they are part of an import and were already “active”

Posts: 1

Participants: 1

Read full topic

User preference for default home page

Viewing all 60678 articles
Browse latest View live




Latest Images