Quote:
|
Originally Posted by boeing747fp
you would have to modify the install code to have an input field for "prefix" and go through the install code and replace the current prefix constant with the variable
|
Thats the problem it isnt in just the install code - its throughout the whole program.
So here's what Im thinking, but Im pretty much a novice at programming. I can read the code and understand what it is suppose to do but programming is a whole other matter.
Okay here it goes:
save this as say prefix.php
then go through change all the prefix now to $prefix and add include prefix.php to all files I have changed.
Will this work or is there more too it and Im way off base.