Skip to main content

Home/ Drupal for Developers/ Group items tagged views

Rss Feed Group items tagged

Scott Blackburn

Reducing the quantity of Views and template code | Ceardach - 0 views

  •  
    good article to understand the use and power of arguments.
Scott Blackburn

Editview | drupal.org - 0 views

  •  
    ds, save your changes, delete pages (with confirmation), and create new pages which are then added to the view.
Scott Blackburn

Contextual View Blocks | drupal.org - 0 views

  •  
    $args[0] = arg(1);
Scott Blackburn

date_time() returns timestamp with bogus timezone offset | drupal.org - 0 views

  •  
    fixed the "today" date moving forward one day for date/calendar/views 5.x-1.x-dev
Scott Blackburn

Views Argument Handling Code | drupal.org - 0 views

  •  
    if (arg(0) == 'user' && is_numeric(arg(1))) { return array(arg(1)); }
Scott Blackburn

Views - 0 views

innoraft

Drupal 8 Cache Context: An efficient way for context based caching. | Blog | Innoraft - 0 views

  •  
    Cache Context is basically a service that helps in creating multiple cached versions of something depending upon the context/request; be it a view, block or any other section on the page.
Scott Blackburn

Internet Archive Search: subject:"DrupalCon DC 2009" - 0 views

  •  
    The full list of videos from the DrupalCon DC. Looks like I have a ton of viewing to do.
Scott Blackburn

How to make CCK fields do some of the same tricks as taxonomy terms | !&# - 0 views

  • In Drupal, taxonomy.module implements hook_term to provide links among content which shares a given term. Site builders often use this feature to provide indexes and RSS feeds of their content. Taxonomy.module's purpose is to support the creation of controlled vocabularies which we can use to classify our site's content. If taxonomy.module were a prescription drug, this would be its "on-label" or indicated use. Using taxonomy.module vocabularies and terms to store essential data about our content is what I call an "off-label" use. You're not really creating a controlled vocabulary, and the term-node relationship in these cases isn't always classificatory. However, a clever web developer will use the tools that get the job done, and often taxonomy.module is the perfect tool for making this happen. Because this information is essential to your node's content, CCK fields are indicated for this use. However, CCK fields don't have built-in linking among nodes which share values for the same field. Also absent is any built-in RSS feed for a CCK field's value. This requires some theming and Views.
Scott Blackburn

Views Fusion | drupal.org - 0 views

  •  
    I use this every once in a while
Scott Blackburn

Allow nodeprofile to take over view tab of user | drupal.org - 0 views

  •  
    I spent a little time looking at the bio module last night. I was impressed with it as compared to the previous nodeprofile version. This morning, I looked at the new nodeprofile version and it looks like it's nearly as good.
Scott Blackburn

Example: My Recent Posts Block | drupal.org - 0 views

‹ Previous 21 - 40 of 48 Next ›
Showing 20 items per page