donshakespeare
✭✭donshakespeare ✭✭
Reactions
-
Re: Any example of using the new sort & filter module?
^^ Absolutely agree. With your plugin, I am gunning for something similar to what Discourse has done. With Discourse, one is never lost. You can sort, filter etc, it is a sweet ride. Before I start h… (View Post)1 -
Re: YAGA in 2.8?
Same strange error too here. I got the files from your github repo. I needed to change <<<<<<< HEAD public function GetUserCount($UserID, $ActionID) { return $this->SQL->Ge… (View Post)1 -
Re: Any example of using the new sort & filter module?
Awesome! Going to try it out. Good work! P.S When I first saw your plugin, I said: byebye Sphinx .... (View Post)1 -
Re: Any example of using the new sort & filter module?
Yes, the "saved filters" is simply genius, well thought ahead on that one! Also, just in case, I replaced all $_GET with Gdn::request()->get() in the plugin. Also ... I have this saved f… (View Post)1 -
Re: Any example of using the new sort & filter module?
Oh, and for my paranoid sanity, I added a new setting for those cases I do not want possible usage of !filter and other raw entries... if(c('Plugins.FilterDiscussion.FilterLock', true)){ if(!Gdn::req… (View Post)1