views

FacebookTwitter

Using default views in your module | Views online help

Views can be stored in the database, which is typical of smaller sites and hobby sites. However, Views may also be stored directly in the code as "default" views, (which simply means they're available by default). Modules often come with views that are specific to the module data, but it's also possible -- and highly recommended -- that sites which have separate "development" and "production" sites export their views into default views in a site-specific module. This makes it very easy to transfer views from dev to production without making database changes. Creating a module First, create a directory in sites/all/modules for your new module. http://views-help.doc.logrus.com/help/views/api-default-views
http://drupal.org/node/275705

Tutorial - Building a multi-language site

Last updated December 8, 2009. The following steps are for those who want to have a simple site available in different languages. The goal is to have content translated to two or more languages and the visitor to be able to choose any of them.