Learn how to automatically log in a WordPress user after registering via a Gravity Forms form.
Continue readingCategory: Programming
My various programming projects, tips and scripts. Some of this is part of my own learning experience.
Convert Network Solutions CSV Product Exports to WooCommerce CSV Imports
This post will eventually detail everything you need to do to export Network Solutions products into WooCommerce formats for importing. I wanted to start this post now even though it’s unfinished, so I can collect some feedback if this sort of thing is something more people are needing. There are
Continue readingQuick Way to Find PHP’s Temp Folder
If you want to know what folder (in Linux), that PHP is using for temps, you can always check the php.ini. However, the setting for temp folder is often commented out, leaving the “system default” as the folder of choice. But what is that? One way is to just type
Continue reading33% Wide Column Fix for Alignment Issues
There are many templates out there for creating responsive percent-based columns. Percentages like 10% or 50% or 25% work because they add up to 100% so they will align. When you need columns split into thirds, for example, they will not line up perfectly by using 33% for width. Let’s
Continue readingHow to Selectively Recover Threads and Posts in vBulletin 4
You found this page because you made a foo bar on your vBulletin forum and wish to selectively recover threads and posts from a particular forum that was accidentally removed. I think I can help you do this! I had this project and I’m going to provide the steps and
Continue reading