hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: A git/GitHub primer
What is GitHub? GitHub is a web service that hosts git repositories (repos for short). git is a distributed version control system that is designed for collaboration. So, GitHub hosts a git repositor… (View Post)7 -
Re: If someone wrote a clear and concise steps Github what to do and how to use it would beGreat
How do I get started with git and GitHub? You will need two things: git and a GitHub account. Both are free! Go to https://github.com/join an sign up. Be sure to select the free plan. If you are comp… (View Post)3 -
Re: Using a View from within a Module
This is a great write up! We can play with it a bit more by preventing the automatic override of the application folder: public function __construct($Sender = '', $ApplicationFolder = '… (View Post)1 -
Re: Using a View from within a Module
You can already do that. Use Gdn_Controller::AddAsset($AssetContainer, $Asset, $AssetName = '') to add a string to a specific asset container. I use it in my Jump To Top plugin rather than … (View Post)2 -
Re: Users with no roles after import
Ah... Vanilla 1 to Vanilla 2.x does require using the porter. Hopefully you have a db backup of your old forum so you can do some testing. (View Post)2
