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

Why my discourse's syster always block users itself?

$
0
0

@Raysun wrote:

I have changed the settings , but the system will still automatically block users.
What are causes Banned Users?
Thanks!

Posts: 1

Participants: 1

Read full topic


Input validation

$
0
0

@piratdavid wrote:

Could someone point me in the right direction for input validation of fields in a plugin. Thanx in advance. I'd like to have the same popup-tip behavior as a missing required field in the post composer.

/david

Posts: 3

Participants: 2

Read full topic

Help in creating a plugin - template code

$
0
0

@Idan wrote:

I want to create a plugin that just injects a responsive adsense code to each topic, at the top page and the footer.

I read this guide, but is there any bare bone code / template that I can download?

Posts: 2

Participants: 2

Read full topic

I need to reset all settings

Api documentation on creating private forums

$
0
0

@nisbeti wrote:

I see that I can create private forums/category that only selected users can read and contribute to. Where can I find the documentation for the api to be able to do the following from my sso parent site:
1) create a new forum/category using api
2) assign specific user ids to that new forum
3) delete users from that forum
4) delete the forum

Posts: 3

Participants: 3

Read full topic

Topic Views (in the Topic Map) is only given an attribute if there is at least 1 reply

$
0
0

@stevenpslade wrote:

I always display the Topic Map, even if there are 0 replies. It seems though, that the attribute for topicViews only comes into play once a Topic has at least one reply.

Has anyone looked into showing the topicView in the thread even if there are 0 replies?

Posts: 1

Participants: 1

Read full topic

HOWTO setup Discourse with Let's Encrypt and Apache SSL

$
0
0

@tarek wrote:

The goal of this post is to help you set up Let's Encrypt with Apache SSL. It assumes that you have already properly configured Discourse.

Configuration notes

Do not enable web.ssl.template.yml and web.letsencrypt.ssl.template.yml. You only need one of your servers to present a certificate, and that should be your Apache server.

Configure your apache virtualhost

Keep only one virtualhost per file. Configure as per usual. Really, this step doesn't matter much.

Get your Let's Encrypt certificate

Get your certificate with certbot from Let's Encrypt:

certbot --apache -d forum.example.org

Modify the Apache files

You should have two files that are enabled: forum.example.org.conf and forum.example.org-le-ssl.conf. Make them the following:

forum.example.org.conf:

<VirtualHost x.x.x.x:80>
ServerName forum.example.org
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
RewriteCond %{SERVER_NAME} =forum.example.org
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent]
</VirtualHost>

forum.example.org-le-ssl.conf:

<VirtualHost x.x.x.x:443>
ServerName forum.example.org
RewriteEngine On

SSLEngine On
SSLCertificateFile /etc/letsencrypt/live/forum.example.org/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/forum.example.org/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf

ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://127.0.0.1:4578/
ProxyPassReverse / http://127.0.0.1:4578/

</VirtualHost>

Done

This should work. Good luck!

Posts: 2

Participants: 2

Read full topic

Is there a plugin for adding form entry to a topic; or all topics in a category?

$
0
0

@trudat wrote:

I am wondering if there is a plugin that can turn a new topic into a structured form, which is set up in the back end by admin. This could be used to turn a blank topic into an incident report, a data collection event, or any other type of admin-defined form?

The next part would be to assign a form to a category, so all new topics in the category load the form.

I'm not suggesting this feature be built, just wondering if something like this has been proposed or built before.

Posts: 2

Participants: 2

Read full topic


Problem after upgrade

$
0
0

@Thomas_Davis wrote:

My last upgrade had a failure. And now I am seeing email errors.

Jobs::UserEmail

{"type"=>"digest", "user_id"=>134, "current_site_id"=>"default"}

Jobs::HandledExceptionWrapper: Wrapped ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "digest_unsubscribe_keys" does not exist LINE 5: WHERE a.attrelid = '"digest_u...

Any ideas?

Posts: 5

Participants: 2

Read full topic

Newlines automatically added when changing category

$
0
0

@MikeJustMike wrote:

We use the javascript snippet to embed discourse comments. When we visit a blog post for the first time, a new topic is created and the the text is extracted automatically as expected. The topic body has a layout very similar to the initial post.

Topics are created in a single category and we have to manually move them to subcategories. When we edit the header of the topic and change the category, <br> are added between every single html tags of the topic body, e.g.:
<p>…</p>
<br>
<h2>foo</h2>
<br>
<ul>
<br>
<li>…

This bug (or feature ?) inserts undesired new lines (double spacing) everywhere. Does anyone notice this strange behavior ?

Posts: 3

Participants: 3

Read full topic

Snippet completion in Discourse

$
0
0

@mrjn wrote:

Hey guys,

Instead of asking for this feature, let me quickly explain my workflow, and see if you guys can relate to it.

I primarily stick to my vim editor because of the powerful snippet plugin, like:
https://github.com/SirVer/ultisnips

I use mutt for emailing, gohugo for blogging, and the rest of the time I'm coding -- so most of my typing happens in vim, using snippets.

Every time I have to edit replies in Discourse; I miss the editor. I know most people probably don't care, but in our company, we use discourse for everything. I mean, everything -- all things emails, decisions, communication, discussions, what not. Everything happens via Discourse.

Now having a full-fledged vim editor baked into Discourse would be asking for too much (and would cause a flame war), I miss being able to use snippets.

What do you guys think? Ideas / Thoughts?

Cheers,
Manish

Posts: 3

Participants: 2

Read full topic

Style broken on user-activity-bottom-outlet

$
0
0

@nikdavis wrote:

This outlet is inserted inside the <ul> on the left pane of the user profile, presumably so you can add activity list items. However Ember wraps this in a div which breaks the styling. I don't see a way (w/o modifying discourse) to tell the outlet to use no wrapping tag (although Ember allows it). I apologize ahead of time is there is a way to do this, but I haven't found one.

Posts: 3

Participants: 2

Read full topic

How to Assign Usernames?

$
0
0

@sjmscott wrote:

Is there a way to assign usernames to new users during the invite process? I'm asking everyone to use first_last in our community to make it easier to mention people in posts. Ideally, when I invite someone and it accepts them into the community, their username is assigned.

I've been changing each manually and I don't know if that is making it harder for people to log in. Thanks!

Posts: 3

Participants: 3

Read full topic

Pagination / composing in android Mobile view

Graph API v2.1 Upgrade Notice

$
0
0

@limeblast wrote:

I've just received the following from Facebook:

Birmingham.IO has been making recent API calls to Graph API v2.0, which will reach the end of the 2-year deprecation window on Monday, August 8, 2016. Please migrate all calls to v2.1 or higher in order to avoid potential broken experiences.

We recommend using our new Graph API Upgrade Tool to see which of your calls are affected by this change as well as any replacement calls in newer versions. You can also use our changelog to see the full list of changes.

I'll be honest, I have no idea what any of this means, but I figure it must be something to do with Discourse.

Anyone got any ideas? Thank you.

Posts: 3

Participants: 3

Read full topic


Can't delete empty, non-special category as admin

$
0
0

@tagawa wrote:

Version: v1.6.0.beta8 +30

I've searched for similar problems but not found a working solution.

I have a top-level category, Test, within which I created a few topics and tried pinning, unlisting, archiving them, etc.

I then deleted these topics but am unable to delete the category. The dialog message shows the topic count to be 1 but all I can see is the standard About topic (see screenshot).

Is there are a way to display the remaining topic so I can delete it? I don't have direct command-line or database access by the way.

Thanks in advance.

Posts: 1

Participants: 1

Read full topic

Embedding backticks twice collapses whitespace

$
0
0

@precessor wrote:

If I include preformatted text which has a backtick, twice, in a paragraph, whitespace is removed.

Recap

Markdown to embed a backtick is double-backticks instead of single ones:

``embedded `backtick``

LIke this - text embedded `backtick text text.

Repro like this

Include two embedded-backtick preformatted sections in a paragraph:

Text ``embedded `backtick`` text ``embedded `backtick`` text.

We get:

Text embedded `backticktextembedded `backtick text.

and some whitespaces collapse.

Posts: 1

Participants: 1

Read full topic

Some of the most customised versions of Discourse you have seen?

$
0
0

@Neil1 wrote:

I am seriously thinking about using Discourse. The the theme looks very similar on the websites I have seen. I would like to see some customised examples for inspiration. Has anyone got any that they can share?:slight_smile:

Posts: 3

Participants: 3

Read full topic

Date Picker On User Fields

$
0
0

@redprogrammer wrote:

Hi,

i wanto to add date picker named with birthday on signup ,
but in customize->user fields part 3 input tpyes

how can i add datepicker to signup part?

Best Regards

Posts: 1

Participants: 1

Read full topic

Unread isn't removed once read

$
0
0

@ybizeul wrote:

Running 1.6.0beta11, I'm reading a thread that has an unread message, but the unread status doesn't go away. I must be missing something!

Posts: 5

Participants: 3

Read full topic

Viewing all 60565 articles
Browse latest View live




Latest Images