Intechnic
Users Developers
Home / Forums / International Users / German Users / Sortieren mit custom field / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Sortieren mit custom field (2)


Posted: 01/14/2002 12:24:00 PM

Reply Quoted  


Ich möchte die links nach postleitzahlen sortiert haben. die postleitzahl wird in einem custom field eingegeben. gibt es eine möglichkeik, dass zu machen?

Posted: 01/18/2002 9:23:00 AM

Reply Quoted  


Ja, und zwar wie folgt:

/themes/default/sort_links.tpl:

<SELECT name="link_order_c" class="small">
<%link_drop_name%>
<%link_drop_date%>
<%link_drop_description%>
<%link_drop_user%>
<%link_drop_url%>
<%link_drop_rating%>
<%link_drop_votes%>
<%link_drop_hits%>
<%link_drop_vis%>
<%link_drop_editors_pick%>
<%link_drop_image%>
<option value='cust1'>PLZ</option>
</SELECT>

In das Dropdown-Feld einfach <option value='cust1'>PLZ</option> hinzufügen und dann sollte es funktionieren.

Torsten



_________________

.:: http://www.in-link.de ::.
.:: In-link Deutschland ::.

<font size=-1>[ This Message was edited by: Torsten on 2002-01-18 09:23 ]</font>