<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Ok, I figured out how to create a select where the key is different
from the value using a custom field, and I figured out how to group
listings by that field, but I can't find how to theme it properly.&nbsp; I
really have no idea why it puts the select in the body and how to get
it out of there and I don't know how to tell the grouping headers to
display the full name instead of the abbreviation - it clearly has the
data because it's displaying it in the body (to my dismay), but I've
output pretty much every object, array and variable that I can find a
reference to but it's not anywhere.&nbsp; The closest I've come is a long
string that contains all keys and values separated by a | which is
exactly how you put it into the values field.<br>
<br>
I have (wrong parts in red for those html viewers):<br>
<div class="view-content view-content-open-homes"><a
 href="http://timberpeg.sander-martijn.com/news/openHomes#PA">PA</a> <a
 href="http://timberpeg.sander-martijn.com/news/openHomes#NY">NY</a> <a
 href="http://timberpeg.sander-martijn.com/news/openHomes#CA">CA</a>
<div class="item-list"><a name="PA"></a>
<h3><font color="#ff0000">PA</font></h3>
<ul>
  <li><!--<div class="view-label view-field-field-state-value">
  </div>
<div class="view-field view-data-field-state-value">
  Pennsylvania</div>

<div class="view-label view-field-title">
  </div>-->
    <div class="view-field view-data-title"> Harrisburg, PA</div>
<!--<div class="view-label view-field-body">
  </div>-->
    <div class="view-field view-data-body">
    <div class="field field-type-text field-field-state">
    <div class="field-label"><font color="#ff0000">State:&nbsp;</font></div>
    <div class="field-items">
    <div class="field-item"><font color="#ff0000">Pennsylvania</font></div>
    </div>
    </div>
<!--paging_filter-->
    <p><strong>Contact:</strong> sander
    </p>
    <p>
    <strong>Phone:</strong> 917.555.1212
    </p>
    </div>
  </li>
</ul>
</div>
<div class="item-list"><a name="NY"></a>
<h3><font color="#ff0000">NY</font></h3>
<ul>
  <li><!--<div class="view-label view-field-field-state-value">
  </div>
<div class="view-field view-data-field-state-value">
  New York</div>

<div class="view-label view-field-title">
  </div>-->
    <div class="view-field view-data-title"> Brooklyn, New York</div>
<!--<div class="view-label view-field-body">
  </div>-->
    <div class="view-field view-data-body">
    <div class="field field-type-text field-field-state">
    <div class="field-label"><font color="#ff0000">State:&nbsp;</font></div>
    <div class="field-items">
    <div class="field-item"><font color="#ff0000">New York</font></div>
    </div>
    </div>
<!--paging_filter-->
    <p><strong>Contact:</strong> Alina
    </p>
    <p>
    <strong>Phone:</strong> 212.555.1212
    </p>
    <p>
&nbsp;
    </p>
    </div>
  </li>
  <li><!--<div class="view-label view-field-field-state-value">
  </div>
<div class="view-field view-data-field-state-value">
  New York</div>

<div class="view-label view-field-title">
  </div>-->
    <div class="view-field view-data-title"> New York, NY</div>
<!--<div class="view-label view-field-body">
  </div>-->
    <div class="view-field view-data-body">
    <div class="field field-type-text field-field-state">
    <div class="field-label"><font color="#ff0000">State:&nbsp;</font></div>
    <div class="field-items">
    <div class="field-item"><font color="#ff0000">New York</font></div>
    </div>
    </div>
<!--paging_filter-->
    <p>Another NY listing</p>
    </div>
  </li>
</ul>
etc.<br>
<br>
</div>
<div class="item-list">But need more like:<br>
<br>
<div class="view-content view-content-open-homes"><a
 href="http://timberpeg.sander-martijn.com/news/openHomes#PA">PA</a> <a
 href="http://timberpeg.sander-martijn.com/news/openHomes#NY">NY</a> <a
 href="http://timberpeg.sander-martijn.com/news/openHomes#CA">CA</a>
<div class="item-list"><a name="PA"></a>
<h3>Pennsylvania</h3>
<ul>
  <li><!--<div class="view-label view-field-field-state-value">
  </div>
<div class="view-field view-data-field-state-value">
  Pennsylvania</div>

<div class="view-label view-field-title">
  </div>-->
<!--<div class="view-label view-field-body">
  </div>-->
    <div class="view-field view-data-body"> Harrisburg, PA<br>
    <p><strong>Contact:</strong> sander
    </p>
    <p>
    <strong>Phone:</strong> 917.676.0425
    </p>
    </div>
  </li>
</ul>
</div>
<div class="item-list"><a name="NY"></a>
<h3>New York</h3>
<ul>
  <li><!--<div class="view-label view-field-field-state-value">
  </div>
<div class="view-field view-data-field-state-value">
  New York</div>

<div class="view-label view-field-title">
  </div>-->
    <div class="view-field view-data-title"> Brooklyn, New York</div>
<!--<div class="view-label view-field-body">
  </div>-->
    <div class="view-field view-data-body"><!--paging_filter-->
    <p><strong>Contact:</strong> Alina
    </p>
    <p>
    <strong>Phone:</strong> 212.555.1212
    </p>
    <p>
&nbsp;
    </p>
    </div>
  </li>
  <li><!--<div class="view-label view-field-field-state-value">
  </div>
<div class="view-field view-data-field-state-value">
  New York</div>

<div class="view-label view-field-title">
  </div>-->
    <div class="view-field view-data-title"> New York, NY</div>
<!--<div class="view-label view-field-body">
  </div>-->
    <div class="view-field view-data-body"><!--paging_filter-->
    <p>Another NY listing</p>
    </div>
  </li>
</ul>
</div>
</div>
I know I asked this as part of a bigger question before but got no
responses.&nbsp; I'm hoping someone can point me to how/where I can access
and customize this info.&nbsp; All the documentation I have read so far has
not helped with this (and I've been reading a lot - I'm not just
expecting this group to be my manual).<br>
<br>
Thanks so much<br>
sander<br>
</div>
</div>
<br>
</body>
</html>