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

'Your post contains words that aren't allowed' ... but which ones?

$
0
0

@bartv wrote:

Hi,

I just tried editing a message here on Meta but kept getting the ‘Your post contains words that aren’t allowed’ warning. As it doesn’t show WHICH words, I couldn’t figure out what I was doing wrong and had to ask a team member for help. How about adding a little more information here?

Posts: 11

Participants: 7

Read full topic


Two communities - same accounts

$
0
0

@Michael321 wrote:

Hey there, I used Discourse briefly for another project and am excited to use it on a new project.

I’d like to present the same content to two different communities - technical and non-technical. What’s the simplest thing that could possibly work? SSO or Social Logins would split the content, so wouldn’t work.

It would be great if I could use the same accounts, content, etc. but have these two views show up differently on two different urls: technical.example.com and nontechnical.example.com

On technical.example.com all the technical categories would be at the root, with the nontechnical categories in a “nontechnical” top level category.

E.g. technical.example.org

http
nginx
javascript
nontechnical
- sales
- marketing

And nontechnical.example.org

sales
marketing
technical
- http
- nginx
- javascript

The breadcrumbs and search could be the same on each site. It’s important that the first experience be appropriate to the user’s context.

Is it possible to customize the home page as a plugin?
Maybe I’m making this too hard. I haven’t used Discourse except for really basic things.

Have you solved a similar problem? Any suggestions?

Thank you!

Mike

Posts: 4

Participants: 2

Read full topic

Category tags page "(optional) list of allowed tag groups" field selects tags, not groups

Spin up additional sidekiq workers

$
0
0

@Tomasz136472 wrote:

Hi!

Can someone explain to me how to spin up additional workers to clean up a sidekiq queue, please?

I have found an old topic but it does not work with current discourse distribution.

Thank you!

Posts: 2

Participants: 2

Read full topic

Is it possible to change the creation date of topics as admin so can order topics chronologically?

$
0
0

@McBlu wrote:

Is it possible to change the creation date of topics as admin?

The reason I ask this is that create date is one of the criteria you can sort posts by and I am thinking I could use create date as a workaround for not being able to sort my topics in chron order.
25%20PM

From a perusal of posts, it looks like there is a niche demand for sorting in chron order of some sort for categories that don’t fit the traditional discussion topics formula where a search for key words works best. Specialty forums that cater to a particular niche, for example, might want to post resource/wiki type categories that provide useful information for their members that aren’t necessarily discussed but just gone to for information as part of the services they uniquely provide. Often such resources can be sorted in chron order and members are used to that in other settings. It could be date-sorted topics for archived videos of local council meetings (my case) or user manuals for model cars. That sort of thing.

I am considering making a feature request for this.

Posts: 3

Participants: 2

Read full topic

Category subdomains - Same Discourse instance on different subdomains

$
0
0

@Michael321 wrote:

Hey there, a quick followup to this solution.

I’d like to have the same Discourse instance on two different domains, so I can present info in context. E.g. multiple projects.

Each subdomain would:

  • have all the content
  • a vanity subdomain for the project
  • some javascript would forward to that project’s category if arriving at /

I tried this with a 2nd DNS A record, but the 2nd domain did a redirect to the 1st domain, then ran my JS - so neither the vanity subdomain or the forward worked.

Is there a way to get one Discourse install to respond to multiple domain names?
Does this mess up S3 assets and CDN?
Any other issues with this?

Thanks!

Mike

Posts: 4

Participants: 2

Read full topic

Discourse setup in GCE

$
0
0

@jzhu077 wrote:

I followed this discourse/INSTALL-cloud.md at master · discourse/discourse · GitHub to create a docker image and pushed it onto google container registry.

After I deploy it with

apiVersion: v1
kind: Service
metadata:
  name: web-server
  labels:
    app: web-server
spec:
  ports:
    - port: 80
      protocol: TCP
      targetPort: 80
  selector:
    app: web-server
  sessionAffinity: None
  type: LoadBalancer
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
  name: web-server
spec:
  replicas: 1
  template:
    metadata:
      labels:
        app: web-server
    spec:
      containers:
      - name: web-server
        image: gcr.io/platform-161007/discourse:com
        command: ["/sbin/boot"]
        ports:
        - containerPort: 80

        resources:
          requests:
            cpu: 500m
            memory: 1Gi
          limits:
            cpu: 1
            memory: 2Gi
        imagePullPolicy: Always

I got this error:

run-parts: executing /etc/runit/1.d/00-ensure-links
run-parts: executing /etc/runit/1.d/00-fix-var-logs
run-parts: executing /etc/runit/1.d/anacron
run-parts: executing /etc/runit/1.d/cleanup-pids
Cleaning stale PID files
run-parts: executing /etc/runit/1.d/copy-env
run-parts: executing /etc/runit/1.d/enable-brotli
run-parts: executing /etc/runit/1.d/letsencrypt
/etc/runit/1.d/letsencrypt: line 4: /shared/letsencrypt/acme.sh: No such file or directory
/etc/runit/1.d/letsencrypt: line 6: cd: /shared/letsencrypt/discuss.junyuzhu.com: No such file or directory
/etc/runit/1.d/letsencrypt: line 8: /shared/letsencrypt/acme.sh: No such file or directory
/etc/runit/1.d/letsencrypt: line 11: /shared/letsencrypt/acme.sh: No such file or directory
Started runsvdir, PID is 69
ok: run: redis: (pid 84) 0s
ok: run: postgres: (pid 80) 0s
rsyslogd: command 'KLogPermitNonKernelFacility' is currently not permitted - did you already set it via a RainerScript command (v6+ config)? [v8.16.0 try http://www.rsyslog.com/e/2222 ]
rsyslogd: imklog: cannot open kernel log (/proc/kmsg): Operation not permitted.
rsyslogd: activation of module imklog failed [v8.16.0 try http://www.rsyslog.com/e/2145 ]
rsyslogd: Could not open output pipe '/dev/xconsole':: No such file or directory [v8.16.0 try http://www.rsyslog.com/e/2039 ]
nginx: [emerg] BIO_new_file("/shared/ssl/discuss.junyuzhu.com.cer") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/shared/ssl/discuss.junyuzhu.com.cer','r') error:2006D080:BIO routines:BIO_new_file:no such file)
supervisor pid: 81 unicorn pid: 94
nginx: [emerg] BIO_new_file("/shared/ssl/discuss.junyuzhu.com.cer") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/shared/ssl/discuss.junyuzhu.com.cer','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: [emerg] BIO_new_file("/shared/ssl/discuss.junyuzhu.com.cer") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/shared/ssl/discuss.junyuzhu.com.cer','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: [emerg] BIO_new_file("/shared/ssl/discuss.junyuzhu.com.cer") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/shared/ssl/discuss.junyuzhu.com.cer','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: [emerg] BIO_new_file("/shared/ssl/discuss.junyuzhu.com.cer") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/shared/ssl/discuss.junyuzhu.com.cer','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: [emerg] BIO_new_file("/shared/ssl/discuss.junyuzhu.com.cer") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/shared/ssl/discuss.junyuzhu.com.cer','r') error:2006D080:BIO routines:BIO_new_file:no such file)
config/unicorn_launcher: line 44: kill: (94) - No such process
config/unicorn_launcher: line 10: kill: (94) - No such process
exiting

What did I miss?

Posts: 3

Participants: 2

Read full topic

[Paid] #theme development for bios

$
0
0

@Seth_Godin wrote:

If you’re able to work on this soon, we’d love to hear about how you’d approach building a #theme for the following. Please reply here with your interest and background, and we can continue the conversation via email after exchanging contact info via PM or similar.

We generally pay $100/hour for efficient and focused development work.

Thanks.

Bio Book in Discourse

A theme to update the /users view to create the bio book in our upcoming Discourse install

Overview

We’d like to create a new “Bio Book” view in Discourse that lists all the users and returns their user cards. We know it’s possible to view a user’s card by clicking on their name in the /users view, but what we’d like is something that’s less focused on a user’s stats, and more focused on who they are at a glance.

Probably includes a pull request to Discourse asking to improve the server API to support this work.

Mockup

Mobile view:

Desktop view:

Functionality

We’d like the following functionality:

PS please forgive us for mixing the Marvel and DC universes in our mockups. It was an error.

Posts: 2

Participants: 2

Read full topic


Advanced post option to override markdown linebreak setting

$
0
0

@mcwumbly wrote:

Some of our advanced markdown users have been bitten by our default setting for linebreaks:

image

After furiously typing beautiful prose in vim, they paste it into the composer and are befuddled and ridiculed because their post looks like this:

I’m trying to get people in general
(and engineers more specifically)
to pair on prose.

Using an editor with line numbers,
and breaking things up by clause,
makes pairing more natural and easier.

Would it be feasible to have an advanced composer option to override the line break setting on a per post basis?

Posts: 2

Participants: 2

Read full topic

A Public topic within a Private Category

$
0
0

@Daniel_Westendorf1 wrote:

I’m looking to make a single topic created in a private category as public (as in everyone, even not-signed-in users). Is there an easy way to do this? Hopefully I’m just missing some documentation somewhere…

Ultimately, I want most of my content to be private while allowing select, unrestricted, teaser access which doesn’t require authentication while keeping my content organized.

Posts: 2

Participants: 2

Read full topic

Trouble setting up Google login

How to make custom nav-pills like SitePoint

Ordering topics

Discourse Programmer Needed for Hire

$
0
0

@fellowshipforums wrote:

What would you like done?

I’ve been reading up on Tags and the ability to intersect multiple tags so that you can query posts on multiple tags.

For details, please go to the following thread (I am having trouble pasting in pictures here) and see my post at the bottom of it with attached pictures.

Please let me know if this is doable. Thank you very much!

When do you need it done?

1-2 months from now

What is your budget, in $ USD that you can offer for this task?

<$1500

Posts: 1

Participants: 1

Read full topic

User profile background setting

$
0
0

@tran wrote:

I have selected " allow profile backgrounds", but my profile page has no button to upload picture(only Profile Picture button). Is my trust level not high enough? The profile page of my site opens the activity tab by default, how to set the summary tab as default?

Posts: 1

Participants: 1

Read full topic


Highlighted user on topic list aligned incorrectly

$
0
0

@schungx wrote:

image

If the first user is highlighted, the icon doesn’t line up like it used to…

The border/glow is pushing it upwards…

Posts: 1

Participants: 1

Read full topic

Subtle Image Expansion Hint for Mobile (Theme Component)

$
0
0

@tshenry wrote:

This is a very simple theme component that replaces the metadata bar that normally displays on an expandable image with a small semitransparent expansion indicator.

Repo: GitHub - tshenry/discourse-mobile-image-expand-hint

Before

After

About

This was inspired by the discussion started here:

Installation

Follow this guide here:

Customization

You can adjust the position of the expansion hint. By default it is positioned on the bottom left. The code to achieve positioning can be found by clicking the Edit CSS/HTML button on the theme component and going to the Mobile tab. Here you will see the following CSS code:

.meta {
    height: 25px;
    width: 25px;
    bottom: 0;
    left: 0;
    //right: 0;
    //top: 0;
}

To change it to the top right:

.meta {
    height: 25px;
    width: 25px;
    //bottom: 0;
    //left: 0;
    right: 0;
    top: 0;
}

Just comment and uncomment according the the position you’d like.

Note: As of now, if this theme component gets updated, and you have changed the CSS at all, you will need to make those changes again after the update.




Please feel free to post if there are any questions, problems, or suggestions!

Posts: 1

Participants: 1

Read full topic

Custom CSS/JS for a post/category/tag

$
0
0

@lxsameer wrote:

Hey guys,
I have a large js file which I only need to load for certain posts. Can I do it conditionally ? for example if the post tagged with tag something then the <script> tag get inserted to the page.

Posts: 1

Participants: 1

Read full topic

Disable headers in replies like and

$
0
0

@erikmolenaarnl wrote:

Hi,

I like the fact that Discourse allows me to set strong or italic text styles in replies.

What I don’t like is that it allows headers. It’s bad for readability, SEO and confuses spiders:

H1 header

H2 header

Or check out this real live example: 02.28.2018-14.41.58

So: is it possible to disable headers; so they get ignored like below example at Wordpress .org?

2018-02-28_14-39-27

Posts: 5

Participants: 3

Read full topic

Admin panel has broken i18n translation stubs

$
0
0

@Vilsol wrote:

For some reason, without any changes, the entire admin panel translations completely broke. I’ve tested switching the language, but that just changes the en to the other language, but doesn’t fix it.

Only the admin panel has broken, the rest is completely fine

Thank you in advance.

Posts: 1

Participants: 1

Read full topic

Viewing all 60739 articles
Browse latest View live




Latest Images