50sQuiff
✭✭50sQuiff ✭✭
Reactions
-
Re: Username jumps down on box-click
Guys, add this after line 159 in query.js, right after $('.MentionsLookup ul li').mousedown(function(e){ e.preventDefault(); $(this).text($(this).text().replace(/^\s+|\s+$/g,'')); That does the trick. (View Post)1 -
Re: Username jumps down on box-click
Just testing this plugin for the first time and I'm getting the same issue. The problem only occurs when I select the first name in the autocomplete list. I'm using 2.0 and ButtonBar. I hope that hel… (View Post)1 -
Re: How do I configure Akismet to start working on Spam?*
@tflight, $this->UserID() is a function call, which returns the Akismet system user. You need to find out why the Akismet User ID (or the config var that references it) hasn't been created. If the… (View Post)3 -
Re: Security Update: Vanilla 2.0.18.9
Can anyone explain the significance of "Use SafeRedirect() instead of Redirect() in the discussion controller."? Is this to fix some kind of request forgery vuln that isn't caught by a tran… (View Post)1 -
Re: [Solved] How to turn off automatic bookmarking
@LeftBrain Also, please update to 2.0.18.8 when you get a chance. This version resolves some important security issues. (View Post)2