Quote:
Originally posted by edward
I installed in on a test board, and it appears to work as advertised.
My concern is with the hand editing of the files. Is it allowable under the vbulletin license for you to offer diffs from the original source? If so, that would speed up installation and eliminate the typo element that can make troubleshooting something like this very difficult.
diff -u old new > file.diff
then you can use 'patch < file.diff' to update the file, and avoid problems caused by copy/paste.
|
If its OK with Jelsoft, then I'll do that. The only issue is my files are hacked with other enhancements as well, so the DIFF might not be accurate.
Ethan