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

Searching "Solved" posts

$
0
0

@jaykaypea wrote:

Hello! Thank you for all you do, I love using Discourse!

Please tell me if this is already a feature and I am just missing how to use it, but I would love a way to search the posts marked “solved” in our Discourse. It would be great if these posts popped up first when a user searched for something similar as well, or a way for users to see if there are any posts with their exact error that has been solved already.

Thanks again!

Posts: 4

Participants: 3

Read full topic


Analyze the amount of topics

$
0
0

@SidV wrote:

I need some help with this query.

The idea is to be able to analyze the amount of topics that have a certain user, to get specific statistics on the behavior of the user.

Of the total of topics created, I need to get:

  • The number of topics closed
  • The number of issues with solution.
  • The number of topics closed.
  • The number of archived topics.

The idea is to get something like this:
image

v0.1

--[params]
--string :user_name = SidV
WITH usuario AS ( SELECT users.id,
            users.username AS u_u
            FROM users )
,    stats AS ( SELECT user_stats.user_id,
            user_stats.topic_count AS total
            FROM user_stats )
,    di AS ( SELECT directory_items.user_id,
            directory_items.topic_count AS di_tc,
            directory_items.period_type AS di_pt
            FROM directory_items )

SELECT
stats.user_id,
stats.total
FROM usuario, stats, di
WHERE usuario.u_u ILIKE CONCAT('%', :user_name, '%')
AND di.user_id = stats.user_id
AND usuario.id = di.user_id
AND di.di_pt = 1
ORDER BY stats.user_id, di.di_pt
LIMIT 10

Can somebody help me please? :pray:

Posts: 1

Participants: 1

Read full topic

User email search

$
0
0

@lenalee wrote:

i am frequently using customer’s email address, but whenever i need to copy the email,
I have to click all the way down many steps of customer’s profile to finally find the email address.

is there a short cut to find it from the list level of the category?

Posts: 3

Participants: 3

Read full topic

Mailing list question

$
0
0

@CarsonWeitnauer wrote:

Hi,

Let’s say I have a unique group of people who really only want to interact in one category within our community. They also want to use a mailing list like feature to get all the emails from that category and participate by email. Instead of giving them a mailing list, we want to include them as users on our community platform so their involvement is secure and connected to our organization - perhaps from time to time they’ll look over the fence and see what else is going on. But we want to respect the fact that they only want the mailing list functionality for ‘their’ category.

If they have the mailing list feature turned on, they are in a group together, that group has access to a private category, they have notifications muted for all other categories, and they are watching their private category, will this setup work as desired?

Posts: 3

Participants: 3

Read full topic

The anonymous feature

$
0
0

@ogeh47 wrote:

Hello evreyone, I am new to the discourse platform and I’m currently building a a bottom bar navigation that will only be displayed on mobile phones and I cannot seem to get the anonymous feature to work, I want to make an icon on my bottom bar function like the anonymous icon on discourse. I cannot seem to figure this out.

Posts: 1

Participants: 1

Read full topic

Posts with multiple authors

$
0
0

@Sebastian_Noack wrote:

Sometimes, I co-author posts with my colleagues, collaboratively writing a draft, and then one of us posts it on Discourse. It would be great if there would be a way to attribute these posts to multiple authors, so that they share the likes received, can all edit the post, etc.

Posts: 2

Participants: 2

Read full topic

How can I Improve the Performance of My Discourse Application?

$
0
0

@SouperC wrote:

I’ll preface this by saying I do understand that Discourse is a web application rather than merely a website.

But, I’d really like to get the load times down for our mobile users and I’m looking for ideas on how we can make that happen. Currently the site is “behind” (Free) Cloudflare so we’re using SSL+HTTP2 between the edge server and the customer.

TTFB is a bit long at 1.3s and I’m open to hearing some things to check on the server for that. I can look in Nginx logs too, but I’ll need help on where to look.
Total load time is 9seconds and it’s the objects that follow that really hold up the show.

Some examples on a 3G connection:

Landing page: WebPagetest Test Details - Dulles : forums.kartpulse.com - 09/08/17 19:38:37

Typical Topic w/o images: WebPagetest Test Details - Dulles : forums....back-for-2017/1135 - 09/08/17 19:44:08

I’ve considered offloading images to S3/cloudfront, but then again in these two examples that woudn’t have an impact.

Server is provided by Interserver. It’s a VPS with 4GB of ram. Not sure how many cores are available to me, so I’ll have to check that. [edit, running cat /proc/cpuinfo | awk ‘/^processor/{print $3}’ gave me a 0, so looks like a single core.]. Nonetheless, it seems rarely taxed.

Grateful for backend and frontend ideas to speed this up. Of course I’ll share anything I uncover here as well.

Here’s my plugin list:

discourse-details 0.4 N Settings
guest-gate 0.2.0 Y
discourse-narrative-bot 0.0.1 Y Settings
discourse-nginx-performance-report 0.1 Y
docker_manager 0.1 Y
lazyYT 1.0.1 Y
poll 0.9 Y

Posts: 12

Participants: 5

Read full topic

Using Discourse as a WebApp Messaging Engine

$
0
0

@meatlessmondays wrote:

I have a webapp that needs users to be able to privately message each other while allowing admins to verify discussions/agreements. I am leveraging Discourse’s robust API to create a new user and send a message to a potential partner to discuss their terms and agreements.

I have had a difficult time finding another alternative without having to reinvent the wheel. Discourse is a great product and thought this would be a good solution.

We have it working quite well for this purpose- only caveat is that it still takes the users out of my webapp “experience” to a forum.

I am curious if anyone else is using it in this way or anyone has any suggestions with positive results to “hack” Discourse to enable a “chat” functionality for my web app.

Thanks!

Posts: 1

Participants: 1

Read full topic


I dont get notified about Flags

Broken memoization of mentions in posts

$
0
0

@Darren_Lee wrote:

I believe that there’s a minor typo on line 63 of post_analyzer.rb that is preventing memoization of mentions in posts:

In particular, the line is missing an ‘s’ and should be @raw_mentions = raw_mentions.

There is no functional impact of this – both post_spec and post_analyzer_spec pass with and without the correction. The net effect is simply that the mentions are recomputed each time the method is called.

As far as I can tell, there are no references to the singular raw_mention variable: egrep -irn 'raw_mention\b' . --include '*.rb' doesn’t come up with any results other than this single line. While I haven’t written any failing tests of the memoization behavior, I think that this is a pretty obvious bug.

Posts: 2

Participants: 2

Read full topic

In tablets the "new topic" button text dissappears

Markdown on Badges...? :thinking:

$
0
0

@8BIT wrote:

I find it a bit odd that I can do markdown pretty much everywhere except on editing descriptions in the badges area… where I have to use HTML:

59 PM

Not sure if this is a feature or just something you folks decided to do intentionally…?

Posts: 1

Participants: 1

Read full topic

New Category Button Disappeared

$
0
0

@dustinmatlock wrote:

I’ve looked through the settings numerous times. Nothing has really changed. I added multiple new categories earlier today. It’s a little frustrating, and I really don’t understand what’s going on here. I’m the site owner and admin, and of course, I’m logged in. Thanks.

Posts: 3

Participants: 3

Read full topic

[PAID-job] Install discourse on CentOS6.9 from Tmdhosting

$
0
0

@abangmanja wrote:

Need an expert to help me to install discourse on centos6.9 server from Tmdhosting. PM me for price. thanks

Posts: 1

Participants: 1

Read full topic

Discourse Localhost User cant register (elasticemail)

$
0
0

@Tumi wrote:

Hi

I just install discourse on my localhost . All works good but i cant create a new account for user. Activation links dont come to my email box. What is the problem ? How to diagnoze it ?

Why email for admin account was send but when i create a new user it doesnt?

Posts: 1

Participants: 1

Read full topic


Suggestion: Should we change Messages To Chat?

$
0
0

@xiasummer wrote:

Only a suggestion.

I rechecked the messages function. I found it much like a build-in email function. **It separate message categories as inbox and outbox(or sent) ** while comparing to the phone text or other instant chat applications, they don’t separate such categories, but mix them up only showing who is in this chat——No matter who send or receive. This is called chat .

Should we upgrade this function?

Also see

Posts: 8

Participants: 4

Read full topic

Static Pages Plugin (dl-static-pages)

$
0
0

@joebuhlig wrote:

I’ve been doing freelance Discourse customization as my primary gig for almost a year at this point. And one of the most common questions I get is about static pages. “Can I just create a static sales page?” “Where’s a good place to put a FAQ without a discussion around it?”

You can likely argue the validity of these questions in most scenarios. The main response being “just close the topic.” But that doesn’t cut it for most. Thus, I decided to create this plugin to make it possible.

It’s pretty simple. You get a backend under Admin > Plugins to create, edit, and delete these pages as you like. It uses the same topic composer we’re used to. Once you have the page built, you can Enable it and share the link to the page wherever you like.

For a demo: https://discourseleague.com/static-pages

This plugin is the first where I’m trying out a tiered process. You’re free to use the plugin if you want one or two static pages on your site. More than that and you’ll need a license key, which will also grant you access to the support category for the plugin on the Discourse League site (not affiliated with the Discourse team themselves). You can get a key by clicking the button at the bottom of the demo above or by going here.

I should also note that styling is made easier with a class static-page in the wrapping div for the whole page. That way you can do whatever you want to the body of the page from a CSS standpoint.

Posts: 1

Participants: 1

Read full topic

Install Discourse simultan on a Plesk Server?

$
0
0

@fpvAirRacer wrote:

I have an Plesk vServer and would like to install Discource. It´s my first Rails App. It works simultan? How i must install it?.

Posts: 2

Participants: 2

Read full topic

502 Bad Gateway

Account activation / email verification email not sent on sign up, when "must approve users" option is turned on

$
0
0

@sekhat wrote:

I’ve turned on the “must approve users” options in my login options.

When this is turned on, the email verification emails don’t get sent, so user accounts sit as inactive. The message to the user after signing up is:

Thanks for signing up. We will notify you when your account has been approved.

In order to allow the newly created account, I need to activate it, then also approve it. This seems… a bit much, especially since activating an account is sat inside the admin page for the individual user, and the pending user list only shows the user should it have been activated, but not approved.

I would of expected users to still need to verify their emails, which then activates their account, and then their account would just need approving by a staff member or admin.

This is on version: v1.9.0.beta8 +99

Is this just me? is it a bug? or is it supposed to work this way?

Posts: 2

Participants: 2

Read full topic

Viewing all 60721 articles
Browse latest View live




Latest Images