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

Single sign on in wp

0
0

@Vinayaditya_Jv wrote:

I'm new to Discourse and I'm trying to setup SSO for Discourse / WP, but I'm confused by some settings. I searched for a Discourse / WP SSO 'how to' but couldn't find one. Can someone please tell me what I should enter/check for the following fields? I've included a screenshot of the 'login' page below.

Posts: 2

Participants: 2

Read full topic


How to install discourse in php

Variable default interface language for new users

0
0

@Conor_O_Rourke wrote:

Hey guys,

New Discourse user here, but super impressed and excited about what a great product it is. I am developing a forum that will be multilingual (Arabic/English/German). Most users will be extremely limited in the other languages, basically I don't want to expect a German/English speaker to be able to read Arabic script, and vice versa. I also don't want to rely too much on their computer skills—want to make this as easy as possible.

Is there a way that I can provide a separate URL that would auto-set the interface language on first visit, so that registration can happen in their native language? Something like discourse.example.com/ar and discourse.example.com/en

Very open to other ways of solving this problem.

Thanks
Conor

Posts: 1

Participants: 1

Read full topic

Small-action class is not responsive on desktops

0
0

@cpradio wrote:

Because of the width: 755px, the small-action can cause a horizontal scroll bar (even on meta) when you resize the window.

The small-action class is used for the time gap, closed notifications, et al.

I've submitted a PR that solves this issue by using max-width: 755px which ensures when there are 755 or more pixels available, the border will carry the same length as a post, and when there is less, it still takes up the same width as a post.

max-width when there is more than 755px available


when there is less than 755px available


when there is less and not using max-width (without the PR)

PR

Posts: 1

Participants: 1

Read full topic

Admin panel not working after including buggy js in head/

0
0

@Michael_Katrantzis wrote:

So in an attempt to work well with iframes I tried including an iframe resizer lib using the below:

<script type="application/javascript" src="https://raw.githubusercontent.com/davidjbradshaw/iframe-resizer/master/js/iframeResizer.contentWindow.min.js"></script>
<script type="application/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>

JQuery was not meant to be there but due to copy paste I included that too.

The above was added in the head/ section and not only it didnt work but now I cannot edit the head/ again or rather save it or complete any actions in the backend admin panel. For example changing the SSO url or even enabling it wont work after that.

In any case the error that I am getting now is the below:

Refused to execute script from 'https://raw.githubusercontent.com/davidjbradshaw/iframe-resizer/master/js/iframeResizer.contentWindow.min.js' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled.
Uncaught TypeError: t.DivResizer is not a function
Uncaught TypeError: $(...).modal is not a function
DEBUG: For more advanced debugging, install the Ember Inspector from https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi
Failed to load resource: the server responded with a status of 403 (Forbidden)
Error: Forbidden
    at a (vendor-d726f166eae32585d948cc4b83590d33.js:18)
    at Object.e.default.trigger (vendor-d726f166eae32585d948cc4b83590d33.js:23)
    at h._onerror (vendor-d726f166eae32585d948cc4b83590d33.js:24)
    at p (vendor-d726f166eae32585d948cc4b83590d33.js:23)
    at vendor-d726f166eae32585d948cc4b83590d33.js:18
    at r.invoke (vendor-d726f166eae32585d948cc4b83590d33.js:11)
    at Object.r.flush (vendor-d726f166eae32585d948cc4b83590d33.js:11)
    at Object.n.flush (vendor-d726f166eae32585d948cc4b83590d33.js:11)
    at Object.s.end (vendor-d726f166eae32585d948cc4b83590d33.js:11)
    at Object.s.run (vendor-d726f166eae32585d948cc4b83590d33.js:11)
Failed to load resource: the server responded with a status of 403 (Forbidden)
Error: Forbidden
    at a (vendor-d726f166eae32585d948cc4b83590d33.js:18)
    at Object.e.default.trigger (vendor-d726f166eae32585d948cc4b83590d33.js:23)
    at h._onerror (vendor-d726f166eae32585d948cc4b83590d33.js:24)
    at p (vendor-d726f166eae32585d948cc4b83590d33.js:23)
    at vendor-d726f166eae32585d948cc4b83590d33.js:18
    at r.invoke (vendor-d726f166eae32585d948cc4b83590d33.js:11)
    at Object.r.flush (vendor-d726f166eae32585d948cc4b83590d33.js:11)
    at Object.n.flush (vendor-d726f166eae32585d948cc4b83590d33.js:11)
    at Object.s.end (vendor-d726f166eae32585d948cc4b83590d33.js:11)
    at Object.s.run (vendor-d726f166eae32585d948cc4b83590d33.js:11)
Failed to load resource: net::ERR_CONNECTION_REFUSED

Can anyone tell me a different way of removing those lines? (NOTE: I do have SSH but not sure where these are being saved)

Posts: 10

Participants: 2

Read full topic

Ensure admin isn't messed up by customizations

Cybers.id oauth2 problem

Onebox: Poor parsing of article title (infrequent case)


How is "TOP topics" list calculated?

0
0

@meglio wrote:

I tried to search for but could not find any overview of the algorithm to display /top/xxx topics , e.g. /top/monthly.

At least, what variables are considered and with what weight? What is more important and what is less? I need this to explain to my users which will participate in "top topic of the month" contest.

Posts: 2

Participants: 2

Read full topic

Allow admins to change email addresses easily

0
0

@watchmanmonitor wrote:

Current setup:

Site is locked down for members to be invited or request access.
We don't want people changing their own email address, so the related email change site-setting is disabled. Of course, sometimes an admin must.

Expectation:

go to the user's admin page, see the email, and edit it, potentially have that pending confirmation of the new email. :sunny:

Actual

  • visit the admin page
  • click a button to see what it is.
  • there's no way to edit it
  • Click Show Public Profile,
  • realize you have to click Preferences too.
  • No way to edit the email address.... grrr

  • Go back to admin

  • disable the site setting
  • go back to publich profile/preferences
  • edit
  • go back to admin
  • disable the site setting.

As an admin, can we please just edit a user's address at all times, from the Admin page?

extra brownie points from this customer if @techAPJ could allow the name to be edited while he's there.

Please?

Posts: 1

Participants: 1

Read full topic

CSS Background modified

Don't Allow Editing Seeded Categories (Security Settings)

0
0

@Sern wrote:

Continuing the discussion from Discourse Version 1.4:

I am curious, why has this change been implemented? How do these changes handle existing security setting modifications to pre-seeded categories? For example, I modified the security settings for the Meta category and now a warning message appears:

Warning: This category is a pre-seeded category and the security settings cannot be edited. If you do not wish to use this category, delete it instead of repurposing it.

Does this mean the security settings for that pre-seeded Meta category are now ignored? Because they do still appear to be in place.

This change seems somewhat arbitrary and frustrating as I feel we had good reason to make the security modifications we did and the pre-seeded categories (some of them) were fine and did not need to be replaced by anything else. I say this until I am presented with a logical purpose behind this change.

Now I seem to be presented with two options - though there is some trepidation in not knowing how existing pre-seed categories are affected - either; delete one of these modified pre-seed categories forcing all existing topics into "Uncategorized" and move them all later once I have reestablished the appropriate customized category OR cross my fingers and hope the existing category modifications remain in place and are not forcibly dropped in future versions.

Yeah, I'm not a fan of the second option.

Thoughts? :thought_balloon:

Posts: 7

Participants: 4

Read full topic

Implementation wrong for min first post length?

0
0

@rlauriston wrote:

I expected that min first post length would affect only the first post in a topic and min post length would affect all the replies.

Instead, min first post length affects the first post and any replies to that post.

This doesn't make sense to me. The point of a longer minimum for the opening post is that you want to make sure the topic is stated clearly enough. I don't think there's any reason that replies should have a different minimum depending on whether they're replying to the original post or to a reply.

Posts: 3

Participants: 2

Read full topic

Multitenat Dockerize Discourse

0
0

@Frans_Thamura wrote:

anyone have succcess make a multitenant for discouse, can u share your work? and put in docker hub, so I can use it.

Posts: 2

Participants: 2

Read full topic

Template or Theme for Discourse on the API

0
0

@Frans_Thamura wrote:

i want to change the theme or template for Discouse.

what should we do to make it?

can we change the ember to angular or something else, our team only know bootstrap and angularjs.

I am thinking to make integration on top our our Oauth2 security and Discourse's WEB API as the platform for this theme.

we have a little framework that we want to modify to run on discouse, which we will make discourse as platform

any idea for this effort/?
thx

F

Posts: 1

Participants: 1

Read full topic


Sending users unique messages, or populating private custom fields

0
0

@steve_pd wrote:

We're looking for a method to send keys to our users, ideally via Discourse.

At the moment we receive anything from 10 to 10,000 keys, which we give away to our readers either first-come-first-served or at random. In the past we've used stuff like Godankey to do this, but many publishers now require that we do this on our own site and document the methods employed to reduce abuse and ensure keys to go to real people. Some of our previous competitions had up to 90% abuse rates, these keys can be sold on eBay for anything between $10-$100 depending on the game in question.

There has been a suggestion for some time now that we look at ways to distribute keys via Discourse, either through an automated private message, or by adding a custom field to a user that only they can see. Neither looks to be straightforward, has anyone done anything similar, or has similar requirements?

Posts: 1

Participants: 1

Read full topic

Ugly emails in desktop Outlook

0
0

@ckamps wrote:

Is there a means for a forums site admin to set the font used in notification emails sent by Discourse?

We're facing the problem where emails generated by Discourse when rendered in the desktop form of Outlook look frumpy because they use a Times-like font vs a more modern font. This outdated look and feel conflicts with the much more modern experience when using the Discourse web UI.

Digging into this issue on the Outlook side, it appears that MS Word is used to render content in Outlook and that when an email does not include a font setting, Word uses its default. Which in our case is a Times or Times-like font.

Of course we can ask users to change the default font via a convoluted series of interactions with MS Word, but we'd rather address the issue on the Discourse side if feasible. The following instruction can be applied to Word 2013 to change the default font:

http://www.msoutlook.info/question/521

BTW, the Outlook Web App does a decent job of using a more modern font.

Posts: 1

Participants: 1

Read full topic

Discourse as an SSO provider for a set of Discourse sites

0
0

@ckamps wrote:

We have multiple Discourse sites running on different VMs. We'd like users to only have to log into any of the sites once and reuse that login on the other sites. Our interest seems similar to a portion of the following post:

Our Setup

On our central "meta" Discourse site, I enabled the following settings to make this meta site an SSO provider:

On the other Discourse sites, I enabled the following settings:

Problem

When a user defined on the meta site logs into the meta site and then goes over to one of the other sites, he is automatically logged in when he clicks on the login button. This is good.

However, when a user is logged out across all sites, he logs into one of the non-meta sites and then goes over to the meta site and clicks login, he is not automatically logged in. This is the issue we'd like to address given that users will often first access the non-meta sites before accessing the meta site.

We also tried to enable SSO on the meta site, but then we encountered an endless loop when attempting to log into one of the non-meta sites.

Is there a means by which the meta site, the SSO provider in this case, can also participate in the SSO?

Posts: 2

Participants: 1

Read full topic

Why showing blank email box during Facebook sign up?

0
0

@Siraj_M wrote:

Couple a minute ago, we setup login via Facebook as you mentioned here. I'm trying with another facebooks ids for a test user sign up but after click on Okay on Facebook pop up window it is inserting or taking two things username and Name only from Facebook profile and email box is blank why?
Why not picking email from Facebook?
I'm confused about that please see the below image, which I captured after click on Okay button on Facebook pop up window. Below you can see that, email box is empty.

Posts: 4

Participants: 3

Read full topic

UTM Parameters in Digest

0
0

@Un3qual wrote:

Would you consider adding configurable UTM parameters to the links in the digest, so as opposed to example.com/t/my-great-post/12 it could be example.com/t/my-great-post/12?utm_source=digest

Posts: 1

Participants: 1

Read full topic

Viewing all 60309 articles
Browse latest View live




Latest Images