Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Has Vanilla development gone private?
Thanks or the answer @charrondev I really appreciate you shedding some light on this. I am sorry that a lot of the community management burden of seems to fall on you as you are the only core member … (View Post)9 -
Re: 2.0.18.1 upgrade to 2.8.1 - Which versions to jump through?
No need to do it in increments. Disable all plugins, make a backup and then just upgrade normally. Visit utility/upgrade and utility/structure once you are done. I would also consider removing everyt… (View Post)8 -
Re: Prototyping custom themes for 2.5.x using XAMPP? [RESOLVED]
"key": "Godot", // Exactly the same as the resulting folder for the otherwise copied theme I guess, that's just in your comment? Otherwise it would be invalid json. Try clearing t… (View Post)6 -
Re: How to retrieve the plugin own Plugininfo fields
Gdn::pluginManager()->getPluginInfo('name of the plugin'); (View Post)12 -
Re: How to leverage the model to access the database
@rbrahmson You would start by creating a new class.reviewmodel.php. Note that it extends Gdn_Model. You call the constructor with the name of the table ("Review"): <?phpclass ReviewModel… (View Post)8