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

Problems setting up email replies

$
0
0

psionmark wrote:

Hi all,

I've followed the instructions here to set up email replies.

When a new post goes to my site, I receive the following email:

The provided reply key is invalid or unknown, so we don't know what this email is in reply to. Contact a staff member.

The "reply by email address" I've set to fsnreplies+%{reply_key}@gmail.com - the email address being fsnreplies@gmail.com

Any ideas?

Posts: 4

Participants: 3

Read full topic


Feature idea: Hide unpopular topics (per category) from the front page if no replies

$
0
0

Lowell Heddings wrote:

The HTG forum is largely used as a replacement for WordPress comments. The problem is that not every article gets comments or is even interesting enough to get a bunch of comments, so the front page of Discourse on HTG often has a bunch of empty boring topics on it that make the place look more unoccupied than it already is.

It would be interesting to have a setting (per category) that topics in that category that don't have replies don't show up on the front page. (They would still show up on the category page, of course). People would also still be able to navigate to the topic by clicking over from the article.

Another alternative would be to show those posts on the home page for a brief period, and then hide them if they don't have replies after a few hours. It would definitely need to be a setting per-category though.


The point here would be making sure that the front page contains mostly "hot" topics that generate discussion, and anything auto-generated by WordPress and boring gets filtered out.

I think it would be a great addition to the whole WordPress integration for everybody else as well.

Posts: 3

Participants: 2

Read full topic

Importer for Simple Machines 2 forums

$
0
0

Jens wrote:

As hinted at here, I've coded up an import script for Simple Machines 2 forums:

Features

  • Imports users, groups and user-to-group associations.
    Also imports user avatars if those are available as uploaded files; avatars from the SMF avatar library and external avatars are not currently converted.

  • Imports categories and limited catagories permissions.
    Boards that aren't visible to SMF guests or 'regular members' will turn into read-restricted Discourse categories, and any groups with access to these boards in SMF will receive full permissions in Discourse.

  • Imports topics and messages.
    BBCode is converted to Discourse-style markup; [tags] are preserved where possible. BBCode-style [quote] blocks with valid topic and message ids are converted into proper Discourse quotations.

  • Database settings are read from SMF's Settings.php or can be given on the command line.

Missing features

These objects are currently not imported into Discourse:

  • Polls
  • Private messages
  • Attachments

Attachments are on my to-do list, polls and private messages aren't -- they've never been of any importance in my source forum.

Running the script

The script requires access to a MySQL server with the SMF2 database. If you're using a MySQL user with restricted permissions, be aware that the import script must be able to create and write into a temporary table named prefix + "import_message_order" (where prefix is taken from your SMF settings).

You can invoke the script in three ways:

  1. With just a path to your old SMF root directory: ruby smf2.rb /path/to/smf_root
    All database settings are read from SMF's Settings.php file and avatars and attachments will be imported.

  2. With the database settings on the command line: ruby smf2.rb -d smf_db
    You can get a list of available options and their default values by running the script without any parameters at all. The script will refuse to run unless you specify at least the database name.

  3. With both, options and path to the SMF root directory. This can be used to selectively override settings from Settings.php with the command line options.

Posts: 1

Participants: 1

Read full topic

Please help me to finish my inlineRegexp plugin to append href to posts

$
0
0

Admir Hodzic wrote:

I am trying to append links inside my posts with external sources.
I want to parse my posts and find attached files inside posts.
For those files I want to append external links in hope that I am going to get oneboxing.
My pure JS looks like this

http://jsfiddle.net/adopilot/g44Nq/

Unfortunately I can't find way to combine this with Discourse.Dialect.inlineRegexp
I read twice

My reqex is bit complicated I have to do two way parsing to get needed results.

I am wondering how I can have several functions and operations inside Discourse.Dialect.inlineRegexp
to emit only one .
Is there any other function which can append HTML to post ?

Posts: 3

Participants: 2

Read full topic

Getting error when registering with a new discourse docker installation

$
0
0

Resurrectedstar wrote:

I just installed discourse via docker. On going to registration, I get the message "Something went wrong, perhaps this email is already registered, try the forgot password link"

Any idea what is going on?

Posts: 3

Participants: 2

Read full topic

In main category page, subcategories with same name show same new topic count

$
0
0

Brad Huber wrote:

I think this is a similar issue to this recent bug, where sub-category data is being found by name, rather than id.

Here's an imgur gallery with examples from our /categories page. If you notice, any sub-category that has the exact same name as another has the same new topic count. Going into a sub-category and reading a topic doesnt change the count, so I'm assuming it's grabbing the count from one sub-category, and then applying it to every subcategory with the same name.

Posts: 2

Participants: 2

Read full topic

Upgrade from Ubuntu 12.04 to 14.04 on Live System?

$
0
0

Craig Oda wrote:

Has anyone upgraded from 12.04 to 14.04 on a live system? I am running 0.9.9.12

I have all the updates applied for 12.04 running on Digital Ocean. Although the system is running fine with 12.04, It's tempting to run a sudo do-release-upgrade and see what happens. Anyone do this?

It's a low traffic system and I can take it offline if I need to.

Posts: 5

Participants: 5

Read full topic

Should bold span multiple lines?

$
0
0

Tuan Anh Tran wrote:

**line1 line 1 line 1
line2 line2**

this suppose to render a bold line but doesn't

**line1 line 1 line 1
line2 line2**

Posts: 4

Participants: 3

Read full topic


Updating emoj links on new domain

$
0
0

Resurrectedstar wrote:

When setting up the docker instance, I accidentally made a typo in DISCOURSE_HOSTNAME. After a while, I noticed and I fixed the url, and did a rebuild which fixed the registration email links and some other stuff that were pointing to the wrong domain. Oddly, the thing that remains unupdated is the emoj links which apparently still use the wrong domain.

Posts: 2

Participants: 2

Read full topic

Admin Panel Options Not Saving

$
0
0

Manthan Mallikarjun wrote:

Hey!

I am trying to add stuff to the HTML head, but every time I update the code and press save, it just gets stuck. The button says saving but if I refresh the page, it reverts back to what it was before. I looked in the top left corner, and I dont see any extra api/db calls made.

I am running the latest version of docker. Im not sure if anyone else is able to repro?

Its frozen like this:

Posts: 1

Participants: 1

Read full topic

Upper right menu items link to current page when right-clicked

$
0
0

Mittineague wrote:

My name goes to my users page. But if I right-click open new tab on my avatar it goes to the current page.(as do too notifications, search, and the hamburger)

I know they're supposed to cause a dropdown menu when left-clicked, but should / could this right-clck behavior be different?

Posts: 1

Participants: 1

Read full topic

Docker upgrade @ Discourse?

$
0
0

Alankrit Choudhary wrote:

So i visited mysite.com/admin/docker
and it said a new upgrade was avalaible , and i performed the upgrade..
My real question is was there an upgrade issued ?

Posts: 5

Participants: 3

Read full topic

Thunderbird and code blocks in emails

$
0
0

Jens wrote:

Thunderbird apparently doesn't properly word-wrap text in code blocks in emails sent by Discourse:

The problem seems to be exclusive to Thunderbird: in the Gmail web interface the text is nicely wrapped in Firefox, Chrome and (shudder) even IE, and even Windows 8's built-in mail client handles the word-wrap okay.

Posts: 1

Participants: 1

Read full topic

Custom CSS and file uploads not working

$
0
0

node wrote:

I've successfully implemented SSL via NGINX, however custom CSS and file uploads are not working. I am aware that I need to edit my config and have looked at the example provided by Sam here but I keep getting errors.

Could you check my SSL config below and suggest what lines I am missing?

    server_name example.com;
    return 301 https://$host$request_uri;
    listen 80;

}
#HTTPS server
server {
        server_name example.com;
        listen 443 ssl;
         # spdy;

    ssl on;
    ssl_certificate /var/docker/shared/standalone/ssl/ssl-bundle.crt;
    ssl_certificate_key /var/docker/shared/standalone/ssl/example.com.key;
    ssl_protocols TLSv1.1 TLSv1.2;
    ssl_ciphers ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AES:RSA+3DES:$
    ssl_prefer_server_ciphers on;
    ssl_ecdh_curve secp521r1;

    location / {
            access_log off;
            proxy_pass http://example.com:8888;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header Host $host;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                }
}

Posts: 1

Participants: 1

Read full topic

How to receive notifications without delay?

$
0
0

Eyal Levin wrote:

By default there is a delay when receiving notifications about new posts in a topic.

For debugging purposes I would like to receive the notifications immediately.
How can I make this change?

Thanks

Posts: 2

Participants: 1

Read full topic


Custom avatars not showing up in preferences

$
0
0

node wrote:

I've set up custom avatars to be stored in S3, however even before this setting was enabled avatars do not appear in preferences despite being visible in the top right of the page.

Posts: 10

Participants: 4

Read full topic

Plugin stylesheets no longer being included

$
0
0

Thomas Smyth wrote:

Hi folks. I just upgraded from v0.9.8.3 to v0.9.9.12 (I know mea culpa, should have upgraded earlier). Trouble is my plugin stylesheets don't seem to be getting loaded anymore.

I noticed the huge list of link tags has now been replaced by a single desktop.css. I looked in there and the contents of the asset my plugins register is in there:

/*
 *= require_tree ./vendor
 *= require_tree ./diaedu
 */

But the requires aren't be expanded. How to fix this please? Thanks!

Posts: 1

Participants: 1

Read full topic

Add custom markup to category table-rows

$
0
0

Pehrlich wrote:

hi,

I'm looking to give each category its own font-awesome icon, with the aid of custom javascript. I can write the javascript which will add the icons to the page, but I haven't been able to find any simple "after render" hook documented either for ember.js or discourse.

How do I have a snippet of code rendered every time /categories page is displayed?

Thanks,
--Peter

Posts: 6

Participants: 3

Read full topic

[Paid] Need Help Setting Up Server

$
0
0

Brian Purkiss wrote:

I'm looking to hire someone to help me setup a server.

This is my first time running my own server. I'm a bit swamped with client work and want some of this stuff setup soon.

What I need Done on the server:

  • Multiple WordPress installs (PHP and mysql already installed)
  • Instalation of Discourse (Ruby already installed)
  • Help setting up email for discourse
  • It'd also be nice if you could point me in the direction of running things after it's setup

I'm happy to answer any questions.

Posts: 3

Participants: 2

Read full topic

Moving the cursor to the top of a long post doesn't move the view to the top [Chrome]

$
0
0

Brian Purkiss wrote:

Didn't see this bug in the search.

While writing a long post in chrome, so the text is longer than the window, moving the cursor to the top of the text doesn't move the view to the top of the text box.

It does work when moving to the bottom of the textarea, but not to the top.

Posts: 4

Participants: 2

Read full topic

Viewing all 60613 articles
Browse latest View live




Latest Images