I would like to create a sidebar_module with the "today top vote"
I think I just need to create a copy of sidebar_stories.php and change in line 28 the "link_date DESC" by something else like "vote_today"
HTML Code:
$ss = new SidebarStories(); $ss->orderBy = "[B]link_date DESC[/B]"; // newest on top. $ss->pagesize = 5; // the number of items to show in the box.
thanks
Best regards
Clems





Linear Mode




