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

Need help on how to fake click with javascript


Topics count on new categories view from v1.7.0.beta3

$
0
0

@ryantm wrote:

Hi.

We upgraded to v1.7.0.beta3 and the topics count for categories that contain subcategories only shows the count for the posts that are not in a sub-category. We don't really use the top-level category, so it looks kind of silly. Here's our forum:

https://forum.pololu.com/

Is this something that needs to be fixed? Am I missing some option to enable to fix it?

Ryan

Posts: 5

Participants: 3

Read full topic

Site Logo does not respect subfolder setup

$
0
0

@jomaxro wrote:

The logo in the top left of every page uses the site domain as its link. It does not add the subfolder to the URL, meaning that if you right click the link to open it, or open in a new tab or window it leads to the root domain and not the forum subfolder.

Posts: 6

Participants: 3

Read full topic

New Categories View

$
0
0

@Rob_Waters wrote:

We changed our homepage to default to the Categories view from the beginning. Today, out of the blue, that view changed to a vertically-bisected screen with categories on the left and Latest on the right. Was this a deliberate change? And is there a way to undo it? It doesn't look good and we don't want it that way.

Posts: 7

Participants: 4

Read full topic

App.yml - need help to rebuild

$
0
0

@coffee_lover wrote:

Hi,

I installed discourse but on installation I accidentally put in the incorrect SMTP details resulting the email not working for account authentication and creation.

I read around that I need to use ./launcher rebuild app inside app.yml
So I did this:

cd /var/discourse nano container/app.yml

so I'm in app.yml
I tried rebuild but when I press enter nothing happens, I can type anything and nothing will happen.

I see this at the bottom of the screen:

^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text ^T To Spell

Please help Thanks

Posts: 4

Participants: 3

Read full topic

Search rank using discourse-solved plugin

$
0
0

@helperhaps wrote:

Hi there ,
I am using the discourse-solved plugin. And I would like to have this feather, topic which has been marked solved have the high rank when searching, that means if the searching result has the solved topic, it will be displayed more front that before.

Dig into the plugin, I found the result's order is decided by the followed code

# lib/search.rb:530
posts = posts.order("TS_RANK_CD(TO_TSVECTOR(#{query_locale}, topics.title), #{ts_query}) DESC")

data_ranking = "TS_RANK_CD(post_search_data.search_data, #{ts_query})"
if opts[:aggregate_search]
  posts = posts.order("SUM(#{data_ranking}) DESC")
else
  posts = posts.order("#{data_ranking} DESC")
end
posts = posts.order("topics.bumped_at DESC")

But the solved mark is stored in custom_fields, i can read it with topic.custom_fields[:accepted_answer_post_id] or post.custom_fields[:is_accepted_answer]

How could i make this into sql query expression? Or else what can i do ?

Posts: 1

Participants: 1

Read full topic

Does category ordering by activity include subcategories activity?

$
0
0

@gkln wrote:

When the setting fixed category positions is unchecked, categories are automatically sorted by activity. But does the activity of a category include the activity of its subcategories? If not, should not it be the case or is there a way to change this?

Thanks!

Posts: 1

Participants: 1

Read full topic

Issues with filters on admin graphs

$
0
0

@barryvan wrote:

Category filter doesn't work on "User visits" graph

Steps to reproduce:

  1. Head to your admin dashboard, then click on "User visits" to bring up the graph.
  2. Change the category from the drop-down and click "Refresh report".
  3. Note that none of the values have changed.

According to this graph, every single user was able to visit a category months before I created it. :slight_smile:

Expected behaviour: The graph should show statistics only from the selected category.


Date range doesn't revert when cleared out

Steps to reproduce:

  1. Head to your admin dashboard, then click on "User visits" to bring up the graph.
  2. Take note of the default date range.
  3. Change the date range and click "Refresh report". (You can widen or narrow the range.)
  4. Delete out the dates in the range and click "Refresh report". Note that you're still seeing the date range from :three:, not from :two:.
  5. You can even refresh the page and the range won't revert to default. :confused:

Expected behaviour: Clearing the date range out should revert to the default date range.


Date range gets confused when only field populated

  1. Head to your admin dashboard, then click on "User visits" to bring up the graph.
  2. Change the "until" date to some time in the distant past and click "Refresh report".
  3. Note that the graph draws the axis and legend, but no details; there's no error message.

Expected behaviour: Ideally, it shouldn't be possible to run the report with only one date range; setting one should set the other if it is blank to some sensible default (a month/week in the past/future, as appropriate?) Alternatively, a message should be shown.


Inappropriate filters shown for some graphs.

I can filter by category for:

  • New users
  • User profile views
  • Emails sent

On none of these does changing this filter actually do anything -- nor should it, as it's meaningless. :slight_smile: This filter shouldn't be shown on those charts.


Aside: I collected all of these up into one topic as they seem to be closely related. Is it preferable to instead post each of these as a new topic?

Posts: 1

Participants: 1

Read full topic


Auto Set Featured Topics Count Per Category

$
0
0

@jamesmarkcook wrote:

If a category has many subcategories, it can make the category row on the category page quite high.

If you have a category with no subcategories or only a few and a short description, this category row will be quite small.

This causes an issue when setting the number of featured topics.

Set the featured topics too low, and the category with many subcategories will look like it only has that many topics in it and leave a big gap. Set the featured topics number so that it fills the large category, and it will expand the small category, making all the categories on your front page quite big.

An example:

Featured Topics set to 3:

Featured Topics set to 8:

Why is this a problem?

  1. If set low, the large category will appear like it has less activity than it does. I realise there are stats on the right, but this is about split second first impression for new visitors. And also, it kinda just doesn't look right.
  2. If set high to fill the large category, the smaller categories are expanded. If you have say 10 top level categories, this can significantly grow the size of your front page meaning people have to scroll more and put more effort into scanning the page for a relevant category.

Question...

Would it not be possible to automatically determine the amount of featured topics to fill the size of the category row? Or at least have the option to set it per category? It would allow the small categories to take up less space, and the larger categories to look busy.

Posts: 1

Participants: 1

Read full topic

NGINX reports configuration fail inside docker container right after installation

$
0
0

@araruna wrote:

I tried to report this as an issue, but unfortunately it was not accepted as such.

I ran through the official tutorial to setup Discourse with the docker option. After everything done, despite having no signs of errors, the web server does not come up. I only followed the steps in the tutorial, nothing else.

Then I entered the container and asked NGINX to do a configtest and it reported a failure. As I'm not very familiar with NGINX and never used Docker before, I don't really know what to do next... What I know is that the sites.enabled folder was empty and there was only the default file in the sites.available folder.

What should I do to solve this and make the application work?

Posts: 5

Participants: 3

Read full topic

Error - Failed to bootstrap (no implicit conversion of String Into Hash)

Link to post does not scroll all the way up to that post?

$
0
0

@dictoon wrote:

Here is a link obtained with the share button of the last post of a thread:

Notice that when you open that link, the page doesn't scroll all the way up to the linked post, and the URL gets changed to https://forum.appleseedhq.net/t/3ds-max-plugin-development/109/35 (the previous post).

Posts: 4

Participants: 2

Read full topic

Digital Ocean forum locked in read only mode after upgrade this morning

Empty /users view

Is there a way to delete old/irrelevant uploads?

$
0
0

@MerryMinstrel wrote:

Hello Discourse community!

I`m maintaining small foreign community using Discourse for more than a year. This platform really has done wonders for us. We are small and most likely will never grow out of 1GB DO droplet. Down the road our only concern is disk space. Which will run out in about a year or two. Of course one solution is to turn off uploads, but I would really like to refrain from it. We are media heavy community and upload feature is important for us.

Is there a way to delete uploaded files? For example all uploads from specific topic.

We already have couple of irrelevant and archived topics who for the most part contain spam. There is no need to maintain uploads in these kind of topics. A way to cleanup uploaded junk would be very helpful.

Posts: 6

Participants: 5

Read full topic


How to include Sent As name in invitations and other system-related email?

$
0
0

@bakercp wrote:

Hi there, I'm running discourse v1.7.0.beta3 +11 and everything is working great, except I'm wondering if it is possible to set a "Sent As" name for invitation and other transactional emails. Private messages, topics, etc are all set with the name of the sender, which works well. The problem is that messages like invitations show up as being from "noreply" (or as the test example below "hello"), which means some users are ignoring them.

Anyway, here are a couple examples with the raw email headers:


and the headers



also example 2



and the headers


Thanks so much for the great project!

Posts: 9

Participants: 3

Read full topic

Arabic plural forms are not being used

$
0
0

@SafaAlfulaij wrote:

There is a problem with Arabic plural forms, as the only used forms are "one" and "other", while there are a total of 6 forms!
For example (F:Form):
F_zero: A
F_one: B
F_two: C
f_few: D
f_many: F
f_other: F

"other" is selected for count=2 while there is a form for it (two) and it's not used (And it has a translation).

Posts: 5

Participants: 2

Read full topic

Critique My Taxonomy

$
0
0

@Donald_Swofford wrote:

I set up my forum today. It's a forum for saltwater reef enthusiasts. I set it up modeling the current leading forum dedicated to such interests Reef Central. I'm guessing you probably don't recommend this and I know their setup needs some tweaking but what do you think? I put categories first and made their General categories and put in sub-categories like they have. What do you think? If you think this approach is decent how can I let people see the parent category but only post in the sub-category? I don't have any traffic or moderators to help right now so I just need a base structure I can send people to that we can tweak later. Most of the feedback I got before I setup these categories is I can't tell what the site is or what it's for or where to post my topics. I'm hoping this will help.

Posts: 4

Participants: 2

Read full topic

Change all posts by user to wiki

$
0
0

@jomaxro wrote:

We just finished migrating from our knowledgebase from MediaWiki to Discourse. Yeah!

We had 4 users manually add all the posts (no migration scripts that I saw), and then used @techAPJ's guide to convert all the posts to a single user.


Now that all the topics are owned by the same user, is there any way to change them all to wiki via a rake command?

Posts: 10

Participants: 5

Read full topic

I have 2 text labels in admin settings missing

Viewing all 60642 articles
Browse latest View live




Latest Images