discourse/plugin_discourse_dynamic_sidebar

Name: plugin_discourse_dynamic_sidebar

Owner: Discourse

Description: null

Forked from: techAPJ/plugin_discourse_dynamic_sidebar

Created: 2016-11-30 18:48:59.0

Updated: 2018-04-25 18:21:26.0

Pushed: 2018-03-27 18:01:35.0

Homepage: null

Size: 19

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Discourse dynamic sidebar plugin

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.

Usage

The dynamic sidebar settings is on the site Settings > Sidebar Settings.

(…/admin/site_settings/category/sidebar_settings)

Installation

As seen in a how-to on meta.discourse.org, simply add the plugin's repo url to your container's app.yml file:

s:
ter_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
var/docker
pull
uncher rebuild app
Authors
Copyright / License

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.