50sQuiff
✭✭50sQuiff ✭✭
Reactions
- 
      Re: Security vulnerability in version 2.0.18.8In class.draftscontroller.php, after // Delete the draft $Draft = $this->DraftModel->GetID($DraftID); You can add the following: if ($Draft->InsertUserID !== $Session->UserID) { Gdn::Disp… (View Post)2
- 
      Re: Pagination on bookmarks page?This is a bug in class.discussionscontroller.php. Find function Bookmarked and replace this line: $CountDiscussions = $DiscussionModel->GetCount($Wheres); with: $CountDiscussions = $DiscussionMode… (View Post)3
- 
      Re: Are there any plans to improve the search functionality?SphinxSearch comes with a built-in Sphinx installer, search plugin and search widgets. SphinxSearchLite is simply the search plugin component. It's for people who prefer to do the Sphinx installation… (View Post)1
- 
      Re: Unknown Table engine : InnoDB*Are you on a shared host? It looks like InnoDB is disabled. (View Post)2
- 
      Re: Peregrine get ya ass back here !Peregrine definitely deserves a lot of credit and I'm sure he'll return :) (View Post)1
 
         
             
    