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

Feature request: search filter to see messages/topics with timer reminders set

$
0
0

@tobiaseigen wrote:

I was just showing the topic timer reminder feature to a colleague, and she is very impressed by it and would like to start using it to reach out to members via PM and to remind herself to follow up if there is no reply.

I realized after the call that it is not possible to see a list of topics and messages for which you have set a topic timer, which would be helpful in this use case. The alternative is to set up some separate system for tracking who has replied and who needs a reply, e.g. a spreadsheet.

One way to handle this would be to add a filter to the search for messages/topics that have a timer set.

For admin purposes it’d also be interesting anyway to see this information whether or not this filter is added to search - is there a query for getting it via the data explorer?

Posts: 3

Participants: 2

Read full topic


Error did not find expected key while parsing a block mapping at line 10 column 1 -e LANG=en_US.UTF-8

$
0
0

@huynhthai824 wrote:

Hello every one,
I install a plugin, i paste link plugin github later i get error “did not find expected key while parsing a block mapping at line 10 column 1 -e LANG=en_US.UTF-8” later command ./launcher rebuild app

How i fix it? thank you!

Posts: 7

Participants: 3

Read full topic

Error (could not create unique index "badges_pkey") attempting to restore backup

$
0
0

@rambaut wrote:

Hi,

I have attempted to restore a backup to a clean rebuild of discourse.

./launcher enter app

discourse enable_restore

discourse restore my_backup.tar.gz

It starts restoring the dump file and the quits with the error:

ERROR:  could not create unique index "badges_pkey"
DETAIL:  Key (id)=(37) is duplicated.

The backup was made with Discourse v1.8.0beta10 and I tried reverting to this version before restoring but it gave the same error.

I also tried a slightly older backup and that gave the same error so it isn’t just a single corrupt backup file.

Any ideas? Thanks.

Posts: 3

Participants: 2

Read full topic

A forum without username

$
0
0

@Stranger wrote:

I understand user account is necessary to join a forum.
Members with good reputation, of course, often have a good name associated with their user name.
However, other members may have prejudice against minority of member by their user name because of their characteristics in the past. Those affected members have asked to have their user account deleted or anonymized.

E.g. A member might stop replying to a particular member if he disliked him.

Why not put discussion first before people?

A forum without username might be a silly suggestion. Any thoughts on how to discourage “preconception” on certain members by their user name and list of activity on their profile?

Posts: 16

Participants: 6

Read full topic

The overall optimization. Plugins

$
0
0

@Stranik wrote:

A specific example. There are 2 plug-in.

1. 1/assets/javascripts/discourse/initializers/1.js.es6

 import { withPluginApi } from 'discourse/lib/plugin-api';
 import RawHtml from 'discourse/widgets/raw-html';

 function attachSignature(api) {
 api.includePostAttributes('reply_to_post_number');
 api.decorateWidget('post-contents:before', dec => {.....

2. 2/assets/javascripts/discourse/initializers/2.js.es6

import { withPluginApi } from 'discourse/lib/plugin-api';
function  startVoting(api){....

As it is advisable to combine two or more plug-in to exclude the connection of the first rows…

 import { withPluginApi } from 'discourse/lib/plugin-api';
 import RawHtml from 'discourse/widgets/raw-html';

function 1(api) {...
function 2(api) {...

Will this affect performance?
I look at common approaches…
Just logically, you can make a dozen plugins or replace them all in one.

Posts: 5

Participants: 2

Read full topic

Search for wb.camra.org.uk doesn't return any results

$
0
0

@Rob_Nicholson wrote:

Anyone hazard a guess why searching for “wb.camra.org.uk” doesn’t find any posts when that text is most certainly in a post. Whereas a search for “wb.camra” does work.

image

Kind of proving the text does exist as I asked the same question in our own support category:

image

Posts: 2

Participants: 2

Read full topic

Dev instance: topic preview not working

$
0
0

@jack2 wrote:

When clicking “New Topic” in my dev instance, I get the following errors in the console and the preview pane doesn’t work:

Uncaught SyntaxError: Unexpected token <										markdown-it-bundle.js:1
Error: Could not find module pretty-text/engines/discourse-markdown/helpers		discourse/lib/text:40
    at missingModule (discourse-loader:134)
    at require (discourse-loader:149)
    at setup (pretty-text/engines/discourse-markdown-it:242)
    at buildOptions (pretty-text/pretty-text:100)
    at getOpts (discourse/lib/text:25)
    at cook (discourse/lib/text:30)
    at eval (discourse/lib/text:38)
    at tryCatch (ember:50180)
    at invokeCallback (ember:50195)
    at publish (ember:50163)

The second error then occurs each time I input a character in the text area.

I believe this problem was not occurring a few months back, but I’m not sure. I’m currently using v1.9.0.beta5 +90.

Posts: 1

Participants: 1

Read full topic

Discobot vs a non-techie

$
0
0

@Martin_Cash wrote:

It looks like during a “start new user” introduction, Discobot asks the user to post a link, after the user failed to provide what Discobot was looking for, Discobot repeated the request so the member could try again. The member tried to post the link a second time (incorrectly) and got blocked by System for spam. :crazy_face:

image

image

image

Discobot then begins taunting the user

image

Posts: 3

Participants: 3

Read full topic


Feature request: tag styling addition

$
0
0

@jack2 wrote:

Being able to hide tags is a useful feature in many situations. Use cases have been discussed before, for example here and here.

This feature is implemented through a tag-nameOfTheTag class added to tags <a> links. For example, this is what you get in the tag dropdown of meta.discourse.org for the markdown tag:

<a href="/tags/markdown" id="ember1195" class="... tag-markdown ...">
   markdown
</a>

Hiding the tag is just a matter of providing a CSS rule of the form:

a.tag-markdown {
   display:none;
}

Using this technic, you can hide a tag everywhere in Discourse, except in the composer pane (input box and list box):

Tags there aren’t displayed through a simple <a>, but with a more complex markup:

<li class="...">
   <div>
      <a class="tag-mytag ...">mytag</a>
   </div>
   <a href="#" class="..." tabindex="-1"></a>
</li>

So if you try to hide the tag with CSS, the <a> link is hidden but the rest remains and is displayed.

To solve the problem, I suggest the tag-nameOfTheTag class to be added to the top <li>, in both the input box and the list box:

<li class="... tag-mytag ...">
   <div>
      <a class="tag-mytag ...">mytag</a>
   </div>
   <a href="#" class="..." tabindex="-1"></a>
</li>

Posts: 2

Participants: 2

Read full topic

Setting up default trust level

Recreating the single sign on logic for generating usernames

$
0
0

@SwisherSweet wrote:

Howdy,

I’m pre-populating users in Discourse from an integrated SSO external system and would like to mimic the username creation process in Discourse.

Currently, I’m having to create usernames like so, where the number is the unique user id.

u12345678
u23456789

I tried using portions of name or email but always ended up with complaints about special characters.

When a user logs into the site using SSO, the username is automagically created. The username is a reasonable representation of the user and I’d like to copy this functionality with my pre-populated users.

Does anyone know what the logic is and/or can point me to the code in GIT that performs the magic?

Thank you.

Posts: 2

Participants: 2

Read full topic

About the community category

$
0
0

@HAWK wrote:

A great platform doesn’t guarantee success. Community building is a science. This category is for discussions about launching, building, growing and managing a thriving community.

Posts: 1

Participants: 1

Read full topic

What does engaged mean in your community?

$
0
0

@HAWK wrote:

For those people that track monthly metrics, what constitutes an engaged member?
Someone that has made at least one post in the timeframe?
Or does a like count as an engagement?

Posts: 11

Participants: 5

Read full topic

The new (age:

$
0
0

@Simsnet wrote:

I recently got a new server today and followed the instructions (install-CLOUD.md) to install Discourse again. The new setup page (specified after the ./discourse-setup and bootstrap section) looked very helpful and simple to beginners with this software, with easy instructions to set up their new forum.

Nice job as always, folks.

Posts: 1

Participants: 1

Read full topic

Suggestion for this site- Field for BTC tips

$
0
0

@Ham wrote:

I was just thinking if there was a field added for a dev to place a bitcoin address. I know we have the marketplace but some things dont warrant a full thread. I personally have had members help me on alot of various things the past few days and I really appreciate the help. If they had a donation box for bitcoin its not much but $10 here and there as a “tip” to show appreciation to members and staff helping I think would be a cool idea.

Posts: 2

Participants: 2

Read full topic


A new category for community practices

$
0
0

@erlend_sh wrote:

We’ve finally taken the leap and moved the now-defunct #community-management tag to its own dedicated #community category.

We’re looking forward to making community management a more frequently discussed topic around here!

Posts: 1

Participants: 1

Read full topic

OAuth Email missing in data explorer

$
0
0

@Bas wrote:

Using this query:

SELECT id, username, email
FROM users

The following is returned

All those NULL results are people who have signed up using Google OAuth2

The emails are in the system correctly, I can see them in their profiles.

What am I doing wrong? :slight_smile:

Posts: 4

Participants: 2

Read full topic

Prevent google from indexing pdf files

$
0
0

@hnaseri wrote:

Is there anyway to prevent search engines like google from indexing pdf files? I know that we can do something like

<Files ~ "\.pdf$">
  Header set X-Robots-Tag "noindex, nofollow"
</Files>

in htaccess for normal websites. But how this is possible for discourse?

Posts: 1

Participants: 1

Read full topic

Accessing reports from a backup

$
0
0

@Luckios wrote:

I used Discourse to manage a community co-creating some reports.

I have since finished using Discourse - and downloaded a full backup of the site before closing the account.

I would like to be able to access the stats and reporting from my backup.

Does anybody know how I can do this?

Thank you

Posts: 3

Participants: 2

Read full topic

Beta or Stable branch?

$
0
0

@SidV wrote:

Continuing the discussion from Discourse Canned Replies, where SAM said:

I have a doubt with the upgrade ssh code:

cd /var/discourse
git pull
./launcher rebuild app

When you do that, what version of discourse will be upgraded?
I mean, beta branch or stable branch?

Posts: 4

Participants: 4

Read full topic

Viewing all 60642 articles
Browse latest View live


Latest Images