LPH Nov 21, 2017 Managed to bridge content from a XenForo 1 installation into a XenForo 2 site. Pretty snazzy way to handle the transition.
Managed to bridge content from a XenForo 1 installation into a XenForo 2 site. Pretty snazzy way to handle the transition.
LPH Nov 5, 2017 Tracking down a conflict with another add-on can be time consuming when the backtrace stack doesn’t provide enough information. I know the line number, I know the code, but I don’t know why it’s a problem.
Tracking down a conflict with another add-on can be time consuming when the backtrace stack doesn’t provide enough information. I know the line number, I know the code, but I don’t know why it’s a problem.
LPH Oct 16, 2017 PSR-4 autoloading is sweet but leads to many questions about anchoring a namespace to a subdirectory.
PSR-4 autoloading is sweet but leads to many questions about anchoring a namespace to a subdirectory.
LPH Jan 25, 2016 The difference between $visitor['is_banned'] == false versus $visitor['is_banned'] != 1 is working code ...
The difference between $visitor['is_banned'] == false versus $visitor['is_banned'] != 1 is working code ...
LPH Jan 14, 2016 Shoot $tags=[]; is for PHP 5.4 and above whereas $tags=array(); is for 5.3 ... oh compatibility pains....
Shoot $tags=[]; is for PHP 5.4 and above whereas $tags=array(); is for 5.3 ... oh compatibility pains....
LPH Jan 7, 2016 Finally understand ternary ! It's actually easier than I was making it. condition ? if true: if false
Finally understand ternary ! It's actually easier than I was making it. condition ? if true: if false
LPH Dec 30, 2015 Happiest moments of the past two days? Curling up next to my two dogs and giving them huge hugs.
LPH Dec 15, 2015 CodeAnywhere is a great site for testing code -- wish there was a way to get a subdomain instead of long URL. And code completion for XF too
CodeAnywhere is a great site for testing code -- wish there was a way to get a subdomain instead of long URL. And code completion for XF too
LPH Dec 14, 2015 Favorite piece of code for the day: echo '<pre>' . var_export($var, true) . '</pre>';
LPH Apr 25, 2015 Releasing a new version of a plugin / add-on is exciting, nerve wracking, and filled with adrenaline.
Releasing a new version of a plugin / add-on is exciting, nerve wracking, and filled with adrenaline.
LPH Feb 15, 2015 50 lines of code cut down to 3 essential lines. Now that is a good day of coding fun, especially when features are added. Code in 2.4.1.04
50 lines of code cut down to 3 essential lines. Now that is a good day of coding fun, especially when features are added. Code in 2.4.1.04
LPH Jan 25, 2015 My coding has improved so much that I can create bugs in minutes. I need insect repellent