western willow ventures inc.

eye on the net
  • Home
  • Contact
  • Web
  • Graphics
  • ARDi
  • Samples
  • Terms of Service
  • Fun
  • Privacy

Search

Home | Blogs | Franco's blog

New Discoveries in Drupal for WWVi

Tue, 2009-04-28 08:13 |  Franco
  • Well, a few new crazy ideas this week: Access your content while permissions honor a taxonomy. A use case for this is regional weather clerks can only make regional weather entries, or a hay river moderator can only make nodes with taxomony hay river. This is what the TAC Lite module: http://drupal.org/project/tac_lite does for your drupal. Permissions access that respect a taxonomy.
  • Next up is the technique for embedding views. Imagine a node with 3 different views inside it!

    here is the code with arguments, without is even simplere and is the second block of code.:

    <?php
    $view
    = views_get_view('viewname');
    print
    $view->execute_display('default', $args);
    ?>

    <?php
    $view
    = views_get_view('viewname');
    print
    $view->execute_display('default');
    ?>

  • Franco's blog |  Login to post comments |  260 reads |  Tags: discoveries, drupal, embed, php, tac lite, views

    Popular content

    Today's:

    • Raven Lovers
    • Contact
    • Animation

    All time:

    • Contact
    • Web
    • ARDi - Aerial Research Drone One

    Last viewed:

    • My Favorite Drupal Modules (Postgres friendly)
    • Messing with Dates in Drupal
    • Corporate Profile

    Navigation

    • Login
    • Album photos
    • Contact form
    • Feed aggregator
    © 2010 Western Willow Ventures Inc.

    Designed by Heidi Selzler.