motze Posted February 20, 2005 Report Share Posted February 20, 2005 Hallo! Ich hab noch eine ?ltere version von xtc, denke die beta2. bei mir werden die produkte die zuerst eingef?gt worden sind auch zuerst angezeit. d.h. dass die ?ltersten produkte ganz oben sind. h?tte es aber gerne umgekehrt, sodass die neusten Produkte zuerst zu sehen sind. Kann mir bitte jemand sagen WIE und WO ich den code ?ndern muss?? Link to comment Share on other sites More sharing options...
techway Posted February 22, 2005 Report Share Posted February 22, 2005 Hi, schau mal in der datei new_products.php im ordner includes/modules nach suche nach dem Stichwort "ORDER BY" dieser steht f?r sortierung in einer SQL-Abfrage, da muss du dann ein DESC einf?gen! poste mir mal die zeile wo ?berall das wort ORDER BY vorkommt Gru? TechWay Link to comment Share on other sites More sharing options...
motze Posted March 13, 2005 Author Report Share Posted March 13, 2005 Hi, danke! Find ich voll klasse dass du mir da hilfst! Also: 42 order by p.products_date_added 43 DESC limit " . MAX_DISPLAY_NEW_PRODUCTS); 58 order by p.products_date_added DESC limit " . MAX_DISPLAY_NEW_PRODUCTS); Aber: 1.) gilt die Datei new_products.php nicht nur f?r die neuen Produkte anstatt f?r f?r die gesamte sortierreihenfolge? 2.) wenn nach ID nummer sortiert wird reicht es ja statt aufsteigender, nach absteigender nummer zu sortieren Vielen Dank mo Link to comment Share on other sites More sharing options...
motze Posted March 15, 2005 Author Report Share Posted March 15, 2005 Hi, danke! Find ich voll klasse dass du mir da hilfst! Also: 42 order by p.products_date_added 43 DESC limit " . MAX_DISPLAY_NEW_PRODUCTS); 58 order by p.products_date_added DESC limit " . MAX_DISPLAY_NEW_PRODUCTS); Aber: 1.) gilt die Datei new_products.php nicht nur f?r die neuen Produkte anstatt f?r f?r die gesamte sortierreihenfolge? 2.) wenn nach ID nummer sortiert wird reicht es ja statt aufsteigender, nach absteigender nummer zu sortieren Vielen Dank mo Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.