Caylus
✭✭Caylus ✭✭
Reactions
-
Re: Render Blocking & CSS Delivery with Page Speed Insights.
You could, if you were inclined, replace this code in class.headmodule.php: With this code: I'm not saying it's a good idea tho. It's also not going to improve the speed of your site by any significa… (View Post)1 -
Re: Sharing code across plugins
For your development stage, you could do something like this, maybe? and if you want to use some functions from your standard library, you can use it in this way: (View Post)1 -
Re: Anonymouse plugin doesnt work
Well, try to improve the plugin yourself, post here to fix the minor issues in the code you produced, and don't say "you think it won't take much time" (never say this to any professional i… (View Post)3 -
Re: File failed to upload
So, if you try to upload something that's way to big on your forum, you get the appropriate error. It's clearly able to tell something about the uploaded file. But after that, $_FILES[$InputName]['er… (View Post)1 -
Re: QnA - Best Answer
Glad it worked out! Just for future reference: If you see c("X.Y.Z" , 'some default value') somewhere, that's basically a shorthand for "check if $Configuration['X']['Y']['Z'] is set, … (View Post)1