Skip to content

svivian/q2a-tag-list-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tag List widget plugin for Question2Answer

This is a widget plugin for popular open source Q&A platform, Question2Answer. It is similar to the default tag cloud plugin but instead simply lists the most popular tags in a column, with the default tag style.

Installation & Usage

  1. Download and extract the files to a subfolder such as tag-list-widget inside the qa-plugins folder of your Q2A installation.

  2. Add the CSS below to your theme's stylesheet.

  3. Go to Admin > Plugins and choose how many tags you wish to show (default is 30).

  4. Go to Admin > Layout and click "Add widget" next to "Tag List". Choose the positions and pages, then save.

CSS

/* Tag List plugin */
.qa-sidepanel .qa-q-item-tag-item {
	display: block;
	margin: 3px 0 3px 20px;
}

Pay What You Like

Most of my code is released under the open source GPLv3 license, and provided with a 'Pay What You Like' approach. Feel free to download and modify the plugins/themes to suit your needs, and I hope you value them enough to make a small donation of a few dollars or more.

Releases

No releases published

Packages

No packages published

Languages