Skip to content

Admin Documentation

Martin Kravec edited this page Feb 6, 2016 · 3 revisions

Admin Documentation

Admin is accessible at domain.tld/Admin controller.

Content

Portal pages

Portal pages is simple CMS(Content Management System) for VuFind 2.x. It uses DB table portal_pages in MySQL vufind database to store its data.

Portal pages DB table

The whole frontend is in KISS(Keep it simple, stupid) google style.

This CMS allows privileged user to create and edit pages accessible on /Portal/Page/pretty-url route.

Features

  • set page published/unpublished
  • create pages in different languages (and also only for selected languages)
  • pick a placement of link anchor (e.g. in footer)
  • pick a position of link anchor (e.g. left|middle|right)
  • set order priority (to order links in frontend view)
  • determine when was made the last editation
  • determine what user made the last editation
  • uses text-processor-like content editation (TinyMCE plugin)

Permissions Note: only users with "CPK" major permission are able to access portal pages manager.

Permissions manager

Permissions manager is a frontend tool to manage users permissions (adding|editing|removing users with permissions).

Permission is meant to be a value of major column in user_card table interconnected with user table by user_id.

Permissions Note: only users with "CPK" major permission are able to access Permissions manager.

Clone this wiki locally