Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

Views Examples

Views Examples Settings Page

A collection of views examples that can be turned on and used directly within views. You can use the views examples as-is on your site, or you can clone them and use them as a starting point for further customized views.

Although this module works, it will likely be rewritten as a features package in the future.

How to Use

  1. Enable views and views_examples modules.
  2. Go to views_examples settings page: /admin/settings/views_examples
  3. Turn on the examples you would like to try out. Some examples require additional modules which are noted. You won't be able to enable those examples until the required modules are enabled.
  4. Go to views build page: /admin/build/views. The enabled examples will be shown.
  5. Click "clone" for any example you want to edit. This is not strictly necessary (you can simply edit the example view itself) but, if you clone it instead, you will be left with the original example view for reference.
  6. Edit your cloned version and play around. Preview results of the view at the bottom of the page by choosing the display and then clicking the Preview button.
  7. Have fun!!

Current Views Examples

Most of the examples thus far are fairly simple. One more complicated one is the Similar by Terms example.

Node Picker

Node Picker UI. Second image shows exposed filters.

This project is looking for a new maintainer. Please post in the issue queue if you are interested.

Please see LinkIt and LinkIt Picker for actively developed replacement for Node Picker.

Please use the following module to MIGRATE YOUR LINKS from Node Picker format: Node Picker Migrate.

This is a rewrite of the module TinyMCE Node Picker that aims to support additional editors besides TinyMCE. In the current ALPHA release TinyMCE, FCKEditor and CKEditor are supported. Support for additional editors such as openWYSIWYG and YUI Editor will be added if there is a demand for it.

Node Picker

Node Picker provides a button in supported editors that displays a list of links to content. Choosing a link inserts it into the editor.

The module includes template files which can be edited for your theme, but should not require theming to display correctly.

It also creates two views called nodepicker_nodes and nodepicker_taxonomy which can be edited to change the results that the link picker displays.

Sticky Notes

The Sticky Notes module adds the well known yellow sticky notes to a drupal site. They can be used to leave messages on individual pages of your site.

Default submit

Simple form API helper that provide the ability to specify the default submit button to use when the final user press the enter key in his browser.

This is useful when building or using forms with multiple submit buttons.

Note at May 14th, 2011: This module is almost near useless, therefore it goes to abandonned. If anyone wants to maintain it, please ask me.

Dynamic CSS

Enables a themer to generate a CSS file while using PHP.

This module will go through all CSS files and replaces any file ending in '.php'
with a generated static CSS file that is uniquely identified by its last change
date and the dcss_vars() values. This allows the dynamic CSS file to be
aggregated as normal.

Enforce revision log message

Enforce revlog settings page

This module allows an administrator to force a set of users to write a revision log message every time they edit a node, helping administrators to track modifications.

Pages

Subscribe with RSS Subscribe to RSS - Unsupported