Forums / Cotonti / Support / Change order of the comments

from ASC to DESC

ez
#25089 2010-06-28 04:30
@Fox:

		$i = $d;
		/* === Hook - Part1 : Set === */
		$extp = sed_getextplugins('comments.loop');
		/* ===== */
		while ($row = sed_sql_fetcharray($sql))
		{
			$i++;

the same function:

$i is local and starts with $d (and this is the page start counter [pagination])
It is just a counter for the number off items you want to show.
BUT you changed ASC in DESC so the counter is now "upside down"

You say that you want to change the counter...
just remove it from the tpl ? and leave the code like it is.. (most simple solution)

Date and time is usually good enough to see how the order is :/
==- I say: Keep it EZ -==