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

Syntax highlighting seems to be working only for first block inside a list item

$
0
0

@dmitry_fedyuk wrote:

First of all, thanks to @riking for the solution to make syntax highlighting inside a list item.
But for me it works only for the first code block inside a list item and for some reason does not work for the next code block inside the same list item.

An example of text:

  1. Edit composer.json file in the Magento 2 root folder: change PHP version rule from

    "php": "~5.4.11|~5.5.0"

    to

    "php": ">=5.4.11"

  2. Delete composer.lock file from the Magento 2 root folder.

As you can see, for some reason syntax highlighting works for the first code block but does not work for the second.

Posts: 1

Participants: 1

Read full topic


Separate locale for admin panel

$
0
0

@tenzan wrote:

I wasn't sure if I had post it in features category.

My question is, if there any plans to separate locale for admin and forum interface.

I apologise if this was already discussed.

Posts: 1

Participants: 1

Read full topic

Need to translate 2 Japanese message keys

$
0
0

@tenzan wrote:

I need to translate into Japanese the message keys:

[ja.dates.tiny.about_x_hours.one]
[ja.dates.tiny.x_minutes.one]

The site in the Japanese at the moment and it's showing up the above message keys.

UPDATE

I noticed there're a lot of message keys has not been yet translated and I feel like I need to translate them via Translate Contribution Program...

Posts: 2

Participants: 2

Read full topic

Errors after missing a logout notification

$
0
0

@fefrei wrote:

When a Discourse tab is open, and the user is logged out remotely (by strict logout or the admin), normally, you receive a push notification that tells you you were logged out and need to refresh this page.

If this notification is missed, multiple things error out.

Steps to reproduce:

  • log in to a test account
  • disconnect from the network
  • use an admin account on another device to logout the test user
  • reconnect to the network
  • try to use Discourse, e.g. open your profile

I'd expect that Discourse notices that your session is invalid, and simply refreshes the page. Instead, you get the standard :( error message. If you don't know what caused this, it can be quite confusing until you manually reload the page.

Posts: 1

Participants: 1

Read full topic

Bold editor toolbar button not working for Japanese text

$
0
0

@tenzan wrote:

If you see the image below, when you try to apply Bold inside of the text, it doesn't work.

You will need to put space from both sides to make it bold.

Can this be fixed?

Let me know if it's not clear what I mean.

Posts: 3

Participants: 3

Read full topic

The more I use Discourse

$
0
0

@holden wrote:

The more I love it. Truly brilliant software. I keep discovering new things that set it apart from 'the old standard' (xenforo, ips, etc.). Truly next gen. Thank you!

Posts: 1

Participants: 1

Read full topic

The "Your topic is similar to" popup should be more readable

$
0
0

@gerhard wrote:

Continuing the discussion from Just In Time notifications for common FAQ items:

Can we get a lighter background color and horizontal lines between the topics?
Something like this maybe?

Below the last horizontal line would be a great place for the "more..." link.

Posts: 2

Participants: 2

Read full topic

It's not possible to change to min/max parameters of polls

$
0
0

@gerhard wrote:

Steps to reproduce:

  • Create a post with a poll of type multiple
  • Immediately edit the poll and add or change the min or max parameters
  • Save your edited post

Expected behavior:
The poll should use the values of the min or max parameters that have been set during the edit.

Actual behavior:
The preview during the edit shows the correct help text ("You must choose at least 2 options.").

But after saving it still shows the original help text ("You may choose up to 3 options") and voting for one option is permitted.

Posts: 1

Participants: 1

Read full topic


Single Sign On error on CAS Auth

Hide one category from latest posts view

$
0
0

@steve_pd wrote:

I would love for our front page to be the latest view, but the comments integration with our WordPress site makes it impractical. With up to 30 articles going on to our site each day the discussion can be quickly lost.

Is there any way we can filter out one category from the latest view?

Posts: 5

Participants: 4

Read full topic

Uploaded image is broken

$
0
0

@tenzan wrote:

When I upload the image, it shows when I have it uploaded.

But once a topic is created it shows an image as broken.

I have 3 sites with Discourse installed, but only this one has this issue.

The installed version is v1.4.0.beta3 +77 and locale is ru.

Posts: 1

Participants: 1

Read full topic

Kyrgyz language does not exist in Transifex

$
0
0

@tenzan wrote:

I'd like to start translating Discourse into the Kyrgyz language, but it doesn't exist in the list of languages (wow, am I the first smile ? ).

How can I add Kyrgyz language?

It seems I can't finish registration unless I select some language...

Chicken-and-egg loop...

By the chance, is this question to be addressed to Transifex?

Posts: 5

Participants: 2

Read full topic

Migrate from redmine forum to Discourse

$
0
0

@maxlapshin wrote:

I have 4 years old redmine forum and I want to migrate it to discourse.

Redmine has rather trivial structure: users, boards, messages in boards, messages in messages, attachments in messages.

Should I try to read and copy script from scripts/import_scripts for my task?

Posts: 2

Participants: 2

Read full topic

Migrating user accounts from bcrypt app

$
0
0

@m52go wrote:

Excuse me if this sounds naive but I'm fairly new to Rails. I have a very simple Rails app that uses bcrypt for passwords. We've accumulated ~100 users with this site.

As a result, we've grown out of that simple app and want to move to Discourse. After taking a look at the users table for our newborn Discourse instance, there are some fields like password_hash, auth_token, etc. that don't map directly to user fields in the current app.

Any advice/tools for moving these accounts over? I'm sorry if I left any critical information out...just let me know what it is and I'll provide it ASAP.

I was hoping to just copy the users table over, but that doesn't seem feasible, plus I'm not sure what kind of hooks, etc. run on new user creation in Discourse that I'd be missing. I'd really appreciate any pointers, tips, or advice.

Posts: 2

Participants: 2

Read full topic

The perfect server: Ubuntu 14.04 vs 15.04

$
0
0

@PopsRocker wrote:

Greetings!

I'm back ... lol, and trying to set things up the right way from the start.

Long story short, I ended up messing my server up beyond anything I could easily fix. Fortunately, my production sites were never really too far along. So I have decided to wipe the whole server and start over.

My concerns are making sure I set the server up from the beginning to allow for easy installation of Discourse, and I want to make sure I am setting my websites up for speed.

I was using Serverpilot for the control panel, and I was finding it to be a bit confusing when I wanted more control. I'm now looking at ISPconfig3 as a web server control panel.

My biggest question is on which Ubuntu version should I install. I've always been the type to upgrade when upgrades are available, and would like to know if I will encounter any issues if I were to set the server up with Ubuntu 15.04

EDIT:
Well, upon further research it looks like there's not much of a benefit to upgrading to Ubuntu 15.04. I see a lot of people referring to Ubuntu 14.04 LTS as being the best option. So I will stick with the LTS version.
(smacks forehead) the LTS stands for Long Term Support and is best suited for servers.

Thanks ... Pops

Posts: 1

Participants: 1

Read full topic


What is discoursehosting.org? (.org not .com)

$
0
0

@KajMagnus wrote:

Edit: The owner of the .org site writes below that it was a demo project and he's taking it offline. See https://meta.discourse.org/t/what-is-discoursehosting-org-org-not-com/30554/3 — so it was a well intended site then, and my thoughts below were wrong /Edit

There is https://www.discoursehosting.com which I think people know about already, but there is also http://www.discoursehosting.org. I'm thinking that the latter site, which ends with .org not .com, is not a serious hosting provider and perhaps they would steal people's money? They bought their domain in 2014, more than one year later than .com, but still opted for the almost same domain name.

No one uses www.discoursehosting.org right, and you too think it's a scam? (But many people like www.discoursehosting.com (with com) I suppose.)

So this is what happens if one doesn't buy the com domain name, only buys .org? I actually once went to .org and thought "oh they've remade their website and now they require people to pay up front, they've removed the trial period". This was before I had become aware about both the org and com versions, and I had typed ...org in the address bar.

Edit: Now I googled for the person who has registered the .org and seems he's a real person. I am confused.

Posts: 6

Participants: 3

Read full topic

Chrome extension Discourse v0.2

Comment Embed Isn't Working - How to troubleshoot?

$
0
0

@kirupa wrote:

Hello,
This is somewhat related to a question I had last year. I've noticed that I am unable to get the Discourse embedding to work on this particular page: www.kirupa.com/html5/getting_mouse_movement_direction.htm

The strange thing is that my logs don't show any errors either. It is just that the forum topic isn't getting created when the page loads. Assuming this is related to the encoding issues I had in the past, I verified that the encoding is UTF-8 via the W3C Validator. I also tried saving the page with a BOM as well as without a BOM specified. The discussions still don't load any more. I tried creating a new document and using the same markup in case converting an existing document might have some issues - same end result.

Does anybody have any suggestions on what I can do to help identify the problem?

Thanks,
Kirupa

Posts: 1

Participants: 1

Read full topic

S3 uploads Howto?

$
0
0

@Senthil wrote:

I have a discourse running on digital ocean instance. I used the docker install to setup my instance.
Having followed the S3 upload instructions, I am still not able to upload images to my site. It is getting struck at 100%.
Do I need to provide any CDN URL?

Log message has the error.

Job exception: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.

Support answers on this error states that I could use the correct region. But I did. I setup Standard US for bucket in S3 region information and I ended up using us-region-west1 (closest to where I live) in the discourse setting

Any other suggestion to get past this error?

Posts: 1

Participants: 1

Read full topic

"Topics with no response" admin "Last 30 days" number very high

$
0
0

@DeanMarkTaylor wrote:

/admin page displays very high number for "Last 30 days" for "Topics with no response".

I assume this has something to do with the site content being imported and numbers will likely correct themselves after a period of time.

Running v1.4.0.beta3 +113

Posts: 6

Participants: 3

Read full topic

Viewing all 60707 articles
Browse latest View live




Latest Images