PDA

View Full Version : (simple) calendar event order on date listing


snyx
10-19-2005, 05:01 PM
im trying to push an event higher then another on a specific day. the one most recently posted is under one I wish to bump below. I have edited all the ids I can find to make the db think the older one is more recent, without luck. do I need to now rebuild my calendar info, or am I missing something altogether. they are both single day events, no range.

thanks =)

Chris M
10-19-2005, 08:26 PM
A simple way would be to add a field to the table, called something like eventorder - You can then manually set (or do templates and edit files to automatically set) the order of events and have the page display them based on eventorder :)

Chris