rloyola
New-
Re: How to sort discussions based on the discussion table column
@donshakespeare I get the query string from the url and use it with Gdn::sql()->orderBy in discussionModel_beforeGet_handler and discussionModel_BeforeGetCount_handler $sortValue = Gdn::request()-… (View Post)2 -
Conditional Module view
Is there a way to use conditional views in a module, I have multiple module views (moduleview1.php, moduleview2.php, moduleview3.php etc..) class MyPluginModule extends Gdn_Module { public function _… (View Post)1