R_J
AdminR_J Admin
-
Re: Modifying existing table structure - best practices?
Nope, but you also asked about the parameters of set() This will add a column to the discussion table: Gdn::structure() ->table('Discussion') ->column('IsSave', 'tinyin… (View Post)2 -
Re: How to leverage the model to access the database
Basically it is quite easy. You already know how to create a table, don't you? If not, look at the structure.php files in /applications/(dashboard|conversation|vanilla)/settings/structure.php Th… (View Post)4 -
Re: Forgot Password link broken after changing Login Page
Concerning your "menu questions": Right click on "Activity", inspect element and you find it is in ul.SiteMenu If you do a full text search for "SiteMenu", you'll f… (View Post)6 -
Re: Forgot Password link broken after changing Login Page
Congratulations! That's how it is done ;) The best thing for the beginning is cherry picking and changing small things. Download a number of themes and plugins and use them as a resource for exa… (View Post)1 -
Re: Forgot Password link broken after changing Login Page
Do you know what happens when the next Vanilla version is available? All your changes will be lost. If you think it is to much work to learn "the right way" to change things in Vanilla, you… (View Post)6
