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

Site settings bug


Black Friday Sale - Hosted Discourse for $15 per month

$
0
0

@RGJ wrote:

DiscourseHosting.com’s Black Friday 2017 sale has started.

You get 25% off on a Basic hosting package.
This means that you can get a managed hosted Discourse for only $15 per month !

Our hosting package includes:

  • A Discourse forum
  • Preinstalled plugins
  • SSL
  • Email sending
  • Complimentary Akismet license
  • Free and tested upgrades
  • Daily off-site backups
  • Support desk

So go to DiscourseHosting.com now and use the discount code BLACKFRIDAY when ordering.
Your forum will be up and running within 5 minutes :tada:

This offer is valid for today, the entire weekend, and Cyber Monday.

Offer is valid for first time customers and for the Basic Hosting package with monthly payment only.
DiscourseHosting.com is not affiliated with Discourse.org. We’re an independent company.

Posts: 1

Participants: 1

Read full topic

Filter by multiple tags RSS

SMTP issue whereas telnet works fine

$
0
0

@ryancey wrote:

Hi,

I have a SMTP issue, the activation emails aren’t sent. I run discourse_docker.

production.log doesn’t say anything particular

Sent mail to xxx (149.7ms)

telnet mail.xxx.net 587 from the app’s docker shell connects just fine

Connected to xxx.
Escape character is '^]'.
220 relay.mail.xxx.net ESMTP Postfix
EHLO test
250-relay5-d.xxx
250-PIPELINING
250-SIZE 35651584
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
AUTH LOGIN
334 VXNlcm5hbWU6
[...]
334 UGFzc3dvcmQ6
[...]
235 2.7.0 Authentication successful

But when trying to send a test email from the rails console…

[1] pry(main)> Jobs::TestEmail.new.execute(to_address: "xxx")
=> #<EmailLog:0x000055b85be9be98
 id: 6,
 to_address: "xxx",
 email_type: "test_message",
 user_id: nil,
 created_at: Fri, 24 Nov 2017 16:06:06 UTC +00:00,
 updated_at: Fri, 24 Nov 2017 16:06:06 UTC +00:00,
 reply_key: nil,
 post_id: nil,
 topic_id: nil,
 skipped: true,
 skipped_reason: "[Sender] 554 5.7.1 <xxx[129.xx.xx.xx]>: Client host rejected: Access denied\n",
 bounce_key: nil,
 bounced: false,
 message_id: nil>

(Note: xxx doesn’t refer to the same characters each time, just redacted domains)

How can I get a connection error since the credentials are correct and I can connect from the docker app?

What else should I test ?

Please note that in the app.yml, the password is alphanumeric with a “!” at the end, and not quoted.

Posts: 3

Participants: 3

Read full topic

Anyone else noticed changes in button edge?

$
0
0

@nixie wrote:

Anyone else noticed changes in button edge?

I was online at my Discourse site and all of a sudden I can now see changes in button edge - its now rounded edges.

I haven’t done any update - then how is it possible that - it gets changed/updated automatically?

NOTE: I agree it looks “fantastic” now. But just wondering how can it change on its own without me updating things?

Posts: 4

Participants: 3

Read full topic

Notification dropdown drawn off screen on mobile

How to add link to profile of a user in the footer in mobile

Modify Header Tittle

$
0
0

@Pravi7434 wrote:

Hello,

I am not using any logo for my site. I have removed default logo url. I need some help to change the font, size and add little css so that the header tittle looks elegant without any logo.

Regards.

Posts: 2

Participants: 2

Read full topic


Simple Script to Show / Hide Content Based on Group

$
0
0

@8BIT wrote:

Maybe a little spot-check here…

I was given this for advertising:

<script src="//m.servedby-buysellads.com/monetization.js" type="text/javascript"></script>
    <script>
(function(){
    if(typeof _bsa !== 'undefined' && _bsa) {
        _bsa.init('fancybar', 'CKYDV2QM', 'placement:thebitcoinpub');
    }
})();
</script>

And I’d like to show this code to everyone except those who are in the Group “patrons” (using the Patreon Plugin).

Does this look right?

<script src="//m.servedby-buysellads.com/monetization.js" type="text/javascript"></script>
    <script>
const user = Discourse.User.current();
(function(){
    if  ((typeof _bsa !== 'undefined' && _bsa && user === null) || typeof _bsa !== 'undefined' && _bsa && user !== null && user.primary_group_name !== "patrons") {
        _bsa.init('fancybar', 'CKYDV2QM', 'placement:thebitcoinpub'); }

    }
  }
})();
</script>

This doesn’t seem to give the result that I’m looking for… is there a better way of doing this?

Thanks in advance!

Posts: 3

Participants: 3

Read full topic

How to make the footer similar to Youtube-app footer?

An Instrumentation Story (How I Learned to Love ELK)

$
0
0

@supermathie wrote:

Originally published at: An Instrumentation Story (How I Learned to Love ELK)

in which we discover a better way to meet our customer’s needs while showing us where we can improve our code When you’re operating a hosting service it’s essential to know what’s going on. Visibility into your environment is required, both on a macro scale (performance graphs) and on a micro scale (request logs). Analyzing…

Posts: 1

Participants: 1

Read full topic

Lack of a content type header causes issues with GitHub image previews

$
0
0

@ossia wrote:

Content type header doesn’t seem to be being sent for images:

Nathaniels-MacBook-Pro:guides nathanielsuchy$ curl -I https://discourse-user-assets.s3.amazonaws.com/original/2X/f/ff5fe6693f4d56b6b6b768d91f10bd4cdd9f3eb2.jpg
HTTP/1.1 200 OK
x-amz-id-2: BQeAIH/MA6a8tB8l3QBpfHle440K8BhaZJVg3hVzvRuhGVMOrZKad4Cmg1YP0BxzOtrmJv/d484=
x-amz-request-id: 66CC116C9EAF7ADE
Date: Fri, 24 Nov 2017 16:44:56 GMT
Last-Modified: Mon, 11 Jul 2016 23:14:30 GMT
ETag: "bd8b44c446245bc7c6ae80f58929c039"
Accept-Ranges: bytes
Content-Type:
Content-Length: 143717
Server: AmazonS3

Is this something you all can fix?

Posts: 7

Participants: 6

Read full topic

Reply as new topic in mobile UI?

$
0
0

@tophee wrote:

While I agree that the location of the “reply as new topic” button is not very intuitive, I do miss it in the mobile UI now that the :link: button no longer triggers a modal but Android’s Share menu.

Am I missing something or is there no more “reply as new topic” button on mobile?

Posts: 3

Participants: 2

Read full topic

How to choose moderators from community members

$
0
0

@meglio wrote:

So, among 2300 registered users, there are +/- 100 active users who regularly post, read, talk to other people, invite other people, practice interlinking, learn Markdown: someone more, someone less.

But it’s obvious those skills are not what we’re looking for when choosing a mod.

  1. What are the top 3 characteristics of people that one should grant mod permission?
  2. How mods are different to Level 4 users in terms of their goals and skillset?
  3. How many mods a community needs depending on its activity and other measurements?

Posts: 3

Participants: 3

Read full topic

How to translate the Markdown tutorial


Discourse Posts External HTML

$
0
0

@Tyrant wrote:

Hello, I was wondering if anyone can point me in the right direction in what I’m trying to achieve here.

I’m trying to set up a fresh new website using discourse and some custom HTML for my homepage.
I wan to pull information from certain categories like “Blog” and “Updates” and have the first post of the topic load on the screen with information on how many replies and such.

Long story short, I am asking if theres anyway I can do this just like SMF’s SSI function.

Thank you!

Posts: 6

Participants: 4

Read full topic

CommonMark changed the way I number lists

Menu with huge buttons as in Microsoft Office products

$
0
0

@meglio wrote:

Anyone ever customized Discourse menu, hopefully with CSS only, so that it looks more like a Ribbon Menu in Microsoft products?

Something like this (especially the left half):

image

or this:

image

The idea is to have huge buttons with big icons and smaller captions.

Do you think it is unpractical for a forum? Anyone tried anything similar?

Posts: 2

Participants: 2

Read full topic

Message counter hidden behind avatar

$
0
0

@meglio wrote:

message-counter-hidden-behind-avatar

As it can be seen, when the toolbar is collapsed, the message counter is hidden behind the avatar.

Hope I’m not duplicating an existing UX issue report.

Posts: 2

Participants: 2

Read full topic

Why my plugin is disable?

Viewing all 60721 articles
Browse latest View live




Latest Images