Software Listing: Views

To walk through the code and for a thorough description, refer to A. Meucci, "Fully Flexible Views: Theory and Practice" Latest version of article and code available at http://symmys.com/node/158.

  • Platform: Matlab, Scripts

Translate views using Internationalization. This is a work in progress and not all Views properties can be translated yet. Requires Internationalization 6.x-1.5 or newer. This module has been moved from Internationalization package so we can have different branches compatible with each of the Views versions. Use the same branch of the Views version you are using (2.x. 3.x).

  • Platform: PHP, Scripts

The Views Mail module provides a flexible method for sending messages to lists of users created by the Views module. You can view the history of how this module came about here: http://drupal.org/node/134931 The 6.x version is currently actively supported. The 5.x version will no longer be maintained. 6.x The .dev versions previous to November 2009 work with versions of Simplenews prior to RC6. The .dev versions from November 2009 work with versions of Simplenews from 6.x-1.0..

  • Publisher: Ron Parker
  • Date: 27-01-2013
  • Size: 31 KB
  • Platform: PHP, Scripts

The Views Last Editor module makes the user who edited a node available to the Views module; much in the same way as the author of a node is available to the Views module. If you are using Views 2, you can use Relationships to get information about the user who edited a node, so there will be no release for Drupal 6..

  • Platform: PHP, Scripts

Action Views is used together with the views module. Action views adds a view type of "Action View" to the views interface. This will present your view as a table, and adds a list of actions you can perform against the results of the query executed by the view. We have taken a modular approach whereby additional actions can easily be added to the module in the form of an include file. The typical kind of usage for this module is to execute actions against multiple records, so for example, deleting a bunch of nodes in one go; changing taxonomies for a bunch of stories in one go, etc. Some of the actions included in this release are: * Content Allows you to edit multiple cck fields at once.

  • Platform: PHP, Scripts

Note: This module is current in an alpha stage and hasn't been tested enough for a production environment. Dynamic views gives you the benefits of Views coupled with AHAH goodness. This module gives you the capability to dynamically update the content of your views using blocks, pagers, or filters d-deOCL without a page reload. There are a few use-cases made possible by using this module: 1. Update the main content area dynamically by clicking on a node title in a teaser block. 2. Update the main content area, or a block's content by clicking on a page # of the pager. 3. Update your main content area by selecting an item from an exposed filter.

  • Platform: PHP, Scripts

Before using this module to export your view as a CSV check out the Views Bonus Pack Export Module. This module is for the use case where you want the same CSV exporting functionality but your view is so large that your browser times out generating the page or PHP runs out of memory. This module builds the CSV file over several (configurable) passes..

  • Platform: PHP, Scripts

Concatenates multiple (table) views together into one table. This module is frankly disgusting, It revolves around the following piece of code However, the end result is helpful. Imagine you wish to have an editable spreadsheet, with some fields "calculated".... here's how. Lets take a simple example: We want to build a shopping list: apples : d-OCUTC2 oranges: d-OCUTC4 bananas: d-OCUTC3.50 TOTAL: d-OCUTC9:50 1) Create a content type for the shopping list. ("List") We'll be adding things to this later. 2) Create a content type for the lines in your shopping list. ("items") On "items", we need 3 fields: The description, the price, and a node reference to the shopping list (List) you may like to add some test data now! 3) Now, create a simple view (itemprice), which lists out the prices for all the items, which has a specific...

  • Platform: PHP, Scripts

Views Fusion allows one to fuse multiple views into one. So you can build fused views that display information that is stored in multiple nodes - useful for tabular views. It uses node relations for joining the appropriate nodes together. Currently the views_fusion module needs the nodefamily module for getting the node relation information. However in future other node relation modules could also provide their data for views fusion as it is written generic. There is also a patch for the CCK node reference field, which adds support for views_fusion. Warning: Using this module is complicated and I can't guide everyone - so it's only recommended for experienced users.

  • Platform: PHP, Scripts

This package defines a couple of useful Views style plugins. If you have a view sorted first by a date field, you can show the results grouped by month. If you have a view sorted first by Taxonomy Term, you can show the results grouped by taxonomy term. (Note: This module used to be called "Group By Month". Its name was changed because it now has a couple of handy groupers, and may include more in the future)..

  • Platform: PHP, Scripts

This module alters views' filter forms so that the drop-down or select box widgets are represented as checkboxes or radio buttons instead. This provides an improved interface when the number of choices for the filter is small..

  • Platform: PHP, Scripts

This module extends notify module to allow content to be selected per user based on Views. The UID of the user being mailed can be passed as an argument to views, allowing a unique set of nodes to be selected for each recipient. This feature is quite powerful in combination with a bit of argument handling code, as you can transform the argument at-will, based on any characteristic of the user. For example, the initial implementation of this module was used to notify users of all nodes with a 'city' field matching the user's city. Not surprisingly, this module depends on both Notify and Views.

  • Platform: PHP, Scripts

This module uses the Views Argument API to allow you to use one view to generate many different blocks. You create a new view, specifying some arguments (a default one is provided, with a Taxonomy: Term ID argument). Then add some new views_multiblock blocks to your site and in the block configuration page, you use the accompanying form (generated via the Views Argument API) to specify the arguments to pass to the view. Since this module uses the Views Argument API to deal with the view arguments, you have the option of doing a number of creative things, such as having your block switch which nodes are shown based on the taxonomy of the current node, based on the current user and more.

  • Platform: PHP, Scripts

The Views Bookmark module is unsupported! It has been migrated to the Flag project. Views Bookmark will NOT be upgraded to Drupal 6. Flag module provides a full upgrade path for all of your data from Drupal 5 to Drupal 6, including any Views you have configured using Views Bookmark..

  • Platform: PHP, Scripts

This module provides some useful (views)fields. Drupal 6 Available (views)fields: Markup Field that allows usage of custom text and the input filter system. PHP code Field that allows usage of custom PHP code (with access to view's database result) Rownumber Field containing rownumber (respects pagers)..

  • Publisher: casey
  • Date: 06-02-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

The Views Dynamic Fields module provides a filter for use with Views module. This filter allows the user to pick and choose which fields to display for a rendered instance of a view for that user. This provides a customized view instance for each user. This module provides additional value when used with the Views Excel Export module to generate an xls file from a view. The xls file will only display the fields you have chosen on the rendered view instance in browser. Sample Usage scenario Assume we have the following requirements: We as an administrator of a large corporation have to create a report 'sales_analysis' for the company executives to access periodically to view how well their products are being adopted in the market.

  • Platform: PHP, Scripts

This project is being merged with Views tree. This provides a style plugin for Views which shows the result items in a hierarchical list. The parent data is set in the plugin options, so for example, you can show a tree of taxonomy terms, or if your nodes are related to one another by something such as a nodereference field, you can use that. Credits Development of this module is sponsored by Platform3..

  • Platform: PHP, Scripts

This views style plugin lets you display views in a two column table layout. The field label is displayed in the first column, with the field data in the second column..

  • Platform: PHP, Scripts

Views Explain is a very simple module that runs EXPLAIN on the query generated by views, and appends that information to the views preview table..

  • Publisher: msonnabaum
  • Date: 09-05-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

For Drupal 5.x. This very small modules allows translation of the page title and labels of fields and exposed filters in Views. So, it becomes feasible to have a single defined View for multiple languages. The actual translation is done via Drupal's standard localization interface. Note: In order to translate Views header,footer and empty text sections you can use the Language Sections module..

  • Publisher: Andy Inman
  • Date: 23-06-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


FixMe

FixMe is a small program that claims to help you fix common issues with your computer. Whether it actually does this or not, its actually difficult to judge. I downloaded the program with no issues and was pleasantly surprised to find that no ...


Note Genie

Note Genie right from the very beginning seemed like a bit of a strange program to me. Fair enough, I was reviewing the software on Windows 7 when its clearly published as only supporting up to Windows XP, but nevertheless in my rebellious fashion I ...


CCleaner

If you’ve used any computer for fairly long time, you might have noticed it gets slower and slower over the time. This process is slow and generally goes unnoticed until your computer gets too sluggish to go unnoticed. This is due to unused ...


Glug Glug

Glug glug is a freeware arcade action game, playable using flash player. Glug glug is actually a fairly unique game, as although it retains many elements from the arcade genre, such as scoring, lives and the way in which level system works. The ...


Skies of War

Skies of war is a top down plane shooter free ware game which really does reinvent the concept, and add a great deal to it. In skies of war you are a plane tasked with destroying a vast number of bases, enemy units and enemy planes. As you play ...


Kaspersky Internet Security

With increasing use of Internet, there is increase in rate of transfer of malware and therefore more threat to your Computer. Security is an essential part of anything, be it your life or be it your PC. If your Personal Computer isn’t secure, ...


Arctic Quest Game

Arctic  quest game (referred to in game as simply arctic quest) is a free ware downloadable game by free ride games, a game development website with a variety of games also downloadable from this site. Arctic quest is a very interesting puzzle ...


Simple Machines Forum (SMF)

SMF (Simple Machines Forums) is a piece of forum software that is very useful for any website owner (or anyone looking to own a website) who would like to add a community forum to their website, or indeed anyone with a forum already who would like ...


Bank Robber

Bank robber (the bank robber) is essentially a trial game or a demo for the full version of the bank robber, which costs $4.99, and is a third person stealth and strategy game. In the bank robber you play as a criminal having recently being released ...



New Downloads

BMDFM

BMDFM (Binary Modular DataFlow
Machine) is software, which
enables running an application
in parallel on shared memory
...

Job Designer

Schedule your rooms, employees
and other resources with our
all-in-one solution for
generating quotes, invoices
and ...

MergeCDs

MergeCDs takes all of the
tracks from a multi-CD
collection and stores them as
one sequence of tracks. It
does not read ...

OFX2QIF for Mac

Finally, the solution to
import your transactions.
Convert OFX to QIF and import
into Quicken, Quicken 2007
Mac, ...

Protegent 360 Complete
Security Software

Protegent 360 security
antivirus, Best Antivirus
Software for free/paid
Download.Best Computer
Security System Solutions ...

SpamAssassin in a Box

SpamAssassin in a Box is a
powerful and reliable spam
filter for Windows. Beside the
famous e-mail filter
SpamAssassin, ...

Auto Straightener

Auto Straightener can detect
skewed texts and images in
scanned documents, and output
a straightened version.

Leawo iTransfer

Leawo iTransfer is the
combination of an iPod
Transfer, iPhone Transfer and
iPad Transfer which can
transfer data among ...

Business PDF Writer

Convert any paper or
electronic document to Adobe
PDF file with Business PDF
writer. You may create PDF
file, encrypt PDF ...



Related Searches

Buddy Views Aim
Views Aerial
Lan Desktop Views
Views Of Aerial
Msde Sql Views
Natural Views
Views Drupal
Earth Views Screen Saver
Aerial Views US Cities
UW Views Screensaver
What Some Comments Views Of Directors
Panorama Views