quote:
Originally posted by WDZ
I think it's kind of a privacy thing... just so the user knows that their IP is logged. Might also discourage some abusers, just like the stickers you put in the windows of your house/car to warn about the security system...
Beware! Wild dog checking the IPs!
quote:
Originally posted by WDZ
It's not the HTML/javascript for the popup that's the problem, it's what has to happen "behind the scenes" to make it work. I'm not adding this thing, at least not until more important things are out of the way and I'm looking for a project.
Why is it so complicated? Add one field more in the posts database, called "edited" or something like that, (which probably already exists) and make it have a list of all the edits like this:
quote:
534351354,4
135453435,2
453135435,1526
Being the first column the time when the post was edited (in unix format or however mybb stores it) and the second one the user Id.
Then the first line is used when its shrinked, and the rest are shown when expanded. Not that much complications... at least not much more than what it already is.
Blah, you decide anyways