Personal tools

Difference between revisions of "Shadowland"

From Nighthawks Shadowrun Wiki

Jump to: navigation, search
Line 4: Line 4:
 
* Bring back cookies
 
* Bring back cookies
 
* When editing a post, provide a 'delete post' button.
 
* When editing a post, provide a 'delete post' button.
 +
* An "add board" admin option, and/or "edit board"
  
 
=== cookies ===
 
=== cookies ===
Line 14: Line 15:
  
 
Done.
 
Done.
 +
 +
=== add/edit board ===
 +
 +
Adding: would it happen so infrequently that serverside sql would be sufficient?
 +
Might be of more use to have an "edit board" option to change the board name/description of existing boards.

Revision as of 18:38, 1 June 2004

TODO List:

  • http://www.shadowland.org.uk
  • Bring back cookies
  • When editing a post, provide a 'delete post' button.
  • An "add board" admin option, and/or "edit board"

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().

post deletion

Done.

add/edit board

Adding: would it happen so infrequently that serverside sql would be sufficient? Might be of more use to have an "edit board" option to change the board name/description of existing boards.