Opened 1 year ago
Last modified 1 year ago
Create a div at the top most of the page in the themes that provides links to: Trac, Elgg, and Market place. Maybe also to request project? This should help integrate the different parts of beaversource.
From the email I sent o justin and jose earlier:
Guys, I spoke with Dr. Jensen this afternoon because I was a little worried we were aiming towards a 3 tier navigation system. He drew the attached sketched and it cleared a lot of things up for me. Some notes are: The top most bar is static and unchanging with regards to which part of the website you're on. There will be no links in the orange bar area, only the logo, "Beaversource - $projectname" and the search box. All links that were formerly in that area will either be completely gone, or will be integrated into the 'mainnav' black bar with white buttons below the orange bar. The login/logout will be floating right on the topbar and we want to give it a distinct color from the other links so it stands out visually. I hope this helps you guys as much as it helped me to understand the new look. ~Eric
I've also attached the PDF sketch to this ticket.
Dr. Jensen's sketch of the new BS header
We're actually doing this using the elgg toolbar module since it was very similar. Also it allows us to use one line of HTML:
<script src="/social/mod/toolbar/js.php"></script>
to include this on any page, which means adding it to the request page and trac (header.cs) becomes really easy. Also, this means that any changes to it only need to be made in one location.