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........................................
