hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: A good text editor?
I want to point out the Advance editor has a lot of options under the hood that are disabled by default. Like Color, highlighting, font selection, indenting, and uploads. You can enable them via a pl… (View Post)4 -
Re: What is the correct method of deploying vanilla to the cloud?
config.php is the only file generated in that directory. You may have other files you want to put in there (locale.php, bootstrap.php, etc) Vanilla uses a dispatcher to load the right controller and … (View Post)4 -
Re: SFM Plugin: Enhancements and feedback
shoot... I was working on the previous version. Basically, there should be no data manipulation in your view that doesn't directly relate to how it is output. For example, the list of files should be… (View Post)2 -
Re: How to limit usernames to just letters, numbers & underscores? (like Twitter)
I just realized I left out numbers in the regex. [A-z0-9_] will allow names to have numbers in them. Sorry about that. (View Post)1 -
Re: Plugin settings not found
The require the Vanilla.Settings.Manage permission for the settings page. This doesn't exist by default and they don't appear to register that permission. Looks like a bug. Remember that super admins… (View Post)2