Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

QuickSearch

QuickSearch provides a list of suggested (basically an autocomplete) nodes based on a users search, allowing a user to quickly jump to a page instead of having to go to the search page.

nesttax

This is a module primarily which can import n-depth elements in a vocabulary!!

Addressfield - Hungarian address database

This module is a plugin for Addressfield. It provides a user friendly hungarian address form, and the most wanted feature by the community: A complete (ok, by now 95%) postal code - locality (town, village, etc) - county paired database based on Magyar Posta and Laza Bálint csv.
It extends the default Address form (country-specific) widget of Addressfield.

This module try to make the best way to add an address by users:

  1. Choose the county from a select.
  2. The locality input form is autocomplete and is filtered by the choosen county - if exists.
  3. When locality is choosen, the postal code value is entered automatic.
  4. If the choosen locality has more possible postal code, the postal code field become a select with the possibilites.

The rendered output is like this

6076 Ágasegyháza
Some street and street number
Something in premise field.
Bács-Kiskun megye

What is the premise field?
See: http://support.qas.com/what_are_the_descriptions_for_each_address_elemen...

Features

  • Admin page to edit address database
  • Multiple roles to administer, edit, add, delete address

Breadcrumbs by path

Breadcrumbs by path is a light weight module which simply builds breadcrumb trails based on a URL alias. The intended use of this module is when the site is built to have only hackable URLs.

For example, let's say you have a URL like this:
blog/2012/04/03/my-super-awesome-blog

If you have a view which has the path of "blog" and takes arguments for the dates, then your breadcrumb will be built as "blog > 2012 > 04 > 03". You can then click on any of those links, then when you're at blog/2012/04/03, for example, your breadcrumb will be the same as before but without the 03. If you want the title to show in the breadcrumb, simply use any of the available theming methods to do so in your theme.

The module first looks for a valid path alias and uses that, it next looks for valid menu items and if it finds one, it will use the last argument that was passed to that menu item, then recurse through the rest of the path looking for more valid paths.

Breadcrumb titles will use the page title if available in the menu system. If that's the case, the argument is cleaned so that hyphens and underscores become spaces and the first letter is capitalized so that "my-tag" will be converted to "My tag".

Limitations

Pages

Subscribe with RSS Subscribe to RSS - Site structure