4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: dosensteck on June 13, 2005, 04:59:55 PM
-
is it possible to show the top image statistics of a month?
for example: top.php?month=may
similarly as: top.php?catid=xx
ps: sorry for the bad english
-
hm, keiner eine idee dazu?
-
hallo!
ersetze mal diese zeile:
WHERE i.image_active = 1 AND i.cat_id NOT IN ($cat_id_sql) AND i.cat_id = c.cat_id
durch diese:
WHERE i.image_active = 1 AND i.cat_id NOT IN ($cat_id_sql) AND i.cat_id = c.cat_id AND i.image_date >= ".(mktime(0, 0, 0, date("m") , 1, date("Y")))."
ich glaube, es müsste gehen..
ansonsten mal die suchfunktion benutzen.