I hope this is the correct area to post this question. It involves the theming of a View as well as some PHP coding. Here's the deal:

We have a listing of 180 top businesses in in the area. All of these businesses have a "profile" page that were created by using a specific content type. Some of the businesses paid a extra and have "advanced" profiles which include extra text, photos, video, etc. Everything is of the same content type. I created a basic view that lists the Company Name, Location, CEO and Membership Level in a table format. Here’s comes the catch,

I want to turn the Company Name text into a link to it's node in the listing ONLY IF the company has purchased an "advanced" profile. I've tried to override the view template for the title field using views-view-field--MY-VIEW--title.tpl.php. I've tried both coding solutions listed here (http://drupal.org/node/489398) and cannot get either to work. The CCK field I'm using as my "if" field is "field_about_web." The "advanced" profiles are the only ones that have a value it that field. I think I'm getting hung up on the variables available for the template I'm trying to override. The above examples here (http://drupal.org/node/489398) use variables that the default code says is not available. When viewing the default template for Field Node: Title (ID: title), the only variables I can use are:

$view
$field
$row
$output

I'm not a PHP master, so any help, if any, would be amazing. Again, thanks for the help and sorry if this is posted in the wrong area. I'm a newbie to forums.