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

Learn how to build Discourse plugins by helping me

$
0
0

@angus wrote:

If anyone wants to learn more about building Discourse plugins or just about Ruby on Rails and Ember.js, here’s a standing offer.

I can train you, providing detailed personal direction on

  • how to code;
  • how Discourse works;
  • how to think about your users; and
  • how to think about product design

in exchange for you working on tasks on the current task list for any of my plugins.

Why pay $5k for a General Assembly course when you can get personal coaching for free, and get the chance to work on code actually being used in real-life production environments? :slight_smile:

For example you could tackle any of the items on the continually growing list for the Events Plugin. If you want to tackle one of my plugins that I haven’t defined a tasklist for yet, just tell me (I will be going through each plugin and defining a list of to dos soon).

To qualify for this offer, there are two simple requirements:

  • You need a minimum level of proficiency with Rails and Javascript. Specifically you need to have read and (mostly) understood “the basics” I laid out here. I will give you a little test when we start to check this threshold is met.

  • You need to commit to it for at least a few hours per week, for at least 4 months.

I’m offering 2 ‘places’ in this ‘mentoring’ program to start. If I receive more than 2 expressions of interest (assuming I receive any :slight_smile: ), I’ll select the 2 I think best fulfil the above two requirements and are the keenest.

This offer would work well for anyone relatively new to web development, or if you want to learn more about Discourse itself, with a view to building plugins of your own. A big benefit of learning how to code, or about Discourse, in this way is that you’ll be contributing to open source projects used by a wide variety of users.

I been working with @Sudaraka in this fashion for the past few months on a new User Map feature for the Locations Plugin, and it’s gone well (@Sudaraka if you have anything you want to add about the experience please feel free). Version 1 of the feature is complete and merged into master and we’re currently testing it with @yanokwa, @lognaturel and @erlend_sh. This experience has shown that ‘remote mentoring’ of this sort can work well.

The reason I’m offering this is simple. I have a number of plugins I want to keep improving and strengthening (really need to write some more tests!). Keeping this up over the long term is not realistic. I can do it for some time to come, but not forever. Teaching takes time as well, but it is more sustainable over the longer term.

Just to be super clear, there is no money involved in this in any way. It’s a simple exchange of my time for your learning. There is also no expectation that you will continue to work on any of my plugins once you feel you’ve learn’t enough.

If you’re interested you can respond here or pm me.

Posts: 2

Participants: 2

Read full topic


Learn how to work with Discourse by helping me

$
0
0

@angus wrote:

If anyone wants to learn more about building Discourse plugins or just about Ruby on Rails and Ember.js, here’s a standing offer.

I can train you, providing detailed personal direction on

  • how to code;
  • how Discourse works;
  • how to think about your users; and
  • how to think about product design

in exchange for you working on tasks on the current task list for any of my plugins.

There’s more detail on the offer in here (please respond in the topic in #dev).

Posts: 1

Participants: 1

Read full topic

Replying on the same page

$
0
0

@Mahmoudaljabour wrote:

After replying on a topic for too long, are replies are set on the same page, is there a way or an option that would allow several pages.

Posts: 5

Participants: 3

Read full topic

Embeding full topic in others sites

$
0
0

@adopilot wrote:

I am trying to show specific topic(s) from my discourse in other web page.

I did set discource embedding between my site and my discource.

When js executes

 DiscourseEmbed = {
                    discourseUrl: 'http://forum.my.com/',
                    topicId: 388665
                };

            (function () {
                    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);
                })();

I do get iframe loaded without problems and I see content of my discourse embedded regulary.

Only problem is that I do not get first POST of topic displayed.

Is there a way to push discource to rerun first post to embed among whit outers ?
Is there a way to some how in different way embed discource topic on 3th site ?

Posts: 1

Participants: 1

Read full topic

Send request to admin instead of owners

$
0
0

@Francois_Douville wrote:

I am not a member of the group and there is no owner right now. Would it be possible to add a feature that send the request to me (admin) instead of owners?

Thanks

Posts: 5

Participants: 2

Read full topic

Chrome stable required?

$
0
0

@robl wrote:

I have downloaded several Chrome stable releases but still get the same error.

Is a Google account required to use the Discourse app?

Or can anyone provide a non-googleplay link to a chrome release that will work?

Posts: 5

Participants: 2

Read full topic

How can users see new signups?

$
0
0

@bartv wrote:

Some people in my community would like to personally welcome new members. I’m aware there’s an admin screen with this information, but is there also a way for regular users to see new signups?

Posts: 3

Participants: 2

Read full topic

Advanced search for a subcategory


Display names in preferences

$
0
0

@RBrown wrote:

Hello!

I hope everyone is enjoying the lovely weather (in London that is!).

Also, is it possible for forum members to change their display name or is the admin the only one authorised to do this? A couple of my members have asked how to do this and upon giving them instructions, they’ve all said that there is no option to edit their display name in the ‘preferences’ section.

Thanks in advance for the help!

Best,
RB

Posts: 6

Participants: 2

Read full topic

Use Postfix as Local SMTP Mac OS X to use the Discourse

$
0
0

@Raha_Soleymanzadeh wrote:

How can I Use Postfix as Local SMTP Mac OS X to use the Discourse One-Click Application on DigitalOcean?
If it’s possible would you please help me how can I do that?

Posts: 1

Participants: 1

Read full topic

Only admin account went 'approval pending' overnight

$
0
0

@Stephen wrote:

Scratching my head on this one.

Overnight another staff member received an email telling them that there was a user to approve on one of our closed invite-only instances. The user account in question was mine, the only admin account on the instance.

v2.0.0.beta9 +51

Would the actions which led up to this have been logged anywhere? How can an admin user lose approval like that?

Posts: 9

Participants: 3

Read full topic

Customizing the "Embedding" Behavior by Disabling Show Full Post?

$
0
0

@kirupa wrote:

Hi everyone,
I use the Embedding functionality to have discourse topics appear as comments on a static, non-discourse page. The problem is this. When I post a new article, the corresponding topic on discourse gets created as well. This corresponding topic is a full scrape of the original article. Here is an example: Answers + Discussion: Dynamically Create and Populate List Items - programming - kirupaForum (If you click on Show Full Post, the full contents of the article get displayed.)

Is there a way to disable Show Full Post? I’d rather just have a simple link to the original article instead.

Thanks,
Kirupa

Posts: 1

Participants: 1

Read full topic

Is it possible to re-order the topic list columns (Front Page)?

$
0
0

@ibee wrote:

Hello,

Is there any way to reorder columns as shown in the screenshot below?

Note: I switched the order of elements (users first instead of topics) on my browser and changed a few properties on Mozilla’s installation to get the above.

Why:
It always feels weird (to me) whenever I have to look to the far left to read a list of items on websites. I find content that’s a bit centered easier to digest but that could be a weird personal quirk.

I would appreciate pointers on the best way to go about it;

  • Is there a way to do it from discourse settings?

  • changing the order directly from discourse source code?

  • Develop a new front page design entirely (a la wordpress themes)?

  • CSS only?

  • ???

Posts: 3

Participants: 2

Read full topic

SSO for some but not for everybody?

$
0
0

@rlaliberty wrote:

Is there any way that we can have SSO for the majority of our users but still allow users who aren’t registered on our main site to create accounts just for the Community? My apologies if there’s an obvious answer here.

Posts: 5

Participants: 3

Read full topic

Recent Odd Behavior with Tag Visibility to Users

$
0
0

@ArMK wrote:

I have recently noticed this weird tagging behavior, so not sure if it’s to do with the latest updates:
I have tags enabled on my forum, and organized by tag groups. However, the tags are only visible to staff, whereas it used to not be so. Here are my settings:

Tags: enabled
Tag Style: bullets
Minimum Trust to Create Tag: 4
Minimum Trust to Tag Topic: 0

I have created multiple Tag Groups, with the following settings for each group:

What’s odd now, is that when I check mark “Tags are visible to everyone, but only staff can use them”, then the tags become visible to users. But when check mark “Tags can be used by everyone”, then they become invisible. Am I missing something here? Like I said, I never had this issue before!

Thanks.

Posts: 2

Participants: 2

Read full topic


How Are you Leveraging Sponsored categories On Your Discourse Community?

$
0
0

@SouperC wrote:

We have at least two parties that wish to sponsor categories on our forums. Wonder if anyone has done similar, and what did you offer.

For us I’m thinking:

  • Facebook post\social posts
  • Global Announcement\banner topic for a period of time
  • Rename category as “Category … w/” or "Category Presented by sponsor)
  • Pinned post In the Category

Wondering what the people smarter than me are doing :smiley:

Posts: 2

Participants: 2

Read full topic

Upstream sent invalid chunked response

$
0
0

@pfaffman wrote:

I’m working on a new configuration wth HAProxy. I’ve got two backend servers connecting to a shared database. It is working mostly, but

I’ve got a fairly standard two-container install with Let’s Encrypt and am getting a bunch of errors like these below. (I found the same errors on the old server before the move, so it’s not HAproxy’s fault.)

2018/05/09 22:02:42 [error] 54#54: *94048 upstream sent invalid chunked response while reading upstream, client: 172.17.0.1, server: _, request: "POST /message-bus/aad5a2558100488d8b5224542d7a7ae1/poll HTTP/1.1", upstream: "http://127.0.0.1:3000/message-bus/aad5a2558100488d8b5224542d7a7ae1/poll", host: "www.example.com", referrer: "https://www.example.com/t/doggo/194490"

I found tomcat - NGINX Error: upstream sent invalid chunked response while reading upstream - Stack Overflow saying that it the solution was to get NGINX to proxy_http_version.;, but that’s in discourse.conf.

Posts: 11

Participants: 5

Read full topic

Feature Request: Automatically Lock Post Editing

$
0
0

@jacobswan wrote:

The original release thread: Locking Posts (preventing users from undoing staff edits)

I’ve searched through meta.discourse to see if there was such a requested mentioned, but I could not find it. Just like automatically locking threads after a certain time under category settings, I’d like to request the same feature, except for locking post edits. In my forums itself, I have certain categories that demand that no post can be edited without a moderator approval. This is regarding a roleplaying group where certain regulations have been placed by users and should not be able to be changed overtime.

Posts: 2

Participants: 2

Read full topic

Search Icon can appear outside drop-downs

$
0
0

@sarahann wrote:

Repro Steps:

  1. go to https://meta.discourse.org/c/feature ( I have the “material design theme” enabled)
  2. click the ‘all tags’ button
    2a. toggle the button multiple times
    Notice the search icon fly in from the side
  3. click on the search icon
    Notice the search icon has now moved off the menu

This bug isn’t just for the tags menu. I noticed it in my own discourse in the drop-down in a custom made group. I’m assuming the issue is either the drop-down component or the search icon itself.

Expected Behavior:
The icon stays inside the dropdown at all times.

Posts: 3

Participants: 2

Read full topic

Request for help on finding a user's full name in a theme component context

$
0
0

@tshenry wrote:

I’m trying to inject a user’s full name into the featured topic handlebars template. I have no problem getting a test value into the template, but I cannot seem to get the value I want. In the code below, I would ideally return realname with the user’s full name as the value in place of “Test”:

<script type="text/discourse-plugin" version="0.8">
    var FeaturedTopicView = require('discourse/components/featured-topic').default;
    FeaturedTopicView.reopen({
        fullName: function() {
            // Get the username of the last poster
            let username = this.topic.last_poster.username;

            // Try to get the full name of the user with the username we established above
            let realname = Discourse.User.findByUsername(username).then(function(result) {
                               return result.name;
                           }).then(function(result) {
                               // This gives us the real names! But it's inaccessible outside of here
                               console.log(result);
                           });
            
            return "Test";
        }.property()
    });
</script>

The user I’m interested in is the last poster, so in this case it seems like all I have to work with is this.topic.last_poster. This has three values tied to it: username, id, and avatar_template. Unfortunately what I really need is name.

I was hoping there was something to allow me to look up a user’s full name using id or username. I’m not extremely familiar with the concept of promises and how to use them, but I sort of proved out a concept using Discourse.User.findByUsername(username). I can successfully console.log the full names I need, but they seem to be trapped in that scope.

I could be going about this all wrong, but this was my best effort based on my current knowledge.

Any help or suggestions would be greatly appreciated! Please let me know if I need to clarify anything either.

Posts: 1

Participants: 1

Read full topic

Viewing all 60642 articles
Browse latest View live




Latest Images