Re: Re: Views help for Quicktabs

BigMike's picture
Offline
Joined: 10/20/2008
Juice: 1096
Re: Re: Views help for Quicktabs

I don't know what I'm doing, but I've set a "Node: Title" argument using a "PHP Code" Validator of,

<?php
 
if ($node->title == $title) {
    return
TRUE;
  }
?>

What I'm trying to do is match the node title being displayed with the title being called from the view. I tried using $nid and node IDs but I can't figure that out either. I have "Action to take if argument does not validate: " set to "Hide view / Page not found (404)". I've not configured any of the other fields.

I can't figure out how to use CCK fieldset tabs so I'm trying to figure out how to convert my product pages over to views and use Quicktabs........................................

Product Tabs By: patrickhannon86 (40 replies) Tue, 08/18/2009 - 22:19