Intechnic
Users Developers
Home / Forums / International Users / German Users / Sortierung der Neu-Einträge / 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

Sortierung der Neu-Einträge (2)


Posted: 02/03/2002 3:50:00 AM

Reply Quoted  


Hallo,

ich habe in der Admin generell Sortierung nach Bewertung eingegeben und das ist auch gut so. Allerdings möchte ich das die Links unter "Neue Links" absteigend nach Datum sortiert werden, also der neuste Link immer oben! Kann ich das irgendwie mit dem Link steuern!

Schön... wäre natürlich auch... wenn "Pop Links" nach Klicks sortiert würden!

Geht das?

Gruß
Cev

Posted: 02/03/2002 7:19:00 AM

Reply Quoted  


Es funktioniert, aber derzeit leider nur per "Hand", indem Du Dir dir Navigation selber erstellst:

<A HREF="<%nav:index%>&link_order_c=link_name&link_sort_c=asc">HOME</A>
<A HREF="<%nav:top%>&link_order_c=link_votes&link_sort_c=desc">TOP</A>
<A HREF="<%nav:pop%>&link_order_c=link_hits&link_sort_c=desc">POP</A>
<A HREF="<%nav:new%>&link_order_c=link_date&link_sort_c=desc">NEU</A>
<A HREF="<%nav:pick%>&link_order_c=link_name&link_sort_c=asc">TIPP</A>
<A HREF="<%nav:search_advanced_links%>&link_order_c=''&link_sort_c=''">SUCHEN</A>



Torsten