The mission does not show up. I think its missing within the .theme file. Since mission is a standard feature in Drupal, it should be implemented. I tried this on Drupal 4.7 RC 3.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | interlaced-5.x-mission.patch | 1.25 KB | micahw156 |
Comments
Comment #1
micahw156I made the following changes in 4.7.0, and it seemed to work:
I then added a #mission section to the css file. I noticed that this theme favors class tags over id tags, so maybe this needs some work. Also, it appears that
drupal_is_front_page()is new to 4.7, so earlier versions may need to usedrupal_get_path_alias($_GET['q']) == variable_get('site_frontpage', 'node')instead. (Both versions of this were borrowed from phptemplate.)Comment #2
TDobes commentedIf you could share some styling for the missing for each of the four styles, I'll be happy to add this feature.
Comment #3
TDobes commentederr... styling for the MISSION (not missing)
The PHP is the easy part... for me, anyway.
Comment #4
hunmonk commentedpatches still welcome for this feature
Comment #5
micahw156Revisiting this issue while (finally!) upgrading an old 4.7.x site that uses the interlaced theme to 5.x. Here's a patch against 5.x-1.x-dev that includes both the changes to interlaced.theme that I originally proposed, and to styles1.css that provides some simple theming to the mission statement.
Also, I changed the mission div from id to class to make it consistent with the rest of the theme.
Comment #6
micahw156No activity in 2.5 years on this issue. Clearing it off of my open issues list.