x00
MVPx00 MVP
Reactions
-
Re: WordPress plugin feature request!
Me personally I would do it with the Vanilla API, or light entry point Vanilla API, and use wordpress hooks. I think using an API is more satisfactory, than scraping, but understand why it was done t… (View Post)1 -
Re: Why not host Vanilla Cloud locally?
OS doesn't pay for itself, there has to be a funding model. OS by its nature, is more developer friendly than "free stuff" friendly. (View Post)1 -
Re: Customize plugin view
Many of my plugins allow this, if you are contributing back to a plugin this is typically the code that I use. public function ThemeView($View){ $ThemeViewLoc = CombinePaths(array( PATH_THEMES, Gdn::… (View Post)4 -
Re: Integrating own authentication mechanism into Vanilla
The main purpose of of jsConnect is to validate the authentication of the provider, not to log you in. That is just bells and whistles stuff the may not be helpful. (View Post)1 -
Re: how to post code asp.net mvc with '@' character, that vanilla does not create link to profile?
Oh ok got it, I would say technically it could be considered a bug @Html.Label("Username", "Username") meanwhile use <pre>@Html.Label("Username", "Username&qu… (View Post)2