- Feb 26, 2007
- Feb 25, 2007
-
-
deuce authored
sourcing in a <script> tag which doesn't generally work.
-
deuce authored
1) Indicates if a message is unread according to the new scan pointers 2) Indicates if any reply in the chain is unread 3) Clean up the HTML a little 4) Document the class hierarchy 5) Add a login box (no, not a pop-up) 6) Change the cursor to the "processing" cursor while loading stuff 7) Make the groups a separate script so that they can be reloaded if the user changes 8) Move the client-side javascript into a separate .xjs file 9) Some style sheet cleanups 10) Ensure that some user is used... either "Guest" or the new login Things I should be able to do fairly easily... 1) Have the new indication update dynamically so you can tell what you've already read 2) Update the new scan pointer when the user leaves the page 3) Add a reply button 4) Add moderation capabilities for the moderator 5) Add deletion support and a show delete messages option for operators 6) Also allow users to delete their own posts if allowed 7) Hook in the users email What I can't/won't do 1) Work hard enough on the CSS to make it pretty 2) Make it look correct in IE (see #1) 3) Replace the current default system with it #1 and #2 desparately need a web geek.
-
deuce authored
for it at the end of the line. Prevent zero-length write()s in that case.
-
deuce authored
Use the infinately more correct toSource() method rather than the horrible hand-rolled escape_quotes() function.
-
deuce authored
Also, add class info indicating if a message is new and if it contains new replies.
-
deuce authored
Show total number of replies and newest reply date.
-
deuce authored
-
deuce authored
We need a Web Geek! This works fine in everything but IE.
-
deuce authored
-
deuce authored
-
deuce authored
-
- Feb 24, 2007
-
-
deuce authored
-
deuce authored
-
deuce authored
Threaded view Forum AJAX CSS You can play with it at http://nix.synchro.net/forums/
-
- Feb 23, 2007
-
-
deuce authored
connections from a single client. *sigh* It may be a good idea for people who actually use the webserver to increase this on their systems... I use 1000 on my system.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Move toggle JavaScript into separate file.
-
deuce authored
Make index.xjs be a thing with no output in and of itself, simply xjs_load()ing the appropriate sub-script. Use hdr.offset to fetch the message body to prevent an extra index search.
-
deuce authored
Add xjs_compile() function.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Remove self-referencing anchor evilness... back button becomes insane.
-
- Feb 22, 2007
-
-
deuce authored
-
deuce authored
Threaded view uses JavaScript and visibility to make dynamic collapsing threads. http://nix.synchro.net/blogs/DOVE-GEN/ for an example "blog" highlighting the thread linking issues on my system... For a good thread view, see: http://nix.synchro.net/blogs/DOVE-DEB/Angus%20McLeod/2007/01/10/6872/Quiet___
-
deuce authored
Use the from header rather than from_ext Do a case insensitive comparison This now blogifies DOVE-General "properly" :-)
-
- Feb 19, 2007
-
-
deuce authored
-
deuce authored
1) Any message which is NOT a reply to another message is a blog post. 2) All replies to that message (and replies to them etc.) are "comments" 3) Blog posts can be filtered by poster, year, month, and day by the URL http://mybbs.synchro.net/blogs/Deuce Would be my blog entries. http://mybbs.synchro.net/blogs/Deuce/2007 Would be my blog entries for 2007 http://mybbs.synchro.net/blogs/Deuce/2007/02/18 My blog entries for Feb. 18th, 2007 I still haven't figured out the best way to display comment threads... Any succestions are welcome.
-
- Feb 17, 2007
-
-
deuce authored
-
- Feb 15, 2007
-
-
rswindell authored
be a string variable. I *ass*umed that Lloyd tested this mod before he submitted it. <shrug>
-