Actually, the stated replacement would probably best be done with PHP. A lot of files would have to be modified, but you could add a snippet everywhere that there may be an instance of "body con" which would use a str_replace() function on the text content before outputting it. You would need to have arrays of old and new text versions (capitalized and lowercase) so that Body con was replaced by Going out, etc. It would be simplest to write a small function with a name like going_out() which would contain the full-length str_replace() code.
It would probably also be worthwhile to do a conversion pass on the define files for the Going Out site, so that fewer template files needed to be edited.


Reply With Quote
