Skip to content

A CKAN 2 extension that removes CKAN's groups feature from the web interface

Notifications You must be signed in to change notification settings

belgium-its-steering-committee/ckanext-hidegroups

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A CKAN 2 extension that removes CKAN's groups feature from the web interface

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 64.4%
  • HTML 35.6%