-
Notifications
You must be signed in to change notification settings - Fork 2
Customize HWPI theme branding regions
oren edited this page Jul 26, 2013
·
1 revision
Note: This article is geared towards system administrators, and is based off of OpenScholar versions 7.x-3.4 through 7.x-3.6.
In these versions of OpenScholar, the HWPI themes have a special "Branding header and footer" region on all pages. This feature is in an "alpha" stage. By default, the branding region has a Harvard shield and a link to harvard.edu.
Here's the options that affect site branding regions on the 3 HWPI themes and their flavors:
- The branding footer is not configured through the admin interface-- it is currently hard-coded. You can modify this value in your source code: https://github.com/openscholar/openscholar/blob/SCHOLAR-3.6/openscholar/modules/harvard/hwpi/hwpi.module#L146
There are currently 3 parts of the header branding region.
- The "HARVARD.EDU" link is hard-coded and editable in source code in the same file referenced above.
- If there are any taxonomy terms in the "Organization" taxonomy (check as User 1 at /admin/structure/taxonomy/organization), these terms and their hierarchy will be displayed as links to the left of HARVARD.EDU.
- If there are any subsite-parent relationships for the active vsite, those parent site's URLs will be added as links to the left of the HARVARD.EDU and possible taxonomy links.