This module will enable adding the NorthID Online ID to Drupal user accounts. This way we can prove that a certain user on the site is actually a verified person.
3-column simple theme initially developed for automobiles site.
8 Regions for different blocks/content of the site.
Clean css, Html.
Jquery banner configurable on homepage only.
Standard drupal 7 theme with proper commenting and clean code.
Clean on all standard browsers and versions.
The Drupal Path module matches only full URLs when creating SEO-friendly aliases. This module extends that behavior by also matching known sub-paths and replacing them with their respective alias.
For example, if user/1 is aliased to users/admin, this module rewrites the link to the user contact page user/1/contact to use the aliased URL users/admin/contact instead. This also includes Views URLs taking a node as argument (e.g. node/%/yourview), in short, every URL that is based on, or extends, an existing alias. In combination with the Pathauto module it is possible to get rid of all remaining exposed internal non-administrative URLs.