jcarousel

Drupal - Jcarousel and views

, , on March 24, 2008 2 comments

Adding a Jcarousel effect to a

    of a block view.

    Install jquery_update module.

    Download Jcarousel. Unzip to theme folder.

    Create a block view, than publish it.

    Add this snippet inside the part of page.tpl.php:

    Read more »
    
    hide it

    Drupal - Hide a block for a specific node type

    , on March 16, 2008 3 comments

    I needed to hide a block for a certain node type on a drupal driven website so i found this snippet on drupal.org. I will post it here for my future needs.

    Paste this in "Page specific visibility settings" tab on the block you want to hide. Select "Show if the following PHP code returns TRUE (PHP-mode, experts only)." first.

    Read more »