x00
MVPx00 MVP
Reactions
-
Re: Fatal Error in PHP.trigger_error();
it seem that you have two plugins that are conflicted, probably becuase ti was renamed an you updated. I don't actuality recognise either of those plugin. There is an VanillaStatsPlugin, but it … (View Post)1 -
Re: [Documentation] How set a non-english language, when Vanilla is installing?
Well you can translate everything there. basically $this->Form->Label() is similar to using T() So perhaps you could put your preliminary translations in conf/locale.php, before installing a fu… (View Post)1 -
Re: Pure Genius !
Btw I'm not implying the 422 or fh111 are spammers, they posted innocently, just so happens that these type of post attract spam. The key clue is at the time they were posted this thread was not… (View Post)1 -
Re: sign in box built into page
You are going to have to construct these forms yourself as modules, you can't really take something out of context and expect it work as if it was in context. it is not just a case of copying fi… (View Post)1 -
Re: sign in box built into page
Basically adapting the existing form. <div> <?php $Form = Gdn::Factory('Form'); echo $Form->Open(array('Action' => $this->Data('FormUrl', Url('/en… (View Post)1
