Extension Hidegroups


Extension Basics

Title
Hidegroups
Name
ckanext-hidegroups
Type
Public extension
Description
A CKAN 2 extension that removes CKAN's groups feature from the web interface
CKAN versions
Download-Url (zip)
Last commit
12 years ago (2013-10-07 15:50:40)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

This is a CKAN extension that aims to remove all traces of CKAN’s groups feature from CKAN’s web interface. It’s useful for sites that don’t use groups and so don’t want this feature showing up on their pages.

So far not all signs of the groups feature are hidden, only some of the most obvious ones (eg. the groups link in the main navigation header, and the groups facet box on the search page).

To install, activate your CKAN virtualenv then run:

pip install -e 'git+git://github.com/okfn/ckanext-hidegroups.git#egg=ckanext-hidegroups'

Then add the plugin to your CKAN config file (e.g. development.ini or production.ini), for example:

ckan.plugins = stats text_preview recline_preview hidegroups

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
stats text_preview recline_preview hidegroups
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions