Difference between revisions of "Shadowland"
From Nighthawks Shadowrun Wiki
Line 3: | Line 3: | ||
* Bring back cookies | * Bring back cookies | ||
* When editing a post, provide a 'delete post' button. | * When editing a post, provide a 'delete post' button. | ||
+ | |||
+ | ==== cookies ==== | ||
+ | |||
+ | One each board, have a cookie procedure that looks at the highest [[Message ID]] of that board, and stores it in the cookie. | ||
+ | On the front listing page, have a monitor checking the cookie [[Message ID]] value with the existing highest [[Message ID]] for the relevant board, and if different, display a 'changed' image. | ||
+ | This will require the functions [[get Highest Message ID]]($[[Board ID]]), [[set Board Cookie]]($[[Board ID]]), [[get Board Cookie]]($[[Board ID]]), and [[display Changed]](). | ||
+ | |||
Revision as of 01:07, 29 May 2004
http://www.shadowland.org.uk/ TODO List:
- Bring back cookies
- When editing a post, provide a 'delete post' button.
cookies
One each board, have a cookie procedure that looks at the highest Message ID of that board, and stores it in the cookie. On the front listing page, have a monitor checking the cookie Message ID value with the existing highest Message ID for the relevant board, and if different, display a 'changed' image. This will require the functions get Highest Message ID($Board ID), set Board Cookie($Board ID), get Board Cookie($Board ID), and display Changed().