| Re: Multiple Galleries
It would be possible, but you would run into some problems with the table names. If you just did a case sensitive find/replace on adv_gallery/adv_library that should take care of the table names. Then you would need to copy the /forum/includes/adminfunctions_gallery.php, functions_gallery.php, and functions_gallery_imageedit.php files, rename them to adminfunctions_library.php, functions_library.php, and functions_library_imageedit.php. Then just search through the files and replace any references to those three files.
|