mtschirs
✭✭✭mtschirs ✭✭✭
Reactions
-
Re: The Hall Of Code Curiosities
In library/vendors - functions.webwizhash.php: // This code is for private use only I hope nobody uses Vanilla commercially :glasses: (View Post)1 -
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: Consolidate addon does not work on version 2.1.11
Vanilla 2.2 has this added to its .htaccess for caching certain static resources: <IfModule mod_headers.c> <FilesMatch "(?<!embed)\.(css|js|woff|ttf|eot|svg|png|gif|jpeg|jpg|ico|swf)… (View Post)3 -
Notifications - more annoying than useful?
After using Vanilla for some time, I started getting annoyed by the red notification icon, always compelling me to click on it even though I already checked out the new message or read the new commen… (View Post)8 -
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