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

Talksurf.com pinned topics


Support for migration of a Yahoo! group

$
0
0

Mitch Davis wrote:

Hello. My apologies, this is almost certainly miscategorised, but there just doesn't seem to be a "dumb questions" category, and your FAQ seems to be fluff not stuff people have actually asked.

I'm a user of a popular open source program. That program has a Yahoo! group. A recent thread in that group mentioned the brokenness of Yahoo! Groups, and the overwhelming consensus from the membership (and from the main op) is that a change to something-anything-not-Yahoo!-groups is well overdue.

Two questions:

  1. Is it possible for an ordinary subscriber to use Discourse purely through email, as one would use a conventional mailing list such as mailman?

  2. Is it possible to migrate content from Yahoo! Groups to Discourse?  (I am thinking of something like the Google Groups migration API:
        https://developers.google.com/admin-sdk/groups-migration/ )

I've read the "is forum migration worth it" topic. The Yahoo! content doesn't need to disappear, and nothing special needs to be done to keep links working. I guess it's more of a membership acceptance thing. More people are likely to agree to a move if they know the old content is already there.

Thanks for your help.

Mitch.

Posts: 12

Participants: 6

Read full topic

Posting in a summarised topic breaks the progress bar

$
0
0

Rikki Tooley wrote:

Noticed this just now..

  1. Summarise a topic
  2. Reply to a post near the top
  3. Click on the post-jumper to get to my post (I had forgotten I was in filter mode)

Also, is there a name for this widget? Post-jumper sounds like an avant-garde clothing genre.

Posts: 3

Participants: 3

Read full topic

Quoting a post should add "in reply to"

$
0
0

Rikki Tooley wrote:

When you highlight a bit of text and click "quote reply," it feels like a bit of an oversight that the new post is not related to the quoted one with the reply chain.

I can see some problems when you're already replying to a post and you quote text, but this can be solved by only adding the reply chain when the post is created from the "quote reply" button.

Posts: 7

Participants: 2

Read full topic

Should be able to drag highlighted text from posts

$
0
0

Rikki Tooley wrote:

A habit I've developed over the years is to highlight text on a page and drag it into the location bar of my browser in order to perform a web search. The current "quote reply" functionality seems to override this behaviour, instead selecting different text when attempting to drag.

The workaround is to right click and click copy, which is simple enough. I think it would be better if this interaction had the same results as other sites though.

Posts: 2

Participants: 2

Read full topic

Undefined variable: $primary_background_color

$
0
0

eriko wrote:

I have not updated my Dev version in a couple weeks and I wanted to test my plugin before updating production. I update to current master and now I get this:

Undefined variable: "$primary_background_color".
(in /Users/eriko/Documents/repos/discourse/app/assets/stylesheets/desktop.scss:6)

Initially I thought it might be my cas_sso plugin so I pulled that. Then all the other plugins. I purged tmp. I made sure that there were no compiled assets. I restarted the app at each stage before and after this.

I then modified discourse/app/assets/stylesheets/desktop.scss so that it was only 4 lines long and the bits trying to access plugin stylesheets did not exist and purged tmp again. Now here is where is gets weird. I am still getting an error saying that there is an error on line 6 of discourse/app/assets/stylesheets/desktop.scss. This is a line that does not existed as the file is shorter than that. I can get the app partially running by stopping the loading of stylesheet_link_tag "desktop" put that is of little use.

What obvious thing have I missed?

Posts: 3

Participants: 2

Read full topic

Discourse + Firechat

$
0
0

Bradley Boven wrote:

Firechat (demo here) is an open source client side chat widget that can be used out of the box with some seemingly simple integration to Firebase. The instructions to use it are simple:

First, include this code before the body end tag.

<script src="https://cdn.firebase.com/v0/firebase.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>

<!-- Download from https://github.com/firebase/Firechat -->
<link rel="stylesheet" href="firechat-default.css" />
<script src="firechat-default.js"></script>

The firechat-default.css and firechat-default.js files are something that would need to be uploaded and accessed from within my domain.

Then, to initialize FireChat:

To initialize Firechat, you must initialize Firebase, and then Firechat. Here is a typical setup:

<div id="firechat-wrapper"></div>
<script type='text/javascript'>
  var chatRef = new Firebase('https://<my-firebase>.firebaseio.com/chat');
  var chat = new FirechatUI(chatRef, document.getElementById("firechat-wrapper"));
  chat.setUser('<user-id>', '<display-name>');
</script>

The site I use Discourse for would really benefit from a real time subject matter expert able to direct the users of the website to the right topics in real-time and interact with them immediately. I'd love to do this with a lightweight chat client like this instead of using another chat protocol.

What would I need to do with my Discourse install to modify it to work with this? From within the Admin interface I only have the option to add stylesheets, so I'm likely looking at modifying the source?

Posts: 9

Participants: 5

Read full topic

Broken docker install

$
0
0

Passante wrote:

Since few days my discourfse docker install is broken.
here the log, i'm using @sam image

INFO -- : > /bin/bash -c 'sudo -u postgres psql discourse <<< "alter schema public owner to discourse;"'
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
I, [2014-05-13T20:38:51.304750 #32] INFO -- :
/pups/lib/pups/exec_command.rb:85:in `spawn': /bin/bash -c 'sudo -u porstgres psql discourse <<< "alter schema public owner to discourse;"' failed with return # (RuntimeError)
from /pups/lib/pups/exec_command.rb:55:in block in run'
from /pups/lib/pups/exec_command.rb:53:in
each'
from /pups/lib/pups/exec_command.rb:53:in run'
from /pups/lib/pups/command.rb:5:in
run'
from /pups/lib/pups/config.rb:85:in block (2 levels) in run_commands'
from /pups/lib/pups/config.rb:76:in
each'
from /pups/lib/pups/config.rb:76:in block in run_commands'
from /pups/lib/pups/config.rb:75:in
each'
from /pups/lib/pups/config.rb:75:in run_commands'
from /pups/lib/pups/config.rb:71:in
run'
from /pups/lib/pups/cli.rb:31:in run'
from /pups/bin/pups:8:in
'
cd9fd1b27d1c2f5b6ffde8acc66b30847387bb9c165ca3e955b9d2c18d258a4c
FAILED TO BOOTSTRAP
WARNING: No swap limit support

Posts: 6

Participants: 2

Read full topic


Morphing elements

$
0
0

sati wrote:

I just came across this concept for morphing different elements and would love to see something like this implemented into relevant parts of Discourse. I have read many peoples criticisms of Discourse not appearing 'modern' enough and little touches like this appear to lend themselves to the modern web, and it also seems to work fine on mobile devices. So are there any reasons why something like this would not be advantageous to Discourse?

Posts: 4

Participants: 2

Read full topic

Mail client test thread for your email provider. (bug hunt)

$
0
0

Frank wrote:

This is a thread that you can respond to by your email which will allow the devs to see what your email looks like and normalize the experience.

Continuing the discussion from Support for migration of a Yahoo! group:

Posts: 4

Participants: 2

Read full topic

Hiding Suggested Topics?

$
0
0

Garrett Lisi wrote:

We're finding that having Suggested Topics below every conversation is confusing and distracting. Is there an easy way to hide that? Or, if not, is there a hard way? Thanks!

Posts: 3

Participants: 2

Read full topic

Alternatives or ETA for static pages

$
0
0

Justin Gordon wrote:

We're doing great with talksurf.com. Loving discourse!

What would be the best temporary workaround until the proposed static pages feature is available? We simply want a link to a static page, maybe in the header, to show a list of sponsors of the forum.

Posts: 3

Participants: 2

Read full topic

Add IP info lookup for Admins

$
0
0

Jeff Atwood wrote:

I propose adding a "lookup" button next to most IP addresses in user fields that are visible to admins:

Clicking the lookup button would pop up a dynamically queried box that shows a spinner, which will populate with additional lookup info about that IP as the data arrives, e.g.

We can start simple with just the top 3 here:

  1. Geolocation info for this IP, with Google Maps link
  2. reverse DNS lookup info for this IP
  3. lookup other accounts sharing this IP
  4. query server logs for this IP
  5. query flags filed against this IP

etc, whatever else it makes sense to query or show for an IP

This way if you have a sketchy user, you can verify where they're coming from.

Posts: 4

Participants: 2

Read full topic

Glyphs are just squares

Discourse: company domain is not getting reflected in invitation mails


General Category not listed on home page

$
0
0

sam wrote:

Hello,

When looking through my site I noticed that topics added to the General category are listed on my main page in a "table" as every other topic is, although the category name is missing. Every other category works properly, does anyone know why that happens/ how to fix such an issue??

Thanks
Sam

Posts: 3

Participants: 2

Read full topic

Discourse Docker Installation without Aufs

$
0
0

dave wrote:

I have a Linode box running 14.04 LTS that I wanted to install discourse on using the docker installation setup. It looks like the kernel Linode uses doesn't support Aufs yet (or at least docker doesn't think it does), because device mapper is the driver it decided to use.

When I tried to install Discourse, I got the following error:

"Your Docker installation is not using aufs
Device mapper and other experimental drivers are unstable"

Is there a reason you require Aufs? Just for giggles I commented out the line in launcher that was exiting 1 for not having aufs, and the installation proceeded smoothly, and everything seems to work great.

Am I setting myself up for trouble or have things matured with device mapper since this message/check was first added?

Thanks! I'm really excited about the future of Discourse.

Posts: 7

Participants: 7

Read full topic

Notification Email Top

Some suggestions on the getting-started onramp

$
0
0

Jon Watte wrote:

I'm trying Discourse for an internal forum. When I try something out, I spin up a new VM and install the latest Ubuntu and then try to install the software.
It seems the instructions for "easy Vagrant installation" assumed a totally different environment than I have -- I use bare Linux, not Windows or MacOS X. So I went with the "advanced installation" recommendation.
I'm pretty handy with the Linux command line, but the recommendations in the section ended up driving me off the rails (pun intended) at the point of installing RVM.
This note is suggestions for how to improve the installation instructions, rather than a demand for a better installation path (although that would be nice, too smile

First, the double SUDO command to try to get the rvm-installer is doesn't work, as it assumes that there already exists a vagrant user with sudo privileges. Neither of those are true when just following the instructions at that point. I ended up just doing wget to get the installer, and then separately running the rvm-installer as root -- much easier; I recommend updating the instructions to use that method. Also, creating the vagrant and rvm groups ahead of this point -- aptitude install for the listed packages doesn't actually create those.

Second, RVM tells me that "2.0.0-turbo" us an old and outdated version of Ruby, that doesn't even build correctly, yet that's what's recommended in the instructions. If this is actually the correct version, calling that out would help. And why can't I use the ruby that gets installed through aptitude instead?

Third, when looking for more instructions on this path, I found that there's a docker version, so I switched to that. I like Docker.
The default Docker with Ubuntu 14.04 LTS (literally, a month-old Linux installation) is 0.9.1. Yet, the Discourse scripts claim this isn't new enough and encourages an upgrade (that is not available pre-packaged.) Maybe suggesting Arch or Gentoo instead of Ubuntu would solve this? winkIn the docker setup instructions, it suggest I edit the docker "bindings," but those are really known as "expose," so updating that would clarify.
Finally, you should include a mention of the "my-email-address@example.com" address that's used by default, because that should be edited before the first instance is created!

Posts: 3

Participants: 2

Read full topic

Is there a way to use without an email server?

$
0
0

Jon Watte wrote:

Is there any way to use Discourse without outgoing email?

Currently, I'm stuck on creating the admin account, because setting up outgoing email is a PITA in certain environments (plain unprotected SMTP is going the way of the Dodo bird.)

If I know what the email token is for approving an account, can I construct a URL to "verify" that email without seeing the email text? Or is there somewhere I can easily look up the email text (that failed to be sent) to get this URL?

And, more generally, if I want to run Discourse in an internal setting without email, is that generally possible, or is email a foundational, must-have core capability?

Posts: 4

Participants: 2

Read full topic

Viewing all 60739 articles
Browse latest View live




Latest Images