openatrium
OpenAtrium Empty Views: Gimme That Button!
grayside — Sat, 03/06/2010 - 09:28
Do you like the large gray “Add Blog entry” button when you first visit your blog space, and have yet to create anything? Creating views with similar buttons (or adding more) is really easy!
The key is to create Empty text in your view using the Full HTML Input Format. Then, drop some HTML in like this to make use of Atrium’s built-in theming.
<div class="buttons">
<ul class="links">
<li class="first last">
<a href="/node/add/blog">Add Blog entry</a>
</li>
</ul>
</div>Atrium Casetracker: Change Which Case Statuses are "Closed"
grayside — Mon, 02/08/2010 - 13:35
You might wonder how cases are considered “closed” for purposes of case filtering in the Case Tracker. It’s an attempt to be helpful on the Case Tracker’s part– hide the stuff that is no longer relevant unless the user specifically asks for it. Unfortunately, I don’t like the defaults on what it considers irrelevant.
CCK Fields and the Open Atrium Node Form
grayside — Tue, 11/10/2009 - 16:04
OpenAtrium has some pretty slick styling of it’s node add/edit form. Unfortunately, when you add a CCK field to it, you get something comparatively under-styled and in the main column of the form.
If you want to get that slick styling and move the CCK fields to the right, try the following:
- Go to admin/build/modules and enable the Fieldgroup module under CCK.
- Go to the Manage Fields page for your content type. Create a new group, the machine name starting as group_sidebar.