# discourse-reply-required **Repository Path**: jannson/discourse-reply-required ## Basic Information - **Project Name**: discourse-reply-required - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-13 - **Last Updated**: 2025-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README discourse-reply-required --------------------- Required replies to see attachment in the first post for Discourse. ## Installation * Add the plugin's repo url to your container's `app.yml` file ```yml hooks: after_code: - exec: cd: $home/plugins cmd: - mkdir -p plugins - git clone https://github.com/discourse/docker_manager.git - git clone https://github.com/fantasticfears/discourse-reply-required.git ``` * Rebuild the container ``` cd /var/docker git pull ./launcher rebuild app ``` ## License GPLv2. Copyright 2016, Yujiang Yang. ## TODO 1. jump to first visible reply required element