hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Webm and Gifv support
Theoretically you would just need to copy over the following lines: https://github.com/vanilla/vanilla/blob/e56b12ce0ff4c96743ac52247ef1baf67b91d244/library/core/class.format.php#L1252 https://github… (View Post)1 -
Re: Webm and Gifv support
@blizeH This forum runs the hosted version of Vanilla which is ahead of the open source version of Vanilla. If you are feeling saucy, this is the file/method that has imgur and wistia auto-embed supp… (View Post)1 -
Re: DiscussionModel, CategoriesController, and You in 2.1b1
:( You could create a starred module and alerted module that spits out a discussion list of these. Target the content asset. Then you add those modules to the discussions controller. You could use CS… (View Post)1 -
Re: Adding or editing menu items (can't seem to use default.master file) [RESOLVED]
This is interesting. I copied /applications/dashboard/views/default.master.tpl into /themes/minusbaseline/views/default.master.tpl on a fresh 2.2 install and everything still worked but a new notice … (View Post)2 -
Re: How to create custom event hooks?
This is not required as the PhpMailer is a public member of the Gdn_Email class which is sent as the $Sender object. Sorry for misunderstanding you. gdn_email_sendMail_handler($sender) This will work… (View Post)3