hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Confused with database and models
The sender in this case would be a DiscussionModel, not a DiscussionController. (View Post)3 -
Re: After upgrade to Vanilla 2.1b2 from latest stable weird bug occurs
Sounds like you need to set up your default roles. Visit /dashboard/role/defaultroles to set them up. (View Post)1 -
Re: [Solved] Disable storing of cookies?
In /library/core/class.cookieidentity.php you will need to modify the SetIdentity() method. You will also have to modify the entry/signin view to remove the persist login checkbox. (View Post)2 -
Re: Confused with database and models
$Sender is a generic term that is used for the sending object. I sometimes find it helpful to name the object the type it is. In this case, $DiscussionController. Once you understand this, you can do… (View Post)2 -
Re: How to add filters when post new discussion
Welcome to the community! You will need to create a plugin for this. You there are two parts to doing what you want. * Save the extra metadata on discussion creation/edit * Modify the view to filter … (View Post)3
