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

Instant User registration without email confirmation


Login from a custom mobile app

0
0

@Ugo_Chirico wrote:

I'm writing a mobile app (iOS and Android) that in a view shows our discourse instance.
In this case I need to show discourse with the user already logged-in
How can I accomplish that?

Posts: 1

Participants: 1

Read full topic

Why users removed from a group still have their privileges?

0
0

@Trash wrote:

If I add a user to a group I gave him an automatic trust level 3.

But if I remove a member he remains to TL3.
IMO if a user has been removed from a group, his TL must returns to his natural TL (that can be TL3, of course).

I can do that manually, because our groups are little (max 20 users for the primary group).
But if I have to do the same thing for a very big community, manage each user individually become frustrating.

Example:
An user left our forum, I remove him from the primary group, after 73 days (last visit) he still have TL3.
But if I see the requirements:

Is it possible automatically remove a certain TL when a user has been deleted from a group?

Posts: 3

Participants: 2

Read full topic

Verified user icon

0
0

@SystemZ wrote:

I need to mark some popular users as verified by staff.
Some icon like admins have but with other fontawesome ID.
Ideally every member of a group "Verified" will have this icon.
I'd like to have something like on youtube, twitter etc.

How can I do that? Do I need some plugin for this?

Posts: 4

Participants: 3

Read full topic

Check if user is logged from outside

0
0

@Chopper wrote:

I have a website and i need to know if user is logged to allow him some part of the website.

In the API the request

http://forum.discourse.com/session/current.json

Allow you to retrieve data of the current user. I tried to use this url to get the information with jquery like :

<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
 <script>
       $.get('http://forum.discourse.com/session/current.json', function( data ) {
        console.log(data);
      });
  </script>
</body>
</html>

CORS is enabled and i get 404 (Not Found)

How can i know if user is logged into the forum ?

Posts: 4

Participants: 2

Read full topic

Page view reports: category dropdown does nothing, 500 Server error

0
0

@steko wrote:

If I go to mydiscourse.com/admin/reports/page_view_total_reqs the dashboard lets me optionally select a date interval and a category. However this doesn't seem to work. The console shows a 500 Server error for the request:

GET https://discorsi.openarchaeology.eu/assets/select2.png  [HTTP/2.0 404 Not Found 50ms]
GET XHR https://discorsi.openarchaeology.eu/admin/reports/page_view_total_reqs [HTTP/2.0 500 Internal Server Error 81ms]
s@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:10:29559
e.default.trigger@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:16:9543
h.prototype._onerror@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:16:14568
f@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:16:3984
@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:10:30307
r.prototype.invoke@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:3:30772
r.prototype.flush@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:3:31297
n.prototype.flush@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:3:29448
a.prototype.end@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:3:24647
a.prototype.run@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:3:25025
u@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:8:3186
Discourse.Ajax<.ajax/s/n.error@https://discorsi.openarchaeology.eu/assets/application-1db324383377414784f70c5d1f41b38c0c8b8ccc202dc6a25572fad20b71130e.js:1:970
ae.Callbacks/l@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:2:6435
ae.Callbacks/c.fireWith@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:2:7208
n@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:3:10164
.send/r/<@https://discorsi.openarchaeology.eu/assets/ember_jquery-9c4852b4384fc211bf22de79cc4f7c4188ac0e9465ae13a4d07873dfcd97fd51.js:3:15994

That's the first time I look into this feature so I have no idea if it worked before.

Posts: 1

Participants: 1

Read full topic

Resetting Colors?

0
0

@CleverMoniker wrote:

I was playing around with creating a new color scheme in the ACP... I enabled it to see how it would appear.

Prior to disabling it, I simply deleted the the color scheme assuming it would just reset to the default, it won't.

How can I reset the colors?

Posts: 1

Participants: 1

Read full topic

Auth provider custom URL?


Solution accepted does not update topic

Can't open History popup after using browser back button

0
0

@gerhard wrote:

I noticed this a long time ago, but I couldn't reproduce it up until now...

Steps to reproduce:

  1. Go to a post that was edited (example)
  2. Click on the pencil icon and open the history popup
  3. Use the browser's back button (don't close the popup before you do this)
  4. Go to the same or another post that has a history and click on the pencil icon

Expected result:
The history popup should open.

Actual result:
The history popup doesn't show up, but there's no error in the JavaScript console.

Posts: 3

Participants: 3

Read full topic

Center Logo in Navigation Bar

Can't edit old topic

0
0

@def wrote:

I can't seem to edit an old topic. Which seems quite important for the plugin posts. I need to be able to update typos/mistakes in instructions etc.

Posts: 3

Participants: 3

Read full topic

Synching discourse users to WordPress

0
0

@Nick_Putman wrote:

Hi,

I am looking to implement SSO for WordPress and discourse, and I am trying to follow various instructions, but I'm getting stuck. You can see my latest post on this issue here.

I have to launch a website that includes discourse tomorrow, and I'm now concerned that I won't get the SSO working in time. Can I go ahead and allow users to sign up to discourse, and then later sync these users to Wordpress, before I enable SSO, at which point I'll just be using Wordpress for sign ups?

Thanks,

Nick

Posts: 3

Participants: 2

Read full topic

Ember in debug mode at production

0
0

@Steve_Ng wrote:

I've run the following command before
1. RAILS_ENV=production bundle exec rake assets:precompile
2. bundle exec unicorn -p 3000 -E production -c config/unicorn.conf.rb

However when I go to the site, I saw this in the console:
DEBUG: For more advanced debugging, install the Ember Inspector from https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi inside vendor.js

How do i get ember to be in production mode?

Posts: 3

Participants: 2

Read full topic

Sidekiq not running - done rebuild & reboot

0
0

@nickjharrington wrote:

I'm running 1.6.0.beta3 on http://magistrates.today/ and cannot get Sidekiq working to then clear 33k email jobs (migrating from Mandrill to SendGrid).

I've done an App rebuild with ./launcher rebuild app and a reboot but still cannot get Sidekiq working.
http://magistrates.today/sidekiq/retries reports that the page doesn't exist.

Has anyone got any suggestions for troubleshooting sidekiq?
How do I manually start Sidekiq?

Nick

Posts: 11

Participants: 4

Read full topic


Dismiss (new topics) button missing

0
0

@MSealey wrote:

Using Discourse at these two sites:

https://discourse.omnigroup.com/c/omnifocus
https://forums.realmacsoftware.com/c/rapidweaver

Until a recent upgrade, there used to be a small, rectangular mid-grey button at bottom right of the page displaying New topics (from the 'New' tab at top) with the label 'Dismiss' or 'Dismiss All'.

It seems to have gone in this version.

It was particularly useful when not every thread was relevant or needed to be attended to.

Now it's necessary to click into each thread - actually twice - for them each no longer to show up in one's 'New' list.

Good luck with fixing this - and thanks!

Posts: 1

Participants: 1

Read full topic

Underscores in mid-text in markdown

Why Discourse redirect to dokuwiki?

0
0

@vanabel wrote:

Suppose I have a local server runing discourse with nginx (configured as here), which can be visited by http://ipaddr:8080 locally(interior network).

On the local server, there is also a dokuwiki, with nginx configuration:

server{
  listen 8084;
  listen [::]:8084;
  root /var/www/dokuwiki;
  server_name localhost;
  index index.php index.htm index.html;

  location / { try_files $uri $uri/ @dokuwiki; }

  location @dokuwiki {
    rewrite ^/_media/(.*) /lib/exe/fetch.php?media=$1 last;
    rewrite ^/_detail/(.*) /lib/exe/detail.php?media=$1 last;
    rewrite ^/_export/([^/]+)/(.*) /doku.php?do=export_$1&id=$2 last;
    rewrite ^/(.*) /doku.php?id=$1&$args last;
  }

  location ~ \.php$ {
    try_files $uri $uri/ /doku.php;
    include fastcgi_params;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    fastcgi_param REDIRECT_STATUS 200;
    fastcgi_pass unix:/var/run/php5-fpm.sock;
  }
    location ~ /(data|conf|bin|inc)/ {
      deny all;
    }
    location ~ /\.ht {
      deny all;
    }
    location /data/ {
      internal;
    }
}

Now, I want it is also reachable to public, so I use the following nginx reverse proxy configuration (from DO):

server {
        listen 80;
        server_name my.server.com;
        return 301 https://$host$request_uri;
}
server {
        listen 443 ssl spdy;
        server_name my.server.com;
        ssl_certificate /etc/letsencrypt/live/my.server.com/fullchain.pem;
        ssl_certificate_key /etc/letsencrypt/live/my.server.com/privkey.pem;
        ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
        ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:ECDHE-RSA-DES-CBC3-SHA:ECDHE-ECDSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA';
        ssl_prefer_server_ciphers on;
        location / {
                proxy_pass      http://ipaddr:8080/;
                proxy_read_timeout      90;
                proxy_redirect  http://ipaddr:8080/ https://my.server.com;
        }
}

Of course I updated the ssl starffs

The problem is that, when I visit https://my.server.com it always redirect to (under IE, and FireFox tells: SSL_ERROR_BAD_CERT_DOMAIN error) dokuwiki's index: https://my.server.com/doku.php, WHY?

Posts: 1

Participants: 1

Read full topic

Happy Birthday E-mail?

0
0

@kirupa wrote:

Hi, everyone!
In vBulletin, members would get e-mailed a short "Happy Birthday" greeting on their birthdays. Does a similar feature exist in Discourse that we can enable?

Thanks,
Kirupa :slight_smile:

Posts: 1

Participants: 1

Read full topic

Need partners + Contest!

0
0

@maahi wrote:

Hi folks,

I am running a contest in my forum and also i need partners who can write quality content in phone niche, please share this and if interested join us in the contest...

Thanks,
Maahi

Posts: 1

Participants: 1

Read full topic

Viewing all 60309 articles
Browse latest View live




Latest Images