0 Membros e 2 Visitantes estão a ver este tópico.
'MSN' => array( 'label' => $txt['MSN'], 'width' => '25' ),
'location' => array( 'label' => $txt[227], ),
'MSN' => array( 'down' => 'LENGTH(mem.MSN) > 0 DESC, ISNULL(mem.MSN) ASC, mem.MSN ASC', 'up' => 'LENGTH(mem.MSN) > 0 ASC, ISNULL(mem.MSN) DESC, mem.MSN DESC' ),
'location' => array( 'down' => 'mem.location ASC', 'up' => 'mem.location DESC' ),
// Search for groups. if (in_array('group', $_POST['fields'])) $fields += array(9 => 'IFNULL(groupName, \'\')');
// Search for location. if (in_array('location', $_POST['fields'])) $fields += array(10 => 'location');
<tr class="titlebg"> <td colspan="12">'
<tr class="titlebg"> <td colspan="13">'
<td colspan="12" class="', empty($settings['use_tabs']) ? 'catbg' : 'titlebg', '">';
<td colspan="13" class="', empty($settings['use_tabs']) ? 'catbg' : 'titlebg', '">';
<td class="windowbg2">', $member['msn']['link'], '</td>
<td class="windowbg2">', $member['location'], '</td>
<td colspan="12" class="windowbg">', $txt[170], '</td>
<td colspan="13" class="windowbg">', $txt[170], '</td>
<td class="titlebg" colspan="12">', $txt[139], ': ', $context['page_index'], '</td>
<td class="titlebg" colspan="13">', $txt[139], ': ', $context['page_index'], '</td>
<label for="fields-website"><input type="checkbox" name="fields[]" id="fields-website" value="website" class="check" /> ', $txt['mlist_search_website'], '</label>
<br /> <label for="fields-location"><input type="checkbox" name="fields[]" id="fields-location" value="location" class="check" /> ', $txt['mlist_search_location'], '</label>
$txt['mlist_search_location'] = 'Pesquisa por localização';