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

Please provide some way to inject ads in the post

0
0

7 posts

Akshar Prabhudesai (akshar) wrote:

Since a lot of popular forums out there use ads to make money, it will be good if Discourse provides some way to display ads such as good adsense in the posts.

The current methods are very cumbersome.


Multisite Clockwork Tasks?

0
0

3 posts

thepractice wrote:

My understanding is that Clockwork performs chronological automated tasks such as emailing inactive users weekly about recent forum activity.

I recently got a production environment running using official ubuntu install instructions. Everything works fine, the admin dashboard says I'm up to date with no problems, and the Clockwork tasks are working- every day/week/month, inactive users get emails about recent forum activity.

Then I set up a second forum using the multisite capabilities (see instructions here: http://meta.discourse.org/t/multisite-setup-instructions/4874). The dashboard for this forum says everything is fine, but the Clockwork tasks (periodic emails to inactive users) do not appear to be working.

This problem may be related to this thread: http://meta.discourse.org/t/clockwork-is-not-running/7352

Is getting the Clockwork tasks (e.g. periodic emails to inactive users) working on multisites something relatively easy to do? Is it possible at this point?

Thanks.

Create Account dialog has an ambiguous layout

0
0

9 posts

Ben Lubar (ben_lubar) wrote:

It's hard to tell at first glance whether the descriptions go with the input above or below them. Also, the first description references the third description but calls it "name", which is the label of the first input, not the third.

Sender Email Subdomain Setting

0
0

4 posts

Gauri Singh (Gauri_Singh) wrote:

Hi,

I am changing notification sender email in discourse with alert@mail.xyz.com but mails coming from alert@xyz.com. Why sub domain not working ?

Categories no longer showing counts - a bug?

0
0

35 posts

Nicholas Smith (Nicholas) wrote:

The "New" category tab isn't showing a count, but when I click on "New" I see there are topics listed. Is this a bug?

Regression: titles can not be assigned to non-moderators

0
0

3 posts

Sam Saffron (sam) wrote:

Client side bug, it is passing title: null when attempting to change a non-moderator title.

Is is possible to reverse the conversational flow of a topic?

0
0

9 posts

To The Tick Llc (tothetick) wrote:

Right now new posts appear at the end of the topic thread. I wonder if its possible to reverse that flow and have new posts appear at the top. this would be great for us.

Has anyone done this and know what is involved?

Can I assign an icon or change the color of a specific group?

0
0

6 posts

Kenneth Lowrey (Kenneth_Lowrey) wrote:

I have coaches that I want to highlight. I have already assigned titles and titles are good, but I want more...

Is there a way to assign a color or an icon to a coach so that these coaches stand out?

Thanks


Issues deploying with Cloud 66

0
0

1 post

Nick Caldwell (ABillionSuns) wrote:

I've been on a long, if sporadic, journey trying to get Discourse running on Joyent's smart machines. When I learned about Cloud 66's deployment facility that could take care of the complexities of the installation, I leapt at the chance.

Long story short, I have deployed (I notice with amusement even Cloud 66 doesn't try and deploy to SmartOS as I'd hoped, just a Ubuntu VM on Joyent) but ... now what? Going to the generated URL results in an unhelpful Nginx error, and tracing that back to a log file shows this:

2013/12/10 04:34:36 [crit] 1209#0: *10 connect() to unix:/tmp/web_server.sock failed (2: No such file or directory) while connecting to upstream, client: x.x.x.x, server: , request: "GET / HTTP/1.1", upstream: "http://unix:/tmp/webserver.sock:/", host: "frontend.discourse-61.c66.me”

Any thoughts?

More and better rel=canonical?

0
0

4 posts

Michael (michaeld) wrote:

One of our customers has a forum that is accessible by multiple hostnames (think domain.com and www.domain.com).
Google and other search engines have indexed the forum for a part in the main location, and for a part in the secondary location.

Now I know that the best way to avoid this is to include a 30x redirect but this isn't always possible and desirable. Another way to mitigate this is to include link rel="canonical" on the page.
- On topic pages, this tag is present, but only includes a relative URL. <link href="/t/topic/24" rel="canonical" />- On pages like /users and /latest this tag is not present at all

Would it be an idea to include the tag on every page, and to make it a full URL ?

Link directly to latest post?

Forum acts weirdly after client side updates

0
0

2 posts

Sam Saffron (sam) wrote:

Continuing the discussion from Categories no longer showing counts - a bug?:


We deploy new versions of the site quite often that involve client side changes however fail to notify or refresh clients. This leads to all sorts of random and weird behavior. To resolve.

  1. If you ever navigate from one page to another and we detect you have an old version of the site, fallback to a full page load.

  2. If we detect you are running an old version of the site, show a message asking you to refresh (after a certain time buffer)

Amazon Oneboxing fragile & does not support regional Amazons

Problems with markdown formatting

0
0

6 posts

drogus wrote:

When I'm adding a post on ember's discourse instance, the code is formatted properly in the preview, but when the post is saved and after refresh, a formatting is broken.

Here is a code from the post:

{{#if loading}}
  List is loading
{{else}}
  display list
{{/if}}

<ul class="posts">
  {{#each post in controller}}
    <li>{{post.title}}</li>
  {{/each}}
</ul>

{{outlet}}

{{#resource "posts"}}
  <ul class="posts">
    {{#each post in controller}}
      <li>{{post.title}}</li>
    {{/each}}
  </ul>
{{/resource}}

{{outlet}}

Markdown parser unable to parse blockquote if there's space before <

0
0

4 posts

Aahan Krish (aahank) wrote:

For example (notice the space before the >):

 > Hello, this is a blockquote.

Results in:

> Hello, this is a blockquote.

(Confirmed with markdown dingus.)

Although nothing to prioritize, this is another edge case (probably) that the markdown parser misses. @eviltrout trollface


Discourse Users Page

0
0

2 posts

Pa Bou (TUGenius) wrote:

The page only displays one active Discourse forum that I use with the same account, yet there should be two.

Images display: inline in composer but become display: block on page

0
0

2 posts

Pekka Gaiser (pekka) wrote:

To reproduce:

  • Set max_image_width to something like 100px
  • Upload two images that are larger than that, like 700px wide
  • See them next to each other in composer
  • Save
  • The Javascript renderer sometimes puts them next to each other
  • But reload the page - they are underneath each other.

Background:

I have a forum where I show design sketches to colleagues. Embedding them all in full size is proving detrimental to the reading experience as they take up so much space. I resorted to setting max_image_width to something insanely small (like 100px). This has the desired effect: I now have small thumbnails which can be enlarged on click through the Lightbox.

However, when I try to put them next to each other, it works in the composer, but not in the actual view, where they are always display: block. This is because the actual view has a <div> around the image.

I can fix this for myself using CSS, but generally, the discrepancy should be removed either by making the <div> display: inline-block or something, or making the images in the composer view display: block by default (which would suck though IMHO).

Group seems to have a limit of 201 members

0
0

4 posts

Kenneth Lowrey (Kenneth_Lowrey) wrote:

I trying to add about 350 users to a group, however I can't seem to add more than 201 members. I looked for a setting but didn't find one. Is there a setting that limits the number of users allowed in a group?

Is there a bug that is limiting the number of users that I can add to a group?

Is the universe just messing with me?

Relative link to category being sent in email

0
0

3 posts

Michael Brown (supermathie) wrote:

The category links in email are being sent as relative:

<div class="title">  
    <div class="quote-controls"></div>
  <img width="20" height="20" src="http://meta.discourse.org/users/ultimape/avatar/40?__ws=meta.discourse.org" class="avatar" style="max-width: 694px;">
  <a href="http://meta.discourse.org/t/context-lost-when-admin-breaks-out-a-thread-into-a-new-topic/2534">Context lost when admin(?) breaks out a thread into a new topic.</a>
  <a href="/category/bug" class="badge badge-category" style="background-color: #ae3a27">bug</a>
</div>  

When the "category" page is your homepage, under certain conditions you will end up on it not scrolled to the top

0
0

6 posts

Brentley Jones (Ajarn) wrote:

Over at @Lee_Ars's forum, he has the category page set as the homepage. When I'm reading a topic, and I'm not at the top (so a reply down the stream, this post for example: http://discourse.bigdinosaur.org/t/observations/37/32) and I press on the home button (big dinosaur in this case) I end up on the category page, but it's all the way scrolled down. If I do the same action from the top of the topic, I end up all the way scrolled up.

Viewing all 60309 articles
Browse latest View live




Latest Images