https://github.com/su-sws/stanford_help
Help content type including product taxonomy
https://github.com/su-sws/stanford_help
d7 module
Last synced: about 1 year ago
JSON representation
Help content type including product taxonomy
- Host: GitHub
- URL: https://github.com/su-sws/stanford_help
- Owner: SU-SWS
- License: gpl-2.0
- Created: 2014-02-25T22:28:12.000Z (over 12 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2018-08-15T16:33:20.000Z (almost 8 years ago)
- Last Synced: 2024-04-07T01:49:20.758Z (over 2 years ago)
- Topics: d7, module
- Language: PHP
- Size: 34.2 KB
- Stars: 0
- Watchers: 31
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# Stanford Help
#### Version 7.x-1.x-dev
Maintainers: [cjwest](https://github.com/cjwest), [boznik](https://github.com/boznik)
[Changelog.txt](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.
1. Install / Enable stanford_help module.
2. Create new Help page. For consistency it is recommended to create the page with the following path: `https:///site-help`
3. Verify that the _Content Access_ module is enabled
4. Set permissions to Stanford Help content type. *See table below*.
5. 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-help`
**Permissions for Stanford Help Content Type:**
| |Site Admin|Site Owner|Editor|Anon/Other|
|---|---|---|---|---|
|Create Stanford Help page|YES|NO|NO|NO|
|Edit Stanford Help page|YES|YES|NO|NO|
|View Stanford Help page|YES|YES|YES|NO|
|Delete Stanford Help page|YES|NO|NO|NO|
### Create Help block on Get Help page
1. Create a stanford_postcard block named `Jumpstart Site Specific Help Link`
2. In the block add the text:
`Documentation specific to your site can be found at the following URL:
https:///site-help`
*Substitute the current site URL for `` in the text*.
3. Navigate to the Context page at (structures > context) `admin/structure/context` and click on **+Add**
4. In the Add a new context form, add values:
|Field|Value|
|---|---|
|Name|jumpstart_help_page|
|Tag|Help|
|Description|Place blocks on the "Get help" page|
|Conditions|Path|
|Reation|blocks|
|Help (region)|Jumpstart Site Specific Help Link|
Navigate to `admin/stanford-jumpstart` to verify your block placement and click on your new link on the top help page.