Vergleich memberlist_search - 1.8.11 - 1.8.26

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 19Zeile 19
		<select name="username_match">
<option value="begins">{$lang->begins_with}</option>
<option value="contains">{$lang->username_contains}</option>

		<select name="username_match">
<option value="begins">{$lang->begins_with}</option>
<option value="contains">{$lang->username_contains}</option>

 
			<option value="exact">{$lang->username_exact}</option>

		</select>
&nbsp;
<input type="text" class="textbox" name="username" id="username" />

		</select>
&nbsp;
<input type="text" class="textbox" name="username" id="username" />

Zeile 30Zeile 31
		<input type="text" class="textbox" name="website" id="website" />
</td>
</tr>

		<input type="text" class="textbox" name="website" id="website" />
</td>
</tr>

{$contact_fields['aim']}

 
{$contact_fields['skype']}
{$contact_fields['google']}

{$contact_fields['skype']}
{$contact_fields['google']}

{$contact_fields['yahoo']}

 
{$contact_fields['icq']}
<tr>
<td class="tcat" colspan="2"><strong>{$lang->search_options}</strong></td>

{$contact_fields['icq']}
<tr>
<td class="tcat" colspan="2"><strong>{$lang->search_options}</strong></td>

Zeile 47Zeile 46
			<option value="lastvisit">{$lang->sort_by_lastvisit}</option>
<option value="postnum">{$lang->sort_by_posts}</option>
<option value="threadnum">{$lang->sort_by_threads}</option>

			<option value="lastvisit">{$lang->sort_by_lastvisit}</option>
<option value="postnum">{$lang->sort_by_posts}</option>
<option value="threadnum">{$lang->sort_by_threads}</option>

			<option value="referrals">{$lang->sort_by_referrals}</option>

			{$referrals_option}

		</select><br />
<span class="smalltext">
<input type="radio" class="radio" name="order" id="order_asc" value="asc" /> <label for="order_asc">{$lang->order_asc}</label><br />

		</select><br />
<span class="smalltext">
<input type="radio" class="radio" name="order" id="order_asc" value="asc" /> <label for="order_asc">{$lang->order_asc}</label><br />

Zeile 76Zeile 75
		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

		placeholder: "{$lang->search_user}",
minimumInputLength: 2,
multiple: false,

 
		allowClear: true,

		ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",
dataType: 'json',

		ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",
dataType: 'json',

Zeile 108Zeile 108
		},
});


		},
});


  	$('[for=username]').click(function(){

  	$('[for=username]').on('click', function(){

		$("#username").select2('open');
return false;
});

		$("#username").select2('open');
return false;
});