su-sws / stanford_help
A Drupal feature.
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 31
Forks: 0
Open Issues: 1
Type:drupal-custom-module
Requires
- composer/installers: ^1.2
This package is auto-updated.
Last update: 2024-10-29 05:46:47 UTC
README
Version 7.x-1.x-dev
Maintainers: cjwest, boznik Changelog.txt
Drupal Features module for providing site specific help and maintenance information. When used with the Content Access module, this help content type allows the site administrator to use permissions to select who can view and edit the help pages. This is designed to keep the help information available only to selected roles and away from search bots.
Configuration for Stanford Help
After installing and enabling the Stanford Help feature, install and enable the Content Access module (https://www.drupal.org/project/content_access). Then navigate to admin/structure/types/manage/stanford_help_page/access, and select your desired access control settings.
Current implementation of Stanford Help is intended to be a singular page with access limited by content-access.
Steps to install:
Unless the site help is installed with the product, an administrator will need to configure the help section.
- Install / Enable stanford_help module.
- Create new Help page. For consistency it is recommended to create the page with the following path:
https://<site url>/site-help
- Verify that the Content Access module is enabled
- Set permissions to Stanford Help content type. See table below.
- Add a block to the top of the
admin/stanford-jumpstart
page with the following content:Documentation specific to your site can be found at the following URL: https://<site url>/site-help
Permissions for Stanford Help Content Type:
Create Help block on Get Help page
- Create a stanford_postcard block named
Jumpstart Site Specific Help Link
- In the block add the text:
Documentation specific to your site can be found at the following URL: https://<site_url>/site-help
Substitute the current site URL for<site_url>
in the text. - Navigate to the Context page at (structures > context)
admin/structure/context
and click on +Add - In the Add a new context form, add values:
Navigate to admin/stanford-jumpstart
to verify your block placement and click on your new link on the top help page.