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

Weibo Login Plugin / 微博登录插件

0
0

Erick Guan wrote:

It's a oauth2 strategy for Sina Weibo.

https://github.com/fantasticfears/weibo-login

Authenticate with discourse with Weibo.

通过微博登陆 Discourse。

Register Client Key & Secert / 申请微博接入

  1. 登录微博开发者中心,注册填写相关信息。
  2. 点击开始接入
  3. 填写相关信息。网站域名可填写根域名或者具体域名。如图所示。(验证所需要的标签可在 Discourse 设置中插入,验证后即可删除)
  4. 在申请到的后台找到网站信息基本信息一栏,获得keysecret,将其填入Discourse 设置中。

Installation / 安装

Run rake plugin:install repo=https://github.com/fantasticfears/weibo-login in your discourse directory

In development mode, run rake assets:clean

In production, recompile your assets: rake assets:precompile

在您 Discourse 目录中运行 rake plugin:install repo=https://github.com/fantasticfears/weibo-login

在开发者模式下,运行 rake assets:clean

在生产模式下,重编译 assets rake assets:precompile

Usage / 使用

Go to Site Settings's login category, fill in the client id and client secret.

进入站点设置的登录分类,填写 client id 和 client serect。

Issue / 问题

Visit topic on Discourse Meta or GitHub Issues.

访问Discourse Meta上的主题GitHub Issues

Posts: 1

Participants: 1

Read full topic


Douban Login Plugin / 豆瓣登录插件

0
0

Erick Guan wrote:

Douban is a Chinese SNS website allowing registered users to record information and create content related to film, books, music, and recent events and activities in Chinese cities.
Since Douban didn't provide email, the user have to fill the email address manually.

https://github.com/fantasticfears/douban-login

Authenticate with discourse with Douban.

通过豆瓣登陆 Discourse。

Register Client Key & Secert / 申请豆瓣接入

  1. 登录豆瓣开发者中心,注册填写相关信息。
  2. 点击我的应用,再点击创建新应用
  3. 填写相关信息。网站域名可填写根域名或者具体域名。如图所示。(验证所需要的标签可在 Discourse 设置中插入,验证后即可删除)
  4. 在申请到的后台找到刚申请到的引用,概览中即可以获得keysecret,将其填入Discourse 设置中。

Installation / 安装

Run rake plugin:install repo=https://github.com/fantasticfears/douban-login in your discourse directory

In development mode, run rake assets:clean

In production, recompile your assets: rake assets:precompile

在您 Discourse 目录中运行 rake plugin:install repo=https://github.com/fantasticfears/douban-login

在开发者模式下,运行 rake assets:clean

在生产模式下,重编译 assets rake assets:precompile

Usage / 使用

Go to Site Settings's login category, fill in the client id and client secret.

进入站点设置的登录分类,填写 client id 和 client serect。

Issue / 问题

Visit topic on Discourse Meta or GitHub Issues.

访问Discourse Meta上的主题GitHub Issues

Posts: 1

Participants: 1

Read full topic

Login Strategy for Chinese Discourse / Discourse 登录插件列表

Upgrade to 1.0.1 oddities

0
0

Patrick Klug wrote:

I upgraded our forum to 1.0.1 yesterday. At least I thought I did. Today, both the forum version and the newest version shows as 1.0.0 - Was 1.0.1 reverted? If yes, will this create an issue at the next update?

I also noticed that while the Leader badge was renamed to Regular, users who opted to use the badge as a title, still see 'Leader' next to their name. Is this a known issue?

Posts: 4

Participants: 2

Read full topic

Poll plugin suggestion

0
0

Asantosca wrote:

Suggestion: Create a summary of answers for a topic (poll).
This way we don't have to go through every question to determine the person's opinion.

Example of a closed poll: Would you re-elect the current Brazilian president? [Yes][No]
Summary: 1003 Yes, 204 No

Example of an open poll: What is you favorite NoSQL DB? [*]
Summary: 2004 MongoDB, ...

We could use the "spoiler" tag by default. or only show it after the vote.

Downsides: it would require design on how to format the poll; show percentages or total, etc.

Posts: 1

Participants: 1

Read full topic

How to put search layout on the middle?

Report on using discourse_docker on a CoreOS image

0
0

Balázs Nagy wrote:

I can happily report that discourse_docker works just fine on a CoreOS image. There was exactly one thing I had to modify:

localhost discourse # git --no-pager diff
diff --git a/launcher b/launcher
index bc7f204..07dca0d 100755
--- a/launcher
+++ b/launcher
@@ -16,7 +16,7 @@ local_discourse=local_discourse
 image=samsaffron/discourse:1.0.3
 docker_path=`which docker.io || which docker`

-docker_ip=`/sbin/ifconfig | \
+docker_ip=`ifconfig | \
                 grep -B1 "inet addr" | \
                 awk '{ if ( $1 == "inet" ) { print $2 } else if ( $2 == "Link" ) { printf "%s:" ,$1 } }' | \
                 grep docker0 | \

I had to use current CoreOS alpha release (431.0.0), because this is the first one with Docker 1.2.0. This release uses btrfs instead of aufs, but it doesn't cause any kind of issues.

I'd like to follow CoreOS' way of managing containers, maybe the correct way should be to maintain a private docker registry, and to pull it from there instead.

Thoughts?

Posts: 4

Participants: 3

Read full topic

Spacing between icon and text

0
0

Adnan wrote:

Noticed this little css issue after upgrading. Spacing between icons and text is gone.

Posts: 3

Participants: 2

Read full topic


Renren Login Plugin / 人人登录插件

0
0

Erick Guan wrote:

Renren is Chinese clone of Facebook, which is losing appealing to its user. Everybody tend to use Wechat which requires me to send tons of my personal information and gov credential for website. It's why I can't test wechat strategy. Fuck gov.

https://github.com/fantasticfears/renren-login

Authenticate with discourse with Renren.

通过人人登录 Discourse。

Register Client Key & Secert / 申请人人接入

  1. 登录人人开放平台,注册填写相关信息。
  2. 点击创建应用
  3. 填写相关信息。应用根域名填写根域名。如图所示。
  4. 在申请到的后台找到刚申请到的引用,概览中即可以获得keysecret,将其填入 Discourse 设置中。

Installation / 安装

Run rake plugin:install repo=https://github.com/fantasticfears/renren-login in your discourse directory

In development mode, run rake assets:clean

In production, recompile your assets: rake assets:precompile

在您 Discourse 目录中运行 rake plugin:install repo=https://github.com/fantasticfears/renren-login

在开发者模式下,运行 rake assets:clean

在生产模式下,重编译 assets rake assets:precompile

Usage / 使用

Go to Site Settings's login category, fill in the client id and client secret.

进入站点设置的登录分类,填写 client id 和 client serect。

Issue / 问题

Visit topic on Discourse Meta or GitHub Issues.

访问Discourse Meta上的主题GitHub Issues

Posts: 1

Participants: 1

Read full topic

Lightbox not working

0
0

Adnan wrote:

Lightbox doesn't seem to be working. Here are my settings.


I read through the topic below and tried the solutions suggested. Yet, large images open in a new tab. Docker is up-to-date. Posts have been rebaked. Discourse is on the latest version. I'm lost. HELP!

Posts: 3

Participants: 2

Read full topic

I want to insert HTML in the home page

Admins can see private messages in user's profiles?

0
0

almereyda wrote:

I am wondering how this complies with Human Rights to privacy and uninterruptedness (?) of private communication.

What'cha thinking?

Posts: 11

Participants: 8

Read full topic

Uncaught error: Something you did caused a view to re-render after it rendered but before it was inserted into the DOM

0
0

Stuart Alexander wrote:

Continuing the discussion from Blank Page and 'Uncaught TypeError' - Chrome:

I am also having this issue. It's not a chrome issue as I can repro in safari also. This started happening when I added CSS to the site. Even if I have an error in my CSS, I would expect a different error message, and why does it load the page fine on a reload?

to repro:
- go to conversations.sonatribe.com (as of today 7th sept 2014 unless I find what's broken)
- Click on a topic
- Observe error (in attachment).
- If you reload the page, it will work fine, and then going back out and into topics will work fine again
- If however, after receiving the error, you do not reload the page, but go back and into a topic (any topic), then the error will occur again.

Posts: 1

Participants: 1

Read full topic

Poll: Publicly accessible and streamlined release notes

0
0

Erlend Sogge Heggen wrote:

Continuing the discussion from Need a roadmap for post-1.0 development:

I'd love to have what @mcwumbly describes here, even for minor releases (1.0.x, 1.0.y, 1.1.x etc.). The GitHub prefix convention already makes this a lot easier, but there are some other automation tricks the team could employ as well.

Option #1 - GitHub Releases

Completely GUI-driven release notes through GitHub's web interface. Very pretty and organised, but not so flexible.

Option #2 - Git changelogs

Just do

git log --oneline --decorate

and copy it into a release post.

Option #3 - Changelog generator scripts

There are some full-featured scripts out there, like github.com/ajoslin/conventional-changelog star, or github.com/walmartlabs/generator-release, that take into account all GitHub activity. Could be a good way to further reinforce commit conventions as well.


Which one do you favor?

  • GitHub Releases
  • Git Changelogs
  • Generator script
  • None of the above (why?)

Posts: 1

Participants: 1

Read full topic

Bitnami Discourse vs DigitalOcean Discourse

0
0

bubill wrote:

ENV:
1. Aliyun VPS, cpu 1 , 1 GB mem, 1 GB swap, CentOS 6.5 64bit
2. DigitalOcean , cpu 1, 1GB mem, 2 GB swap, Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-32-generic x86_64)

Bitnami Discourse installed on Aliyun VPS
DitialOcean Discourse installed on DigitalOcean VPS

compare cpu , mem, swap
1. Aliyun CPU

[root@localhost ~]# cat /proc/cpuinfo
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 45
model name    : Intel(R) Xeon(R) CPU E5-2430 0 @ 2.20GHz
stepping    : 7
cpu MHz        : 2194.699
cache size    : 15360 KB
physical id    : 0
siblings    : 1
core id        : 0
cpu cores    : 1
apicid        : 0
initial apicid    : 0
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush mmx fxsr sse sse2 ht syscall nx lm up rep_good unfair_spinlock pni ssse3 cx16 sse4_1 sse4_2 popcnt aes hypervisor lahf_lm
bogomips    : 4389.39
clflush size    : 64
cache_alignment    : 64
address sizes    : 46 bits physical, 48 bits virtual
power management:

Aliyun htop command:

free -m

[root@localhost ~]# free -m
             total       used       free     shared    buffers     cached
Mem:           994        690        304          0         24         77
-/+ buffers/cache:        589        405
Swap:         1023        155        868

2. DigitalOcean Discourse

free -m

             total       used       free     shared    buffers     cached
Mem:           994        919         74         24         70        190
-/+ buffers/cache:        658        335
Swap:         2047          0       2047


cpu:
root# cat /proc/cpuinfo
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 62
model name    : Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz
stepping    : 4
microcode    : 0x1
cpu MHz        : 2399.998
cache size    : 15360 KB
physical id    : 0
siblings    : 1
core id        : 0
cpu cores    : 1
apicid        : 0
initial apicid    : 0
fpu        : yes
fpu_exception    : yes
cpuid level    : 13
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm xsaveopt vnmi ept fsgsbase tsc_adjust smep erms
bogomips    : 4799.99
clflush size    : 64
cache_alignment    : 64
address sizes    : 40 bits physical, 48 bits virtual
power management:

htop :

Posts: 4

Participants: 3

Read full topic


Can we add @usernameofposter automatically when someone replies for a post

0
0

ginger man wrote:

I went through the list of posts for a topic. I lost the context until I go through each replies dropdown. Please see the below screenshot.

In the above conversation, @codinghorror has actually replied to riking. I actually cannot say immediately whom he has replied until I go through each reply dropdown for above posts.

My request here - can we add @mention automatically when we hit reply on a post. This help others to understand the context easily without going through individual replies. This is important especially in mobiles.

Edit1: I understand there is an img at the far right about who the reply points to. But it didnt help. May be shifting that to the far left helps.

Posts: 6

Participants: 3

Read full topic

How do I know the list of users in a community

0
0

ginger man wrote:

I have joined meta.discourse.org. is there a page where I can see the list of users in this community.

This is important if we use discourse in a company / team and a new guy join the community.

Are groups the only way to see list of users ?

Posts: 4

Participants: 2

Read full topic

Neophyte in using ember.js framework

0
0

joycee wrote:

Hi All,

Im new in ember.js framework... can anyone suggest where to study ember.js?

Thanks!

Posts: 2

Participants: 2

Read full topic

Discourse in croatian

Incorrect Post can't be empty message when draft post navigated to user preferences

0
0

Lee Dohm wrote:

Repro Steps

  1. Click the Reply button to reply to this message
  2. Click your Gravatar in the button bar in the upper right of the page
  3. Select Preferences
  4. Enter enough text in the reply edit box to get past the minimum length/entropy restrictions
  5. Click the Reply button to post your reply

Expected: Reply posted without error message or message asking if you want to reply on the original topic
Actual: Error toast with the message "Post can't be empty"

Notes

  • When typing in text in the edit control, nothing appears in the preview control
  • Assumption is that any administrative page may exhibit this behavior, but have not tested with anything but Preferences

Posts: 2

Participants: 2

Read full topic

Viewing all 60279 articles
Browse latest View live




Latest Images