businessdad
MVPHackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
businessdad MVP
Reactions
-
Re: Email is Required- OpenID plugin
I encountered that issue when I developed my Steam SignIn plugin. In my case, the code to change was the one described in this post. (View Post)1 -
Re: Can users have personalized date / time format?
Flash stuff is a real application running on your computer, and it has access to (almost) anything it wants. There is an article that describes how to determine the time zone using ActionScript, it d… (View Post)1 -
Re: Can users have personalized date / time format?
Runkit is what I meant when I mentioned "hackish ways" of altering classes. I had a look at it, but I find it too dangerous to use, at the moment. Not to mention that it's an extension that… (View Post)2 -
Re: Can users have personalized date / time format?
No, that's not possible. In PHP, you cannot redeclare a class, nor override a single member of a class. There are some "hackish" ways to do it, but I would not recommend it. (View Post)2 -
Re: Can users have personalized date / time format?
You can also create a plugin that contains a copy of such file, and it will override the core one (tested on Vanilla 2.0.x and 2.1b). (View Post)2