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

Repeated "imagmagick is not installed" messages

$
0
0

James Cash wrote:

I keep getting the "imagemagick is not installed" warning message in the admin dashboard. It is indeed installed, and running ./launcher restart app fixes the issue, but it still seems to periodically forget that it's installed & prevents users from uploading images until it gets restarted again.

Running Discourse 1.2.0.beta2 under Docker 1.3.2/Ubuntu 14.04 (using Digital Ocean's Docker image).

Posts: 3

Participants: 2

Read full topic


WARNING: No swap limit support

Redirect loop with cas_sso plugin

$
0
0

eriko wrote:

I have been trying to track down an issue with my plugin that happens very infrequently but persistently to some users. They click on the cas login from discourse and the cas login window pops and then keeps refreshing till it reports and error 500 in the logs. It happens across computers and does not seem browser based. One user could not login with due to this issue from IE and a chromebook but could in private window in chrome on a mac.

Has there been any changes to plugin auth in the last couple months? While I think about this I am going to take a shot at writing a separate app to do the auth and then use the official SSO with it.

Posts: 3

Participants: 2

Read full topic

How to tell if a Plugin is succesfully installed?

$
0
0

Scott Trager wrote:

Hello,

I tried to install my first plugin today, and after updating the .yml file, I can't seem to find any trace of the plugin (after a rebuild of course). Should every plugin show up in the plugins list under settings? Also, is anything wrong with the settings below:

## Scott Installed Plugins below

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/tcreativo/plugin_discourse_dynamic_sid$

## The docker manager plugin allows you to one-click upgrade Discouse
## http://discourse.example.com/admin/docker
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git

Posts: 5

Participants: 2

Read full topic

International language support

$
0
0

Sandeep Beri wrote:

Hi forum members,

On the Discourse website, it states that translations are available for 17 languages and counting. Users can switch to the language of their choice as a preference.

In our scenario, we would not like to translate content, but would like to run a forum directly in an international language (i.e. Spanish, French, German etc.). Is it possible for the Discourse UI to be in a non-English language so that viewers and posters can type in their native language? Also, will all the button and links be available in the native language vs. in English?

Thanks for the help!

Posts: 4

Participants: 3

Read full topic

Wiki post color for dark forum skins?

$
0
0

Jake Whitaker wrote:

Since the update added the wiki post color as a white, I've had complaints on my forum (which uses a black background with white text, thus rendering the text on that background unreadable). Resorting to using the staff color, which is thankfully black, but would a better solution to this exist? Managing those post background colors has generally been a pain with white text colors.

Posts: 3

Participants: 3

Read full topic

Running custom surveys to users

$
0
0

Sandeep Beri wrote:

Hi forum users,

Do you know if it's easy to create and surface surveys to users (both viewers and posters) in Discourse. In our use case, we wouldn't like to surface the survey to each and every user but to a subset based on their browsing behavior (e.g. repeat visitor, viewing for 5 minutes, after posting a comment etc.)

Thanks for the help!

Posts: 1

Participants: 1

Read full topic

Resources for creating a new plugin

$
0
0

Cameron Wong wrote:

Apologies if this is in the wrong place, I'm fairly inexperienced with this forum/etc.

A friend of mine (@jakedwhitaker) was asking me to help him with his forum, so I was wondering - Is there any sort of official documentation for creating a discourse plugin? From trolling around on google, I did find danneu's tutorial, but that link gives me bad gateway (repeatedly, across multiple browsers); I was hoping there'd be another helpful topic or other on these boards, but they all seem to link back to that one.

I have glanced through the source of existing plugins, but I'm not finding that to be suuuuuper helpful (potentially because I'm just bad).

Any assistance would be appreciated, thanks!

Posts: 5

Participants: 2

Read full topic


Cost of a custom Plugin?

$
0
0

Scott Trager wrote:

Hello,

What is the going rate (hourly? Per project?) for hiring contract Discourse work? We are likely going to need to have numerous custom plugins developed, and we are trying to determine the best course of action (should we decide to go with Discourse, which is still under debate - being able to quote a cost of enhancements would be extremely helpful in this)

Posts: 4

Participants: 3

Read full topic

Anyone tried an SSO with Salesforce yet?

Reply-to address incorrect in notification email when a third user is invited to a PM

$
0
0

Tobias Eigen wrote:

(ugh - my post didn't get saved for some reason - I wrote a bunch more than this but only the first few words were saved!)

to replicate:

  • set up a test account with all email notification options selected to make sure you get the notificaitons
  • start a test PM between two users, and invite the test account created above to it
  • wait for the email notification about the PM invite, and when you get it hit REPLY. The message will go to the from address for the forum, not the usual reply-to address to deliver posts to the forum by email. Looking at the message source, you can see it is "name " so if you recognize the name and want to reply, the email ends up going somewhere else than you expect.

This may be "by design" but it does not work well for the users on my forum, who were confused by this behavior.

... meanwhile I noticed the email notifications only include the content of the first topic and not any follow-up posts that were written up until that point, that would be helpful for someone in deciding how to respond.

Posts: 1

Participants: 1

Read full topic

Selecting A User Card Badge

$
0
0

Brian Lee wrote:

Continuing the discussion from User Card Badge concept:

User Card Badge concept:

Hello I am new to Discourse and was wondering how I am able to change the badge. In my preferences I get...

Posts: 5

Participants: 4

Read full topic

How to get discourse all member list?

$
0
0

partha sarkar wrote:

hello every one. I am new at discourse. so I just want to know that is how I get discourse member list.
Can any one help me to find out this problem.

Posts: 3

Participants: 3

Read full topic

Connect phpPgAdmin to Discourse PostgreSQL

$
0
0

Stephen Kerr Jr wrote:

I have been racking my brown and these forums for the past several hours and I am a little stuck.

Currently:
I have installed Discourse from the main install instructions on Digital Ocean. I have Discourse installed via Docker. I installed NGINX and Wordpress and PHP and MySQL all on a single VPS.

I have been able to get everything running so far, Wordpress and Discourse. I am now attempting to connect phppgadmin to the local PostgreSQL database to view and administer databases. I have gotten so far as to get phppgadmin installed, but I am lost when it comes to getting it connected. Currently it lets me see the Database, but it prompts for a username and password and none of the ones I am using work.

I have attempted to connect to the psql instance via command line, but I have not be able to successfully connect to great a password for the postgres user. I get this error message:
root@server:/var/discourse# psql -h 127.0.0.1 -U postgres -d discourse
Password for user postgres:
psql: FATAL: password authentication failed for user "postgres"
FATAL: password authentication failed for user "postgres"

I have passed the 5432 port through the app.yml.
I have also granted the following access in the pg_hba.conf file:

    # TYPE  DATABASE        USER            ADDRESS                 METHOD

# "local" is for Unix domain socket connections only
local   all             all                                     trust
host    all             all             127.0.0.1/32            trust
host    all             all             172.17.42.1/32          trust
# IPv4 local connections:
host    all             all             127.0.0.1/32            trust
# IPv6 local connections:
host    all             all             ::1/128                 trust
# Allow replication connections from localhost, by a user with the
# replication privilege.
#local   replication     postgres                                trust
#host    replication     postgres        127.0.0.1/32            trust
#host    replication     postgres        ::1/128                 trust

I cant seem to login and I have no idea where any file would be that I need to modify to allow me to login to the psql instance. Any help to allow a username\password to authenticate against the database would be greatly appreciated.

Posts: 1

Participants: 1

Read full topic

Segment Newsletter Emails By Forum Users Post in Categories

$
0
0

Charles Wilmott wrote:

I like to do Segment Forum users Email Newsletters
by categories they've posted in for amazon affiliate marketing

i.e if 100 users posted in "Water color painting Category"
i.e if 200 users posted in "Oil Painting Category"

I want to send a email "Water color painting" Category
with amazon affiliates links for "Water color paints"

I want to send a email "Oil Painting Category" Category
with amazon affiliates links for ""Oil Painting paints"

Is this possible please? :

Posts: 2

Participants: 2

Read full topic


How to Customize the Discourse Email Templates?

$
0
0

Charles Wilmott wrote:

Hi
I want to add affiliates link to product in the discourse
notification, login and other email templates too help pay for the hosting costs

How do I customize the email templates files please?

Many thanks for your help
Charles

Posts: 4

Participants: 2

Read full topic

Show new topics in Unread tab does nothing

$
0
0

Erlend Sogge Heggen wrote:

I've noticed this happening several times. In fact, I'm not sure if I've ever seen the "Click to show |unread topics]" actually add new topics inside of the Unread tab.

Posts: 1

Participants: 1

Read full topic

Yelp Style Highlight Top Members and Content

$
0
0

Charles Wilmott wrote:

something like home page that highlights members and content the same way yelp does would be a good features. Just some emphasis what the community is about! smile

Apart from the domain of your site and titles of posts.
Thats only thing that gives you a bit of branding about the community

I hope that's helpful idea! blush

Posts: 1

Participants: 1

Read full topic

How are client-side templates and routes integrated with Ember?

$
0
0

Will Macaluso wrote:

I'm trying to understand Discourse in the context of a Ember app. (Disclosure: I'm an Ember noob with an Angular background). I think the Rails end is pretty straightforward to understand.

I've been looking at this post which is super helpful for extending discourse, but it's difficult to see how some of the inner workings relate.

I've decided to try understanding the client-side arch/pipeline using the "about" resource (i.e. http://meta.discourse.org/about), since it's relatively simple. From what I understand here are the important files:

  • Routing: about.js.es6 and application_routes.js in app/assets/javascripts/discourse/routes
  • Template: about.hbs in app/assets/javascripts/discourse/templates

How does Discourse connect the about.hbs handlebars template to Ember? How is this route connected to Ember? I couldn't find Discourse.AboutRoute in the code, but found it in chrome devtools, so I imagine it's dynamically loaded.

On an unrelated note, I really like Discourse and how open the community is.

Posts: 2

Participants: 2

Read full topic

Chinese share links

$
0
0

Erick Guan wrote:

Chinese share links is a plugin for Discourse to add share links for Weibo & Renren.

为 Discourse 添加分享到微博和人人的支持。

Installation / 安装

app.yml

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git

最后一行 - git clone https://github.com/discourse/docker_manager.git 后添加:

- git clone https://github.com/fantasticfears/chinese-share-links.git

Usage / 使用

Go to Site Settings's basic category, add services in the share_links.

进入站点设置的基本设置分类,在share_links中添加服务。

Changelog

Current version: 0.1.0

Posts: 1

Participants: 1

Read full topic

Viewing all 60721 articles
Browse latest View live




Latest Images