Bascially, I wrote a CMS for adding images, and also a wordpress plugin which fetches the images with ajax via the post screen.
I added whitelabeling support, so you can just change 1 var in the cms for the images, but i want to also whitelabel the plugin, which means i have to change about 4-5 different vars in about 4 diff files.
Need some input on a way to do this?
I was going to create dummy files with %VAR1% etc, and during the install process search and replace on those vars, and zip up the plugin for download.
