R_J
AdminR_J Admin
-
Re: I want to let my users to login another site (PHP) using vanilla login details.
I would implement a simple Vanilla plugin which takes password user name some long "secret" key as parameters and then basically does this comparison: if (Gdn::request()->post('secr… (View Post)1 -
Re: Official Basic Pages Feedback Thread
That could be a css problem. Vanilla resets lists (don't ask me why). If you use HTML, enclose your text in an element of class "userContent" (View Post)1 -
Re: What controls My Discussions in v3.3?
Just look what I have found! I really don't know why I have toyed around with it, but I threw together that sample at some day in the past. There is no real usecase for exactly that code, but it… (View Post)1 -
Re: Add a same subcategory to difetent main categories
Generally not. You might be able to tweak some views, but at least the discussioncount in the categories will not be correct. But even that could possibly tweaked. You would need a plugin. In /applic… (View Post)1 -
Re: How to sort discussions based on the discussion table column
Try that one: public function discussionsController_afterPageCalculation_handler($sender) { DiscussionModel::addSort('comments', 'CountComments', ['CountComments' => … (View Post)1
