The Render As module adds the ability for elements to be rendered as a specific user and/or role(s), which can be used for the purposes of testing how content will be seen by another user or a user or a particular role without having to change users.
A Hello Bar is a simple notification bar to deliver a message and drive traffic to a specific call to action.
It inserts a div at the top of the HTML markup with a message and a link.
The Hello Bar code snippet grabs the user’s Hello Bar Messages and then loads it into the page in a
This is a feature module that is something I find myself reusing extremely often. It introduces a custom block type via bean of 'Leafbean'. Using an addressfield, one can enter an address that will be geocoded into a rendered leaflet map. This is a very simple example of a way to use bean and leaflet together in a way that is very powerful. It's very handy for brochure sites, contact forms, etc.
Multiple locations:
So you want to your bean to show multiple locations? Wow this got even more powerful didn't it! Just change the cardinality in field settings to 'unlimited' and then enter multiple addresses. In the geofield settings, make sure that it's set up to geocode multiple addresses discreetly ( I'll fill in the exact setting here when i get to it).
Custom Leaflet Map
This module comes bundled with a custom example map that it enables and uses. You can use this as an example module for providing your own leaflet map. Currently one of the easiest ways to customize the display of a leaflet map is in code. You can actually use almost the entire Leaflet API if you like. Read more on using the leaflet module at http://drupal.org/project/leaflet
For panels lovers, see the sister module 'Leafpane' which does the same thing with a fieldable panel pane instead of a custom block type.