This plugin adds a dynamic sidebar on the right of the pages (hidden when the user is inside the topics or when the screen has less than 800px width), wrapping the main content.
It allows add any HTML content, from twitter widgets to plain text.
The dynamic sidebar settings is on the site Settings > Sidebar Settings.
-
Activate the sidebar by checking the box "Show sidebar on the main screen"
-
Add any HTML content on the box "sidebar content"
(.../admin/site_settings/category/sidebar_settings)
As seen in a how-to on meta.discourse.org, simply add the plugin's repo url to your container's app.yml file:
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/tcreativo/plugin_discourse_dynamic_sidebar.git
- Rebuild the container
cd /var/docker
git pull
./launcher rebuild app
-
Produced by Territorio creativo S.L.
-
Developed by Vairix
-
Fixes for Discourse 2.4.0+ by Magneticat
Copyright 2014 Territorio creativo S.L.
Licensed under the GNU General Public License Version 2.0 (or later); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.