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

Install error, stuck pulling fs layer

$
0
0

@irondev wrote:

For some reason my discourse is stuck pulling fs layer. I've been waiting here for a very long time, unfortunately it is just stuck. I've tried restarting it and it gets stuck at the same part.

I'm using postfix as my email server with smtp 127.0.0.1
un: postfix
and no password, (default postfix installation)
Also I changed the installer to listen to port 25564 and 25564 in the app.yml. Since I'm running this alongside an apache web server.
Is that possibly what can be causing the problem?
I'm trying to download it before creating a proxy and then I was going to point the proxy there once it is downloaded and I can test/configure it.

Posts: 2

Participants: 2

Read full topic


Group name can't have DOT inside

$
0
0

@adopilot wrote:

When admin creating user group there only note
No spaces, same as username rule

This filed allow admin to create group name whit dot inside name.

Group whit name whit dot inside hitting 404 when try to get members.

If dot is not permitted in group name We shod stop admin of creating group with DOT inside name.

If dots can be inside group names then ther is BUG getting user members for group whit DOT in name

Here I created usergroup named 101.test


After selecting that group here google chonsole results

Posts: 3

Participants: 3

Read full topic

Making discourseEmbedURL match expected topic requirements

$
0
0

@Jeff_Doran wrote:

I'm trying to utilize discourse in order to provide embedded discussions for an existing web site. The urls of the existing site are not fliexible and I'm trying to work around restrictions on discourse for topic length. For testing I have the following web page at 'http://localhost:6543/cases/88'. I'm using a hosted site and have correctly setup the DNS alias to redirect back to the discourse subdomain. I've added 'localhost:6543' to my discourse site with a default category( which already exists) and am using the following javascript in my html page:

 <script type="text/javascript">
     $(function()
     {
         var DiscourseEmbed = { discourseUrl: 'http://citadel-discussion.lexmachina.com/',
                           discourseEmbedUrl: 'http://localhost:6543/cases/88' };
         var d = document.createElement('script');
         d.type = 'text/javascript';
         d.async = true;
         d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
         (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
     });
   </script>

The response I get from discourse is

404 Not Found

The resource could not be found.

/cases/undefinedembed/comments

My assumption here is that the url components are not adequate for a new topic. Since I can't create any topic with the disourse admin UI that is under a certainly length.

How might I utilize this url to automatically create topics in discourse?
Must the url string in discourseEmbedUrl match the actual url of the page?

Thanks for your help.

  • Jeff

Posts: 3

Participants: 2

Read full topic

Creating system like bots without email address

$
0
0

@vinothkannans wrote:

I like to create few bot accounts without email address like @system (it have noemail as it's email address).

Or is there any existing option to achieve this?

Posts: 4

Participants: 4

Read full topic

Need examples of some tag-related phrases for translation

$
0
0

@meglio wrote:

Please may someone provide a few examples for the following translation keys:

  • js.tagging.filters.without_category

%{filter} %{tag} topics

  • js.tagging.filters.with_category

%{filter} %{tag} topics in %{category}

  • js.tagging.filters.untagged_without_category

%{filter} untagged topics

Posts: 1

Participants: 1

Read full topic

"There are no more posted topics" - when is it used and what is the exact meaning?

$
0
0

@meglio wrote:

Please explain the meaning and usage of the following text:

There are no more posted topics

Translation key: js.tagging.topics.bottom.posted

Posts: 1

Participants: 1

Read full topic

Filter topics by tag in common with "top", "read", "bookmarks" and "posted" filters

$
0
0

@pyaterok wrote:

Hello dear creators of and users of this beautiful discussion platform!

I found that it's not possible to filter topics by tag in "top", "read", "bookmarks" and "posted" sections - server return 500 error, and 404 for "top" (for example https://meta.discourse.org/tags/docker/l/read), but for "latest", "new" and "unread" all is ok.

Guess that in file https://github.com/discourse/discourse/blob/master/lib/topic_query.rb must be defined "*_results" blocks for this unsupported filters (i'm absolutely zero in ruby on rails, don't know it, so hope that the specialists will help resolve this issue).

Thank you very much!

P.S. Sorry for my English..

Posts: 2

Participants: 2

Read full topic

Topics appear as having unread posts if more than one of the latest posts are moved elsewhere

$
0
0

@ljpp wrote:

Not sure if this is a separate error, or related to various time-stamp/chronology discussions regarding Topics which have had messages moved. Anyway, the repro pattern is super easy.

Move two or more of the latest posts from a topic to another.

Visual evidence follows. Here we have a test thread on our site, where I moved some messages elsewhere:

After the move, the thread is highlighted in the category list view, as it would have unread posts. Re-reading the topic all the way to the bottom does not fix this.

Interestingly, this bug is not reproduced if you only move the one last post. Unfortunately we do quite a bit of moving posts around, so this is an annoyance. We are running Discourse on the latest stable version 1.6.1.

Posts: 1

Participants: 1

Read full topic


Show who's the topic's author, optional, per-category, with custom title

$
0
0

@meglio wrote:

I have a category where goat-farmers create their personal pages (= topics) about their farms. Those topics quickly become 300+ messages and engage comparatively many participants.

For this category only, I'd like to specify a "topic owner title" that would appear next to their nickname.

It is important that the title is customizable and activable individually per category. Fot instance, I eould only use this feature with a few catefories, and make a different topic author title in each of the categories.

Pther examples:

  • question author
  • tutorial author
  • poll author
  • wikipage moderator (so called moderator, actually the owner of a huge wiki-page)
  • review author
  • farm owner
  • car seller
  • organization representative

An optional (and separate) setting might be a checkbox saying "highlight topic author", which would also highlight author's avatar in some way.

Posts: 1

Participants: 1

Read full topic

Discourse v1.7.0.beta2 +5: bug in user cards

$
0
0

@Andy_GER wrote:

Hi,

after upgrading to "v1.7.0.beta2 +5" there seems to be a bug in the user cards.
This problem also occurs in another forum (http://forums.proletariat.com), so it is not only a problem with my forum / setup :wink:

Greetz
Andy

Posts: 3

Participants: 2

Read full topic

Rewrite in Elm?

$
0
0

@DevinRhode2 wrote:

Curious to hear the community's thoughts on Elm: http://elm-lang.org

I'm already well versed in Ember and am looking for a useful Ember app to try and rewrite in Elm as a way to learn Elm. Discourse is a very advanced Ember app, and I'm sure there's plenty of things that we could all learn from attempting to rewrite the project in elm. But who out there would seriously consider using it instead of the main Ember Discourse?

I'm sure as things were learned during this rewrite, there's lower level components that would need to be rebuilt in Elm. I'm sure this could take quite a while. I think it'd be worth it, but discourse might simply be too big of an app. It might be better to do it with something smaller and simpler, like hospitalrun.io.

Posts: 12

Participants: 6

Read full topic

[PAID] Migrate my baby bbPress forum to Discourse

$
0
0

@Bernstein wrote:

I have a bbPress forum I just started (less than a dozen topics and under 20 users) that I'd like to move over to my fresh Discourse install. I plan on using an SSO plugin to connect my WP site, I'm not sure whether that means the users need to be migrated over or not. I just want the transition to be seamless. So everyone's posts are waiting for them in Discourse.

I'd like to have it done before next week if possible. My community is just starting up (three weeks old) and I'd like to get them over here as soon as possible.

My budget is $200.

Posts: 2

Participants: 2

Read full topic

Invisible timeline elements are still clickable

$
0
0

@elijah wrote:

Continuing the discussion from Invisible timeline buttons are still clickable:

When you start composing a reply to a message, the timeline is hidden and replaced with the older navigation box. However the timeline is still clickable, and I find myself clicking there (as "blank inactive space") to shift cursor control back to the topic sometimes. And then I end up teleporting wildly back in topic history.

Posts: 2

Participants: 2

Read full topic

Timeline doesn't always hide while composing a post

$
0
0

@elijah wrote:

Method to reproduce here:

Start composing a post, new topic or reply.

Navigate to a different topic.

TIMELINE! Here's the screen shot of creating this:

(I made a new topic for this other timeline bug as it seems like it will be a different code path and fix.)

Posts: 1

Participants: 1

Read full topic

Why doesn't Tweet unicode show in my browser?

$
0
0

@lrossouw wrote:

This just popped into my feed in twitter (retweeded by codinghorror I believe). Not sure if it should be better displayed on discourse?

This is how it should look:

Posts: 4

Participants: 2

Read full topic


A text like «Tags: #» is shown on a tagged topic page, when JavaScript is disabled

Bulk user invites - instant acceptances

$
0
0

@gavinharriss wrote:

I've just sent out about 2,000 invites for users that had registered with my old forum. Process seems to work well.

However... I'm noticing a lot of instant invitation acceptances. Do some email providers crawl links in emails looking for potential threats, spam, etc.? If so, this seems to remove some of the usefulness of the feature.

Anyone have any observations about this? I guess people could be clicking links as alerts pop up on phones, but I'm feeling the response rate is just too good.

Posts: 4

Participants: 3

Read full topic

Missing post_count value

$
0
0

@Silvanus wrote:

After the latest update, my discourse install has suddenly lost the ability to count the messages of writers in a thread. I mean the number of messages you get when you click the profile open while in a thread.

The same problem applies to flagging > private message. It says (in Finnish): "vielä [missing {{n}} value]..." (still N to write...)

At least these two are not working. I have no idea how to fix. Let me know what data you need...

Posts: 3

Participants: 2

Read full topic

Trial Ending - installing from back-up

$
0
0

@Scott_Salter wrote:

Hi,

We are currently trialling Discourse and will be looking to fully move our forum to Discourse very soon.

With our trial ending, is it possible to export that and then import it to our new Discourse instance?

I've got the forum looking exactly how we want it, so it would be ideal if we could do so.

If I create a backup in admin > backups, and then upload this file to the same page once we are up and running, will this solve that?

Thanks

Posts: 3

Participants: 3

Read full topic

Categories view does not keep vertical scroll position

$
0
0

@ljpp wrote:

The vertical scroll position of the Categories view is lost when a user enters a topic and then hits the back button of the browser. In topic list views it works as expected.

Repro steps:

  • Go to Categories
  • Scroll down and click on a topic title in Releases category
  • Press the browser back button

--> The top of the Category listing is shown, not the Releases category you just scrolled to.

Posts: 6

Participants: 4

Read full topic

Viewing all 60739 articles
Browse latest View live




Latest Images