50sQuiff
✭✭50sQuiff ✭✭
Reactions
-
Re: Issue with spammers
Don't break the login functionality of your forum just to keep spammers at bay. The idea of making my site dependent on a third-party company (and partner of the NSA) doesn't sit well with me. Use th… (View Post)2 -
Re: Official Feedback Thread
Outstanding work hg! This works beautifully. Everyone should run with this. (View Post)2 -
Re: Security vulnerability in version 2.0.18.8
My hotfix for draft deletion prevention caused a problem with draft auto-deletion upon the posting of a comment. Proper line is: if ($Draft && $Draft->InsertUserID !== $Session->UserID)… (View Post)1 -
Re: JS Question: how to bind a function to an existing html element?
To expand BD's answer slightly, if you're using Vanilla 2.0 it depends on an older version of jQuery that predates On(). In that case you can use live() or delegate(), which aren't as efficient but w… (View Post)2 -
Re: need to add something below Last Active,Roles on profile page in About section
You might want to upgrade to the latest version to close a number of security holes. (View Post)1