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

Moving posts twice changes order

0
0

@jomaxro wrote:

Summary:

This is an odd one, unknown if it can be reproduced...

Steps to reproduce:
maybe

  1. User A creates a topic.
  2. User A replies to own topic
  3. User B replies in topic
  4. Moderator A moves all posts to new topic
  5. Moderator B moves posts from new topic to a third topics (just the ones moved in step 4, not all posts).

Expected Results:

Posts maintain their order in all 3 topics

Actual Results:

Post over is changed after second move. The original post is now last.

Attachments:
This is the post in question (plus the two above it):


This is where the post started:

Version:

Discourse 1.5.0.beta11 (discourse.stonehearth.net)

System Information:

Windows 10 Pro, Chrome Stable 48

Posts: 1

Participants: 1

Read full topic


Is it possible to install discourse inside a directory?

0
0

@Tyler_Oakson wrote:

I managed to install discourse successfully on the amazon EC2 free tier, using docker and was wondering if there is a way I can install it inside a directory, for instance example.com/forum

I would do forum.example.com but I use a .ga domain (freenom) as I'm only 15 and cannot afford domains and such and freenom does not support creating subdomains, which leaves me to use a directory

Thanks!

Posts: 2

Participants: 2

Read full topic

Vietnamese locale unable to load

0
0

@Minh_Quang_Vo wrote:

Hi all,

I'm just new to Ruby and Discourse. I would like create a new forum dedicated to Vietnamese folks. I just cloned the Discourse Docker at : https://github.com/discourse/discourse_docker.

I followed the instructions steps by steps :
* Used standalone.yml => changed to app.yml
* ./launcher bootstrap app
* ./launcher start app

Everything worked fine, except the Vietnamese translation. I changed my locale from "en" to "vi" but when logging back, I just got a blank page. I saw the following error in my log

Started GET "/javascripts/locales/vi.js" for 127.0.0.1 at 2016-03-01 01:16:37 +0000
ActionController::RoutingError (No route matches [GET] "/javascripts/locales/vi.js")
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
Processing by ExceptionsController#not_found as /
Rendered exceptions/not_found.html.erb within layouts/no_ember (7.6ms)
Rendered layouts/_head.html.erb (0.5ms)
Rendered common/_special_font_face.html.erb (0.9ms)
Rendered common/_discourse_stylesheet.html.erb (4.5ms)
Rendered application/_header.html.erb (0.6ms)
Rendered text template (0.0ms)
Completed 404 Not Found in 67ms (Views: 0.5ms | ActiveRecord: 16.0ms)

I went to google and found out https://meta.discourse.org/t/how-to-add-a-new-language/14970/10 . After having tried several times, I had the following issues:

  • app/assets/javascripts/locales/vi.js.erb doesn't exist. I had to create one with the following content:

        //= depend_on 'client.vi.yml'
        //= require locales/i18n
        <%= JsLocaleHelper.output_locale(:vi) %>
  • but when doing

cd /var/www/discourse
RAILS_ENV=production bundle exec rake assets:clobber assets:precompile

I got a weird error

Compressing: locales/vi-b5f2a031d44cf486f70e7c6573d4df7e.js
rake aborted!
Errno::ENOENT: No such file or directory - (/var/www/discourse/public/assets/locales/vi-b5f2a031d44cf486f70e7c6573d4df7e.js, /var/www/discourse/public/assets/locales/_vi-b5f2a031d44cf486f70e7c6573d4df7e.js)
/usr/local/lib/ruby/2.0.0/fileutils.rb:519:in rename'
/usr/local/lib/ruby/2.0.0/fileutils.rb:519:in
block in mv'
/usr/local/lib/ruby/2.0.0/fileutils.rb:1558:in block in fu_each_src_dest'
/usr/local/lib/ruby/2.0.0/fileutils.rb:1574:in
fu_each_src_dest0'
/usr/local/lib/ruby/2.0.0/fileutils.rb:1556:in fu_each_src_dest'
/usr/local/lib/ruby/2.0.0/fileutils.rb:508:in
mv'
/var/www/discourse/lib/tasks/assets.rake:173:in block (2 levels) in <top (required)>'
/var/www/discourse/lib/tasks/assets.rake:160:in
each'
/var/www/discourse/lib/tasks/assets.rake:160:in block in <top (required)>'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/task.rb:240:in
call'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/task.rb:240:in block in execute'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/task.rb:235:in
each'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/task.rb:235:in execute'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/task.rb:179:in
block in invoke_with_call_chain'
/usr/local/lib/ruby/2.0.0/monitor.rb:211:in mon_synchronize'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/task.rb:172:in
invoke_with_call_chain'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/task.rb:165:in invoke'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/application.rb:150:in
invoke_task'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/application.rb:106:in block (2 levels) in top_level'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/application.rb:106:in
each'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/application.rb:106:in block in top_level'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/application.rb:115:in
run_with_threads'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/application.rb:100:in top_level'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/application.rb:78:in
block in run'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/application.rb:176:in standard_exception_handling'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/lib/rake/application.rb:75:in
run'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rake-10.5.0/bin/rake:33:in <top (required)>'
/var/www/discourse/vendor/bundle/ruby/2.0.0/bin/rake:22:in
load'
/var/www/discourse/vendor/bundle/ruby/2.0.0/bin/rake:22:in `'
Tasks: TOP => assets:precompile

Please advise what I should do to enable Vietnamese locale. Thanks.

Posts: 6

Participants: 5

Read full topic

Why does the admin panel let a a copy be made of the entire database?

0
0

@johncave wrote:

When reading this thread about what to do if your Discourse is hacked, I was prompted to post a question that's been bugging me since I first used Discourse: Why even include the option to download the whole database to the local computer? I can see no reason why an admin would want to back up her database to her own desktop computer, nor any reason he would want to spend hours waiting for a file which could potentially be gigabytes in size to download.

I feel like this should be a command line option and allow the admin to back up the database to an S3 bucket or remote FTP host. I feel like what data is contained inside the database is of no concern to anyone but the person responsible for maintaining that database / the server. If an admin starts to feel disillusioned with the other admins, they can take a copy of the database to do whatever they please with, including to blackmail the other admins.

This feature is common among forum software and is often used to compromise open-source projects' data, like the case this week with Linux Mint. Why tempt fate?

Posts: 4

Participants: 3

Read full topic

How to embed flash as onebox

How To Stylizing Usergroups

0
0

@Ryahn wrote:

I am having some issues trying to style my usergroups on my install. I would like to add background color and change the font color of the group that is displayed.

I currently able to get my username colored.

Here is what I have right now

.names span.ProjectLead a {
    color: red;
}

Posts: 1

Participants: 1

Read full topic

Video uploading issues from iPhone?

0
0

@charleswalter wrote:

Has anyone played around with video uploading? I allowed the file extensions, but after trying to upload a video of about 1 min (I didn't check the file size), it appears to get stuck at 15%.

I'm on an iPhone, and it appeared that iPhone did compress the video a bit before starting the upload.

Posts: 4

Participants: 2

Read full topic

Autoplay YouTube videos

0
0

@charleswalter wrote:

I know this may sound potentially annoying for many users, but I surveyed about 100 users asking what features they'd most like to see, and the #1 response was autoplay on YouTube videos with sound. We have a number of music oriented categories, and users want a more lively experience by having the sound start the moment they open the topic.

I'm just wondering if someone would be interested in creating a plugin that could make this an option in the user preferences, similar to the way we have enabled users to opt-in to signatures. We would pay for development of this plugin, if it is indeed possible.

Thanks.

Posts: 2

Participants: 2

Read full topic


How to put border?

0
0

@rslsrkr wrote:

Ok I want to put border to menu as seen with sub-category ''All categories''.That box type thing in grey.How to do it?

Posts: 1

Participants: 1

Read full topic

[missing {{count}} value]

Multiple email addresses per category

Category Background images retain after being deleted

0
0

@Alankrit_Choudh wrote:

How to Repo

  1. Insert a category background image (possibile more than 1000px in size)
  2. Save.
  3. Ctrl + F5
  4. Go to the category you added the image and delete it, Click Save. Ctrl + F5 . The background image is still there!

Posts: 9

Participants: 4

Read full topic

Notifications bug

0
0

@grxninesix wrote:

Hi guys,

On the Infinite Flight Community, i receive many messages from a group chat or topics and when i have read all of them, the notifications continues to appearing as new message, frequently, just annoying me...

Little things to know in my case :
- i'm logged in from my Mac (using my phone cellular network), my phone (shortcut in homescreen) and at office.
- i had never see this happen before the lasts 2 days.

Maybe, its a login issue? some users reported bug for 1 earned month notification..

Sorry for my bad english, available for more info.

Have a nice day

Posts: 2

Participants: 2

Read full topic

Translation of `admin_js.admin.email.incoming_emails.modal`

0
0

@Benjol wrote:

In the series of texts in this category, there are things like: Return-Path and Message-Id.

This leads me to believe that these texts probably shouldn't be translated. Could a developer please confirm/correct me on this?

(Because there are also things like Date, From, To, Subject, Body).

Posts: 4

Participants: 3

Read full topic

How to Disable Flags

0
0

@AnonymousPerson wrote:

Hi! So on our forum, there is a drawing topic. On that drawing topic, (it's very climatic) there are 14000+ posts, and many people want to share their art. We do like to share art in that topic, but sometimes it gets out of hand. Wether it's just off topicness, spam, the @system has closed the topic 100+ times!
Just wondering, is there any way to disable @system? I mean, people have the right to flag, but it closes all the time and it's kinda annoying.

Hopscotch Peeps

@MobCraft, @Corvus, @Liza_Conrad, @t1_hopscotch, @SilverTinsel, @PopTart0219, @BuildASnowman, @Nick_S, @Huggingfluffybear

Posts: 6

Participants: 5

Read full topic


Custom Template Doesn't Work

0
0

@ryanhidajat wrote:

Hello,

I try to customize email template for User Posted PM
I change the title to
[%{group_name}] [Proprietary] %{topic_title}

when I try to test the PM, it still shows the default
[%{site_name}] [PM] %{topic_title}

Anyone can help with this issue?

Regards
Ryan

Posts: 1

Participants: 1

Read full topic

Why 10m interval for Akismet's Jobs::CheckForSpamPosts?

0
0

@downey wrote:

It looks like the default polling period for the Jobs::CheckForSpamPosts scheduled task (which checks new posts for spam) is every 10 minutes.

  • Is there a reason for that?
  • Is there any reason it couldn't be more frequent?

Posts: 7

Participants: 4

Read full topic

Office 365 SMTP settings

0
0

@mattbatchelor wrote:

Hello. Just set up my first Discourse docker. Couldn't get SMTP to work via Office 365 and have spent the afternoon debugging. Couldn't find a related post so thought I'd share what I did.

According to this TechNet article third party applications need to have an exchange licence and login set up. Note that having '#' in the password may cause issues when you fill out the app.yml file.

Then you need to setup an Exchange connector via the Exchange Admin Panel, from 'Your Organisation Email Server' to 'Office 365', and restrict it to your VM's IP (as explained in the TN article)

Then once you have the licence assigned to your 'noreply' email account you need the following in your app.yml:

DISCOURSE_SMTP_ADDRESS: smtp.office365.com
DISCOURSE_SMTP_PORT: 587
DISCOURSE_SMTP_USER_NAME: [email address for Discourse to use]
DISCOURSE_SMTP_PASSWORD: [password for Discourse email account]
DISCOURSE_SMTP_AUTHENTICATION: login
DISCOURSE_SMTP_ENABLE_START_TLS: true

Hope this saves someone else a rainy Tuesday afternoon of rebuilds.

Posts: 3

Participants: 2

Read full topic

Doubt regarding setting Up Development environment

0
0

@Gaurav_Singh wrote:

I am trying to set up the development environment for discourse and i am getting the error message:

rbenv: bundle: command not found

The `bundle' command exists in these Ruby versions:
2.2.3

while i am trying to do bundle install. I am using ruby 2.2.0p0 (2014-12-25 revision 49005), does the project require some other ruby version as i think the error is due to different ruby version installed. Can someone please help?

Posts: 1

Participants: 1

Read full topic

"Log Out" refreshing website, but still logged in

0
0

@mkucharz wrote:

Since it is my first post to this forum - hello everyone!

I have weird problem with "Log Out", when I'm trying to log out myself website is refreshing but I'm still logged in.. I've noticed some errors in JS console TypeError: this[e] is not a function

Please let me know if I can provide any more info.

Posts: 6

Participants: 5

Read full topic

Viewing all 60309 articles
Browse latest View live


Latest Images