mtschirs
✭✭✭mtschirs ✭✭✭
Reactions
-
Re: The Hall Of Code Curiosities
The 3rd party license says: Todd ported the code from WebWiz's functions_hash1way.asp to Vanilla PHP. I would argue that a port is a modification. I don't see much room for interpretation in "pr… (View Post)3 -
Re: ä test
@"../messages/add/R_J,R_J,R_J" (View Post)3 -
Re: The Hall Of Code Curiosities
you got me :unamused: Let's consult our primary source here: if (!function_exists('getValueR')) { /** * Return the value from an associative array or an object. * * This function differs from GetValu… (View Post)3 -
Re: Issue: Gdn_Plugin::getResource() useless in 2.2b1 due to changes in Gdn_Controller::renderMaster()
Confirmed. This issue also exists within the Flagging plugin (see https://github.com/vanilla/vanilla/issues/3015): $Sender->addCssFile($this->getResource('design/flagging.css', false, false)); … (View Post)3 -
Re: Empty forum page nad HTTP 500 after upgrade from 2.0.18 (have access to dashboard)
Might really be an issue that needs to be fixed in Vanilla. Line 183-185 of class.messagemodel.php: $Result = array_filter($Result, function ($Message) use ($CategoryID) { return MessageModel::inCate… (View Post)3