Jump to content

henke37

Friends
  • Posts

    1,136
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by henke37

  1. It's hard to know when he is in sarcasm mode if he uses numbers larger than the global human population.
  2. henke37

    Archive posts?

    Given that the main database engine (MySQL) already have table splitting in beta, it's not that impossible right now.
  3. Hopefully v 3 will have no comma separated strings in the database.
  4. Last time I saw a forum do joinable groups, it was a failure. No real discussion happened in the forums. I do not concider this something worth having in the main code.
  5. I have a suggestion: get a real chat server. Http is not suitable for this kind of realtime communication.
  6. Personally, I went with a stack & statemachine based parser. And if you look at the bug reports about the existing parser, you will soon realize that it has a tendency to break one thing when they fix another. It's a bunch of duct-taped together hacks. About hacks, look at the statics, most, if not all latest vulnerabilities are due to flaws in the parser.
  7. Completely reimplemented bbcode engine that doesn't use regexes.
  8. Exactly, embeding flash or java doesn't count as it being php.
  9. Trust me, ipb can not do live chats. The best it can do is what it already does, letting people post messages and then read them. Php is not live. Php is restricted by the limitations of http. The biggest limitation is that http is request based. A http server can not send data to the client that the client didn't ask for.
  10. Quick idea: If there is a session ID in the url, add a meta element that bans robots from indexing the page.
  11. Time to start opening presents, well, unless you live in Sweden, where they did that yesterday.
  12. Time to go Santa hunting. Well, unless you live in Sweden, where they start the present opening one day early.
  13. Time to party!
  14. Happy sobering up from the party last night. Well, if you have a social life.
  15. As our site has recently shifted it's subjects, we have had to delete some forums. Since a few full category forums with child boards needed to be deleted, I looked for a way to kill the child forums too. But I could not. I think that it should be possible to remove the child forums along with the main forum. And in addition, to be able to delete the topics in the forum along with the forum. Sure, I support having the option to move the contents instead of deleting it, but I want the option of deleting it too! Well, I better get back to work, I got like 20-30 forums to kill manually. If only I could use the check boxes next to each forum to mark them for simultaneous deletion... To summary: Allow child forum(s) and their contents to be removed in addition to being moved Allow topics to be deleted along with the forum Allow the checkboxes to be used to multi delete forums
×
×
  • Create New...