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

Default category notifications for members of a group

$
0
0

@bradydowling wrote:

I'd like to have users in a certain group automatically get notifications about all topics created within a category. In other words, I have cool group and cool category, which should be tied together.

I want all users in cool group to automatically get email notifications about topics created in cool category. Is this possible?

Posts: 1

Participants: 1

Read full topic


Is Discourse free or not?

$
0
0

@theRedKnight wrote:

Hi everyone,

I like how Discourse looks and would like it on my new, tiny personal site if possible. The main homepage for Discourse boldly says "Free" but every link I subsequently follow (like this or this) talks about $10/month on a Digital Ocean server.

Is it free or not? Am I missing something here?

Thanks if you can help!

Posts: 11

Participants: 6

Read full topic

Assistance with Multisite Install

$
0
0

@Ernest_Murry wrote:

What would you like done?
Assistance with configuration for a multisite install on a self-hosted platform. I already have a single site instance up and running without issues.

When do you need it done?
Before 11/01/16

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

Posts: 1

Participants: 1

Read full topic

CSS/Feature Help: Ordering Tags Below Topic

$
0
0

@LilTrashPanda wrote:

Hi everyone,

I'm utilizing tags to indicate to members when a fix is incoming or a reported bug/technical issue has been confirmed as being fixed (after the member marks the issue as solved -- a bit redundant, but it works for our company's needs).

I'd like for the "fixed" and "fix-incoming" tags to always be at the furthest left area in the tag space beneath the topic name. Currently, they just seem to go wherever:

Is there any CSS I could use to put that "fixed" tag at the front, always?

Thanks!

Posts: 6

Participants: 3

Read full topic

Overwatch Hero Icons

$
0
0

@DanielMarquard wrote:

This plugin for Discourse formats Overwatch hero names in posts. It tries to intelligently match hero names in users' posts, including those that are horribly misspelled, correcting their spelling, adding accent marks and other special characters where necessary, and prepending the hero's icon to their name.

I've released it under the MIT License on GitHub.

Demo

See it in action and test it out for yourself on Crit Cola's Discourse.

Installation

Add the plugin's repository URL to your container's app.yml file, for example:

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

Rebuild the container:

cd /var/discourse
./launcher rebuild app

For the plugin to apply retroactively, you'll need to rebake old posts:

cd /var/discourse
./launcher enter app
rake posts:rebake

Posts: 1

Participants: 1

Read full topic

New User Reply Limit

$
0
0

@codingCupcake123 wrote:

Hello,

Does anyone know a way to get around the new user reply limit? It's rather annoying sometimes when making an experiment or collab account.

Thanks!

Posts: 2

Participants: 2

Read full topic

CSS Help: Blurred Background behind Category/Topic Lists

$
0
0

@LilTrashPanda wrote:

Hello!

I'm currently building a forum that is intended to encompass multiple brands; each brand has a very specific color scheme, which can make it a bit difficult to go with a dark or light theme (one brand is great for the dark theme, but the other brand is much better suited to the light one).

To try and get around this (as I'm not sure how to do category-specific CSS styling yet), I wanted to attempt a more agnostic solution with doing a "blurry" background behind the category and topic lists, using:

-webkit-filter: blur

I've seen this used elsewhere (quick example):

...And I got pretty close to it working, but need a few extra pointers to getting the blur behind the list instead of in front of them (see my attempt below where I've applied the filter to the Categories list but not the Topics list):

Here's the current CSS I'm using as well (please note that the base of the CSS is to add a shadow behind the list of topics... I Frankenstein things a lot):

//add shadow behind the list of topics, but not categories
.topic-list{
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
background-color: rgba(34, 34, 34, 0.95);
border-collapse: collapse;
}
.category-list{
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
background-color: rgba(34, 34, 34, 0.95);
border-collapse: collapse;
-webkit-filter: blur(10px);
}

Any help would be super appreciated; thanks!

Posts: 3

Participants: 2

Read full topic

Database connection failed help

$
0
0

@exuanlu wrote:

hello ,

my discourse is running in a docker and i have a external database and redis in local. discourse was down yestoday, i check
the related logs and find that external host name was failed to translate and redis is failed to visit. besides, redis restart serveral times for unknow reason. followwing are related logs. could you give me some help or suggestions ?

E, [2016-10-10T06:30:47.607564 #53] ERROR -- : reaped #<Process::Status: pid 32085 exit 1> worker=1
E, [2016-10-10T06:30:48.694115 #32191] ERROR -- : could not translate host name "psqlpc01.lmera.****.se" to address: Temporary failure in name resolution

Error connecting to Redis on localhost:6379 (Errno::ECONNREFUSED) subscribe failed, reconnecting in 1 second. Call stack ["/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:345:inrescue in establish_connection'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:331:in establish_connection'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:101:inblock in connect'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:293:in with_reconnect'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:100:inconnect'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:364:in ensure_connected'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:221:inblock in process'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:306:in logging'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:220:inprocess'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:134:in block in call_loop'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:280:inwith_socket_timeout'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/client.rb:133:in call_loop'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/subscribe.rb:43:insubscription'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis/subscribe.rb:12:in subscribe'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:2760:insubscription'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:2138:in block in subscribe'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:58:inblock in synchronize'", "/usr/local/lib/ruby/2.3.0/monitor.rb:214:in mon_synchronize'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:58:insynchronize'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/redis-3.3.0/lib/redis.rb:2137:in subscribe'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/message_bus-2.0.2/lib/message_bus/backends/redis.rb:304:inglobalsubscribe'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/message_bus-2.0.2/lib/message_bus.rb:513:in global_subscribe_thread'", "/var/www/discourse/vendor/bundle/ruby/2.3.0/gems/message_bus-2.0.2/lib/message_bus.rb:461:inblock in new_subscriber_thread'"]`

Posts: 1

Participants: 1

Read full topic


"Your account does not have the privileges to post new topics in that category."

Outgoing request proxy

$
0
0

@cappy wrote:

I have my site (inbound) behind a DDoS protection reverse proxy. However, when the forum crawls images to download and when emails are sent, the backend host is exposed and hit (ex: user signs up and looks at email headers in the welcome message)

Is it possible to set some kind of PROXY= envvar with either a http/s connect or SOCKS5 that will be respected by whatever socket library discourse uses?

Posts: 1

Participants: 1

Read full topic

Apply CSS to all custom (non-badge) user titles

$
0
0

@jomaxro wrote:

So we are looking to add some new badges to our site which can be used as titles. At the moment, we have only ever given titles to staff and a select few extraordinary users. We'd like to keep the staff and special user's titles visible and worry they could be less noticeable in the noise of badge titles.

Is it possible to target all titles not from a badge?

Posts: 1

Participants: 1

Read full topic

[newbie] Trouble adding script to dynamically change CSS values based on conditions

$
0
0

@bob77707 wrote:

I'm very new to the world of Discourse so please bear with me if this is a question that has been answered a million times.

I've created a script that needs to run each time the user navigates to the homepage or the categories page. Currently I am attempting to run it through the Customize > HTML/CSS > Head using <script> tags. I check for DOM load completion, but it looks like Discourse has a very unique way of loading pages as you navigate around the forum.

Refreshing the categories page executes the script, but after navigating to another page, then back to the categories, the script fails to run.

I've tried creating a plugin to see if it would work better that way (I got the example alert() plugin working, woo!), but I just don't quite understand how to utilize everything that's available.

Any suggestions on how to get a script to run each time I navigate to the categories page?

If you need more information to understand what I'm asking for, please let me know. Sometimes my wording makes sense to me, but not to everyone else!

Thanks!

Posts: 10

Participants: 3

Read full topic

What are the files in backup folder when uploads on s3 are active?

$
0
0

@Pad_Pors wrote:

I have enabled s3 backups, as shown in this image:

but then when I look through our host, the backup folder has also some files in it (1 backup every 6 days ):

shall I remove these backups? (backups also exist in s3 bucket).
and are they supposed to be there?

is it possible to auto remove backups when s3 option is active?

Posts: 1

Participants: 1

Read full topic

Email signature not being stripped out when user write new topic or reply to a topic

$
0
0

@Manfred_Bayer-Lemerz wrote:

Hallo

When sending a new post or reply to a post via mail the email signature was not
stripped out.

The following was posted as a new topic:

Mal sehen was hier mit der Signatur passiert!

--
Mit lieben Grüßen

Manfred Bayer-Lemerz

Is there a setting to turn the stripping out off or on?

I have the original email headers/source available for anyone who wants to look at this bug more closely.

thanks

Manfred

Posts: 5

Participants: 4

Read full topic

Whitelist all the code inside of a div tag?

$
0
0

@Alex_Rabolin wrote:

Hello,

I like to know if it would be possible to whitelist all the code inside of a div tag, regardless of the code ? (in a forum post)

I guess not and must whitelist each tag in a plugin?

Sorry for my bad english and thank you in advance.

Posts: 9

Participants: 3

Read full topic


Send E-Mail Notification when a post is edited

Plugin outlet (hamburger menu)

$
0
0

@kourou wrote:

Hello.

I would like to add some items (links) in the hamburger menu.

I followed this tutorial and also installed discourse-plugin-outlet-locations plugin, but it seems that site-map-links plugin outlet is no longer available.

How could I accomplish adding some more items in the hamburger menu, if I chose to do so by writing a plugin?

Thank you,
Ilias

Posts: 2

Participants: 2

Read full topic

Set focus to textbox when searching on mobile

$
0
0

@ChrisBeach wrote:

Searching on mobile requires two taps: the search button, then the text field.

Can focus be set to the textfield after the search button is pressed? This seems to be the behaviour on desktop.

Posts: 3

Participants: 3

Read full topic

Migrate bbpress forum to discourse

$
0
0

@josefstevens wrote:

What would you like done? We have a client with a bbpress install that needs to be migrated to a discourse "one time install". The one-time install is already set-up. The current bbpress has 34 forums with about 230 topics and 690 replies. There are 250 subscribers and 10 keymasters. We want to keep all of this.

When do you need it done? Before Oct 14, 2016

What is your budget, in $ USD that you can offer for this task? Budget is $250 US (please note we are a Canadian company and can pay by credit card or Paypal).

Posts: 2

Participants: 2

Read full topic

Password verification via REST API

$
0
0

@windy wrote:

Hello I have a question regarding the REST API. I currently have a web service that shares account information with our Discourse instance using SSO. Everything works gorgeously and the user is able to authenticate with my service via the instance.

However, I've reached the point where I need a user to enter their password for certain actions just for added security. I need a way to verify the password against discourse even if the user is signed in on Discourse. Is this currently possible?

Posts: 2

Participants: 1

Read full topic

Viewing all 60642 articles
Browse latest View live




Latest Images