@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
@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
@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
@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
@julopes wrote:
Hi,
I need to reset all the settings of my community. How to do this?
Posts: 3
Participants: 3
@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
@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
@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
andweb.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
andforum.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
@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
@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
@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
@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/ultisnipsI 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
@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
@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
@gingerman wrote:
the pagination shortcut goes to the top if I scroll down. This is happening in Firefox browser in android 6.0. Also if I tap in the post composer window at any position it immediately gets into selection mode. This hurts the overall posting experience.
Posts: 2
Participants: 2
@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
@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
@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 `backtick
textembedded `backtick
text.and some whitespaces collapse.
Posts: 1
Participants: 1
@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?
Posts: 3
Participants: 3
@redprogrammer wrote:
Hi,
i wanto to add date picker named with birthday on signup ,
but in customize->user fields part 3 input tpyeshow can i add datepicker to signup part?
Best Regards
Posts: 1
Participants: 1
@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