Skip to main content

Main menu

  • Home
  • Articles
  • Forums
  • Portfolios
  • Contact

You are here

Home

Drupal 7

MOE Adventure Centres Booking System

25 October 2011 - 3:19pm -- binarycubes
  • View the full imagehomepage1.png

    Homepage

  • View the full imagecalendar1.png

    Booking calendar

  • View the full imagecalendar2.png

    Booking calendar with qtips

  • View the full imagestatistics.png

    Listing built with Views

  • homepage1.png
  • calendar1.png
  • calendar2.png
  • statistics.png
Tags: 
Drupal 7
Views 3
  • Read more about MOE Adventure Centres Booking System

Expose custom table in Views 3

8 July 2011 - 10:36am -- binarycubes

Created a module call colours.module
/**
* Implementation of hook_views_api().
*/
function colours_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'colours') . '/views', // Placed all my views inside the views folder.
);
}

Tags: 
Drupal 7
Views 3
  • Read more about Expose custom table in Views 3
Subscribe to RSS - Drupal 7

User login

  • Create new account
  • Request new password

Examples

  • Chaos Tools AJAX Demo
  • Batch example
  • Block Example
  • DBTNG Example
  • E-mail Example: contact form
  • Field Example

Navigation

  • Blogs
  • Books
  • Compose tips
  • File Example
  • Filter Example
  • Form Example
    • Element example
    • #states example
    • Extensible wizard example
    • Form Tutorial
  • Image Example
  • JS Example: jQuery UI accordion
  • JS Example: see weighting in action
  • Node Access Example
  • Node Example
  • Page Example
  • Polls
  • Queue Example: Insert and remove
  • Render Example
  • Search
  • Token example
  • Trigger Example
  • Vertical tabs example
  • XML-RPC Example
  • Recent content
  • Glossary
  • Popular content
Powered by Drupal