Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
If you wanted to inplement this before the author does , you could very easily compare the blue marine page.tpl.php and pull out the necessary lines that aren't in this theme.
I have every intention to implement these. In fact, the next release will have these working correctly.
In regards to VeryMisunderstood's comment, yes you can add the two lines that he pointed out. The only catch is that because the current version(s) do not have any styling associated with mission and search, the layout will not look right.
Attached is a screenshot of the newest version I'm currently working on. You will notice that the mission section has a very basic style to it. In order to get the same results, add the following to the theme's style.css file:
As for the search box, I'm still working out how I'd like to see that displayed. Any suggestions?
I'm not a designer, but top right seems to be a very common and usable place for it. In your current version I guess the link highlighting would interfere w/ that, but how about just below the header, like Drupal.org?
I probably won't use the search box, unless I can figure out how to redirect the input to a custom search. Our site has gotten too big for the Drupal search index, so I'm planning to move to a Google custom search instead.
Are you adding the icons for comments and read more, like in the screen shot? Looks nice -- great theme!
Comments
Comment #1
vm commentedIf you wanted to inplement this before the author does , you could very easily compare the blue marine page.tpl.php and pull out the necessary lines that aren't in this theme.
for example:
for the mission statement area and
<?php print $search_box ?>for the search box.Comment #2
jwolf commentedI have every intention to implement these. In fact, the next release will have these working correctly.
In regards to VeryMisunderstood's comment, yes you can add the two lines that he pointed out. The only catch is that because the current version(s) do not have any styling associated with mission and search, the layout will not look right.
Attached is a screenshot of the newest version I'm currently working on. You will notice that the mission section has a very basic style to it. In order to get the same results, add the following to the theme's style.css file:
As VeryMisunderstood pointed out, add the following to the page.tpl.php file:
As for the search box, I'm still working out how I'd like to see that displayed. Any suggestions?
Comment #3
Art Morgan commentedGreat -- thanks to both of you for the info!
I'm not a designer, but top right seems to be a very common and usable place for it. In your current version I guess the link highlighting would interfere w/ that, but how about just below the header, like Drupal.org?
I probably won't use the search box, unless I can figure out how to redirect the input to a custom search. Our site has gotten too big for the Drupal search index, so I'm planning to move to a Google custom search instead.
Are you adding the icons for comments and read more, like in the screen shot? Looks nice -- great theme!
Comment #4
jwolf commentedWith the release of version 4.7.x-2.0 the mission section has been added.
The search box... well, that's still to be added for a future release.
Comment #5
jwolf commentedSearch box has been added to the development snapshots for both Drupal 4.7 & 5.x (dated on/after Feb. 26th).
4.7.x-2.x-dev
5.x-2.x-dev
I'll add it to the next release version if all goes well.
Comment #6
(not verified) commented