Skip to content

Allows creating custom topic list using filters. The lists then can be displayed in selected plugin outlet for selected pages.

License

Notifications You must be signed in to change notification settings

gormus/discourse-filtered-topic-lists

Repository files navigation

Discourse Filtered Topics Lists

Allows creating custom topic list using filters. The lists then can be displayed in selected plugin outlet for selected pages.

Inspired from Discourse Featured Lists

Recommended

Enable the experimental topics filter setting, and install the complementary UI component to help with creating, and testing your queries.

https://github.com/discourse/discourse-experimental-filter-component

Available CSS classes

.filtered-topics-list {
    &__wrapper {
    }

    &__header {
        h2 {
        }
    }

    &__content {
    }
}

.filtered-topics-list {
    &.below-site-header,
    &.above-main-container,
    &.before-topic-list,
    &.after-topic-list,
    &.topic-list-bottom,
    &.main-outlet-bottom,
    &.before-main-outlet {

        &__wrapper {
        }

        &__header {
            h2 {
            }
        }

        &__content {
        }
    }
}

About

Allows creating custom topic list using filters. The lists then can be displayed in selected plugin outlet for selected pages.

Topics

Resources

License

Stars

Watchers

Forks