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

Importing from a legacy forum

$
0
0

@Kristen wrote:

I am wanting to transfer Users and Posts from an antique forum. It uses SQL Server and Snitz [forum software] (which has been dead for many years ...)

I've had a bit of a look at the import solutions offered here, and it looks like they rely on mounting a local restored database - MySQL or similar, e.g. based on phpBB - and then a Ruby script pulling the data from that DB. I've little familiarity with Ruby etc. but I suspect the easiest solution with my skill set would be to export existing database to something like XML / JSON etc. I could take care of converting local links into something generic that an import into Discourse was able to parse and sort out. Current forum has no attachments, so I'm just looking at Threads (with Title and Forum/Category), Original Message and Replies (nothing threaded, just chronological messages) each with a Date, Time and User.

Is this sounding doable with import tools that already exist?

Many thanks

Posts: 1

Participants: 1

Read full topic


Discourse SSO Logout

$
0
0

@bboyle1234 wrote:

Discourse SSO works great for login:

  • The discourse login button directs to main site's sso page.
  • The main site can link to myforum.com/session/sso, helping the forum start an sso login if the user's not already logged in.

Great! But what about logout:

  • When the user clicks the discourse logout button, it should be able to redirect to the main site's sso logout url
  • When the user clicks logout on the main site, the main site should be able to make the browser temporarily navigate to myforum.com/session/sso_logout or similar

What do you think? Are these features already available but I don't know how to use them?

Posts: 2

Participants: 2

Read full topic

Empty page with strange entries in logs

$
0
0

@staticinvocation wrote:

Hi,

I've had a Discourse forum running for about a month now, but today I woke up with the forum returning a completely blank page. Restarting the docker instance did not fix the issue.

I tried running ./launcher rebuild which appeared to have worked, but when navigating to the page it works once, and then returns an empty page for every request thereafter.

I took a look in the log files and they are completely spammed up with entries like this:

2015-05-08 17:06:51 UTC [65-1] LOG:  could not open temporary statistics file "/var/run/postgresql/9.3-main.pg_stat_tmp/global.tmp": No such file or directory
Missing privilege separation directory: /var/run/sshd

Anyone know what's up? I tried entering the instance already and touching the postgre file with no result.

Posts: 5

Participants: 2

Read full topic

Ability to change tracking level from topic summary

$
0
0

@abarker wrote:

As some of our users have pointed out, it is frustrating to only be able to change the topic tracking at the bottom of a topic. The problem scenario was outlined as follows:

  1. Set auto track rules to something like 4 minutes in topic.
  2. Browse from a touch device, such as a tablet.
  3. See a new long topic that piques your interest. get 10 or so posts in and realize that, while you are interested in the topic, you aren't interested enough to devote the time in the topic now.
  4. You haven't yet spent 4 minutes in the topic, so it hasn't auto-tracked. Being on a touch device, you can't use the keyboard shortcuts. Down to the bottom of the topic you go to set the tracking-status manually.
  5. Now that you've been at the bottom of the topic, your furthest read position is the last post. The topic does not show in the Unread list. Your position in the topic is lost. sob

To combat this, the idea of adding the ability to change the tracking status from the top of the topic was suggested (thank you @boomzilla). Adding the selector to the topic summary area would seem a logical place to double this control, and would resolve the above scenario fairly easily.

Posts: 1

Participants: 1

Read full topic

Poll height on mobile with image content

$
0
0

@DeanMarkTaylor wrote:

Continuing the discussion from Polls don't fit on mobile:

I've just reproduced this issue on try.discourse.org (obviously it's likely to be reset soon):
http://try.discourse.org/t/poll-test-looking-into-images-in-polls/323

Screen grab:

Here is the relevant post raw code I used:

[poll name=with_content]
- My first image <img src="https://meta-discourse.global.ssl.fastly.net/uploads/default/41751/aa207d68bf8ab060.png" height="100">
- Emoji: :smile:
[/poll]

[poll name=with_content2]
- My first image <img src="https://meta-discourse.global.ssl.fastly.net/uploads/default/41751/aa207d68bf8ab060.png" height="150">
- Emoji: :smile:
[/poll]
[poll name=with_content3]
- My first image <img src="https://meta-discourse.global.ssl.fastly.net/uploads/default/41751/aa207d68bf8ab060.png">
- Emoji: :smile:
[/poll]

Posts: 8

Participants: 4

Read full topic

Onebox support for multiple audio files in folder on archive.org

$
0
0

@sujato wrote:

Archive.org supports folders that contain multiple audio files (probably other kinds of files, I guess). When I paste the URL in Discourse, it gives me an audio player for just the first file. There doesn't seem to be any simple way on archive.org to get individual URLs for the various files. So it'd be lovely if Discourse would add via onebox the whole set of audio players. Any ideas?

Posts: 1

Participants: 1

Read full topic

Can't download backups

$
0
0

@Alex_Flom wrote:

When I click on download backup I get the following error:
The page you requested doesn't exist or is private.

What can it be?

Thanks

Posts: 7

Participants: 2

Read full topic

How do I recover true user IPs?

$
0
0

@KazWolfe wrote:

I am using a Discourse container that is using Cloudflare for performance and security. However, I am encountering a problem: User IPs are not what they really are.

This is most likely Cloudflare's fault, but there are solutions to this issue. What is the "official" tutorial for fixing this problem?

Posts: 3

Participants: 2

Read full topic


Don't claim support for Ruby 2.0

$
0
0

@palant wrote:

Install document currently says:

Ruby 2.0+ (we recommend 2.0.0-p353 or higher)

Actually, Ruby 2.0.0 won't work. When I tried I got an error from the Sidekiq gem:

uninitialized constant Sidekiq::Sinatra

This was coming from sidekiq.web.rb:

module Sidekiq
  class Web < Sinatra::Base
--------------^

sinatra/base is required above. While I don't know Ruby, I guessed that this is a language incompatibility. And indeed, the error went away after switching to Ruby 2.1.2.

Posts: 7

Participants: 4

Read full topic

Should word censoring's site setting show ■ or #9632?

$
0
0

@watchmanmonitor wrote:

Continuing the discussion from How is word censoring supposed to work?:

I'm digging through settings, looking for how to enable moderation, and found that the censored words shows &#9632; in the UI.

I would expect it to be shown as ■

If I were going to create a PR for it should I make the change in all the languages?

I'd change the english to

censored_words: "Words that will be automatically replaced with ■■■■ (&#9632;)"

to show what it would really look like, and then the unicode character it's supposed to be.

Posts: 1

Participants: 1

Read full topic

Average 'payload' size per pageview (to calculate bandwidth needs)

$
0
0

@purldator wrote:

I, in my constant yak shaving, have mentally conjured a hypothetical formula to ballpark a possible bandwidth figure. This is so I can anticipate bandwidth costs. For me, it's better to get some idea of what I may be up against than nothing at all.

To use the formula, one needs to find the median of a single Discourse instance's average payload size. Then use it to divide the bandwidth one is allowed each month by one's VPS provider. The solution shows how many pageloads/payloads would have to happen to reach the bandwidth cap.

x = bandwidth cap
y = average view/payload size
z = average number of views/payloads to reach the bandwidth cap

x/y = z

(I am absolutely terrible at math but I can write these out since it's basic problem solving for me. If I'm wrong with the stuff above then please correct.)

My question is how would one go about determining the average size of a payload? Furthermore, what determines a payload for Discourse?

I know the JavaScript framework needs to be loaded first. After that it's only calling things from the database then serve onto the JavaScript.

I also have tried finding through google ways to determine bandwidth size needs. I haven't found much; this is my concrete way of getting a solid ballpark figure so I have a simple idea of what to possibly expect.

Posts: 4

Participants: 2

Read full topic

Confused by users counts on Users page vs. About page

Dismiss Topics/Replies per Category

$
0
0

@purldator wrote:

Sometimes I wish for a more focused view per category, in terms of the New/Unread tabs.

@cpradio already made a PR that was merged in October of last year.

I am unsure if that was suppose to fix what I am looking for/missing. Because as of right now there's no dismiss buttons at least for the new tab per category.

I also am wondering if it's possible for the category drop down to remember that I was looking at the new/unread tabs. Instead of jumping to the latest for that category it would keep inside the new/unread tabs.

Posts: 9

Participants: 4

Read full topic

Custom ordering of threads and posts

$
0
0

@rubydoob wrote:

If I wanted to use discourse as a semi-CMS, I would want to do the following:

  1. Customize the order in which the threads are ordered.
  2. When viewing a thread, customize the order of the posts/replies.
  3. Have control on what posts show up in the related posts section

To satisfy #1, I guess I could just pin all the posts, and control the ordering with that correct?

Is #2 possible? What I am looking for is, say I have 3 replies, and I want to be able to move them around to any order I want.

Suggestions from anyone doing something similiar would be great.

Posts: 2

Participants: 2

Read full topic

A code metric gem may help: rails_best_practices


Admin Quick Start Guide links broken

Love the "Anonymize User" feature - thanks!

Anonymous User Can't Be Created

$
0
0

@KazWolfe wrote:

Our Discourse install has the anonymous user feature enabled, but clicking it does nothing.

Looking in the logs, I can see:

ActiveRecord::RecordInvalid (Validation failed: Email is not allowed from that email provider. Please use another email address., Name can't be blank)

Now, this error would be okay if it weren't for the anonymous user. We're blocking all e-mails not from a specific domain and we're requiring names.

Could it be possible to implement some sort of code that allows the Anonymous user to bypass e-mail and name checks?

Posts: 11

Participants: 3

Read full topic

The homepage overview - how to make it look more clean

$
0
0

@christianjohnsen wrote:

Hey guys

I've a question for you. I just came across this site: http://community.sitepoint.com and I really like the way they've chosen to set up the overview. Can someone tell me how to do this in the settings? I can't really find a way to make it look like that.

-Best
Christian

Posts: 13

Participants: 4

Read full topic

Removal of users from groups

$
0
0

@Daniel_Pett wrote:

Hi all,
We've had a look through support topics and cannot find this referenced anywhere. At the British Museum, we're running v1.3.0.beta7 +52 on the supported Docker install and have found that we cannot remove users from groups. You click the cross button and the dialogue steps run through as normal. However, the user is not removed from the group. We have tried in Chrome, Internet Explorer, Firefox on Windows 7 (not tried under another OS).
Any ideas?
Dan

Posts: 14

Participants: 4

Read full topic

Viewing all 60739 articles
Browse latest View live




Latest Images