December 11, 2015, 6:56 pm
@DarkSwordsman wrote:
Hello all,
We just got discourse for our new website and were wondering if there was a way to create other staff positions with different permissions besides Administrator and Moderator. i.e: Super Moderator; Super Administrator; etc.
If not then whatever, not the end of the world, but it would be nice considering the original plan for the forum that we were going to implement.
Posts: 5
Participants: 4
Read full topic
↧
December 12, 2015, 2:06 am
@laks wrote:
I tried whitelisting simple html tag via plugin - It worked fine.
(function () {
Discourse.Markdown.whiteListTag('textarea');
})();
Then tried adding asciinema script as mentioned here
Discourse.Markdown.whiteListTag('script', 'type', 'text/javascript');
Discourse.Markdown.whiteListTag('script', 'src', /https:\/\/asciinema.org\/a\/\d+.js/);
Discourse.Markdown.whiteListTag('script', 'async');
Discourse.Markdown.whiteListTag('textarea');
but I'm unable to whitelist the script tag. I would like to embed bellow on discourse.
<script type="text/javascript" src="https://asciinema.org/a/3uj8c8f04q9434ffsvk4s2sbb.js" id="asciicast-3uj8c8f04q9434ffsvk4s2sbb" async></script>
I'm really stuck here..awaiting for responses/help on how to achieve this. thanks
Posts: 3
Participants: 2
Read full topic
↧
↧
December 12, 2015, 3:37 am
@mcwumbly wrote:
I'm having an issue on another site I'm setting up where oneboxes for links to other posts on the forum are failing to render if I leave https
as the prefix:
https://www.somedomain.com/t/what-categories-should-we-have-here/12/5?u=mcwumbly
If I remove the s
it works fine:
http://www.somedomain.com/t/what-categories-should-we-have-here/12/5?u=mcwumbly
Posts: 2
Participants: 1
Read full topic
↧
December 12, 2015, 5:39 am
@lulzsecd wrote:
Hi, I am currently have 3 Discourse instance. I translated one site into Vietnamese in Admin > Customize > Text Content. Now I want moved translated text into 2 my other site. I intend to use backup feature to do this but this feature backup full my site. I want only backup translated text. How to do this?
Posts: 2
Participants: 2
Read full topic
↧
December 12, 2015, 5:39 am
@roarkely wrote:
Changes to 'Site Settings' and 'CSS/HTML' are logged as staff actions, but changes to the 'Text Content' are not.
Posts: 1
Participants: 1
Read full topic
↧
↧
December 12, 2015, 7:59 am
@lulzsecd wrote:
As tiitle, how to remove Discourse Meta Tag Generator when I right click to view source.
Thanks!
Posts: 2
Participants: 2
Read full topic
↧
December 12, 2015, 8:25 am
@prod_discourse_admin wrote:
I have read and looked, i've twiddled values... but I still can't get the software to stop censoring my users and even MY posts as Administrator. What's up with that? I run a private Discourse instance and we know how to moderate our community (thank you very much)
How can I turn off all the entropy settings so this software stops telling me and my users what they can and cannot post . It's coming across very pedantic, asinine, and it's starting to piss everyone off because I can't justify it in any way to them .. makes me wish i did a little more homework before we went live but man is the software great otherwise. Without this forced-content-nanny
code, the software is absolutely wonderful, so I'm hoping I'm just missing something.
I apologize if this is possible in the software but I am just unable to locate how, I don't mean to disparage, I can see how some boards would welcome such automation but why on earth are these things enforced unilaterally ?
Thanks very much!!
Posts: 11
Participants: 4
Read full topic
↧
December 12, 2015, 9:59 am
@watchmanmonitor wrote:
I feel I used to be able to do the following, but can't anymore...
When selecting text in a topic I'm not allowed to post to, I can click Reply, and a new topic is going to be created.
It would be nice if the selected text were included in the new draft.
![]()
I which that text were in the draft ^^
Posts: 3
Participants: 3
Read full topic
↧
December 12, 2015, 10:01 am
@watchmanmonitor wrote:
This is on meta, on a small computer, where the top of the "your post is similar to" will fall completely under the header
![]()
Posts: 4
Participants: 2
Read full topic
↧
↧
December 12, 2015, 11:15 am
@Mani wrote:
Hello
I want I install discourse in a subdomain (discuss.eaxmple.com) with the following address:
/home/admin/web/discuss.eaxmple.com/public_html/
First, I installed Docker / Git by wget -qO- https://get.docker.com/ | sh
command
After this, what do I do?
Posts: 5
Participants: 3
Read full topic
↧
December 12, 2015, 12:04 pm
@erlend_sh wrote:
The Discourse Digest is an email sent out to any members of your forum who haven't visited in a while. The contents of the digest is a list of the most popular posts & topics created over the past week.
By default this mail is sent out once every week, but users may go to their settings and choose between:
- Daily
- Every three days
- Weekly
- Every two weeks
- Opt out
Users who have not been active on the forum for more than 365 days will stop receiving these emails.
Posts: 2
Participants: 2
Read full topic
↧
December 12, 2015, 12:27 pm
@digitalsurgeon wrote:
Hi,
So I have a category tv and then I have two other categories comedy and hh whose parent category is tv. I am using API to create topics under comedy and hh. I observe that while create topic is able to create a new topic successfully. however only for the category of comedy the new topic is correctly categorized, for when using the category hh, the new topic has no category associated with it.
I am using someones nodejs port of the discourse api ruby gem which is here: https://github.com/digitalsurgeon/discourse-api
I can only conclude that there is something going wrong in the discourse server side somewhere, how can I fix this ? and pointers ? how can I debug this ?
thanks
Posts: 2
Participants: 2
Read full topic
↧
December 12, 2015, 5:35 pm
@BerryBlue wrote:
Is it possible to split a post into a new topic? I've seen references to this feature but I can't seem to find how to do this in the current version of Discourse.
Posts: 2
Participants: 2
Read full topic
↧
↧
December 12, 2015, 8:35 pm
@laks wrote:
I understand allowing all html tags can be a security risk. But I'm okay with it. I will be moderating each posts and its a small group. I wanted to include few tags like script and iframe etc. I have some experience with docker+javascript+python - With almost no clue about Ruby or Ember templates, writing plugins is beyond my skills at the moment.
Is there a way, where I can disable the removal of html tags by discourse - May be commenting out some section in the code within docker? something like that ? thanks.
Posts: 1
Participants: 1
Read full topic
↧
December 13, 2015, 1:16 am
@platinum wrote:
Is there any way to disable the About page for those who are not signed in? We don't want anonymous users to see all of our stats. Thanks in advance for any replies.
Posts: 5
Participants: 3
Read full topic
↧
December 13, 2015, 1:59 am
@SharonMarko wrote:
For evelopment I'm using the following installation: Beginners Guide to Install Discourse on Ubuntu for Development
Since I plan to do some changes to the code (css, ruby and db), how can I install my changes for production?
Do I have to build a docker image? or, can I use the existing image and update the code in the image after installation?
and for either option - how do I do that?
Posts: 9
Participants: 2
Read full topic
↧
December 13, 2015, 3:18 am
@DeanMarkTaylor wrote:
Info
Uncaught TypeError: Cannot read property 'user' of undefined
Url: http://example.com/assets/application-622c68bf359d79a9bf2cb12ba4772774.js
Line: 3
Column: 30623
Window Location: http://example.com/
Backtrace
TypeError: Cannot read property 'user' of undefined
at p.extend.s.value (http://example.com/assets/application-622c68bf359d79a9bf2cb12ba4772774.js:3:30623)
at null.<anonymous> (http://example.com/assets/application-622c68bf359d79a9bf2cb12ba4772774.js:1:5924)
at a.d.get (http://example.com/assets/ember_jquery-c510009d3d7cecdf3f948f54d4922d9a.js:6:25589)
at s (http://example.com/assets/ember_jquery-c510009d3d7cecdf3f948f54d4922d9a.js:7:30860)
at l (http://example.com/assets/ember_jquery-c510009d3d7cecdf3f948f54d4922d9a.js:7:31452)
at Object.s [as get] (http://example.com/assets/ember_jquery-c510009d3d7cecdf3f948f54d4922d9a.js:7:30849)
at t.get (http://example.com/assets/application-622c68bf359d79a9bf2cb12ba4772774.js:1:20436)
at n (http://example.com/assets/application-622c68bf359d79a9bf2cb12ba4772774.js:1:18524)
at Object.Ember.TEMPLATES.mobile/list/topic_list_item.raw.Discourse.EmberCompatHandlebars.template.1 (http://example.com/assets/application-622c68bf359d79a9bf2cb12ba4772774.js:38:16392)
at Object.o [as inverse] (http://example.com/assets/vendor-2ff9e230f5bc60c6d19b98f79e81c3d5.js:1:8834)
Env
application_version 3c3d7c03f0cad4067988fce6e6e776a163875ff1
Repeatable in Chrome Dev Tools
![]()
Posts: 6
Participants: 3
Read full topic
↧
↧
December 13, 2015, 7:17 am
↧
December 13, 2015, 9:52 am
@ljpp wrote:
Well, the topic says is all - scandinavian letters are not accepted in the username. Could they be? They are commong in nordic familynames at least, so potentially also in user names.
Teemu Selänne, Matti Nykänen, Kimi Räikkönen...
Posts: 3
Participants: 3
Read full topic
↧
December 13, 2015, 12:02 pm
↧