So I want to do this:
Code: Select all
#
#-----[ COPY ]------------------------------------------
#
copy templates/subSilver/admin/board_config_body.tpl to templates/Chronicles/admin/board_config_body.tpl
copy templates/subSilver/admin/category_edit_body.tpl to templates/Chronicles/admin/category_edit_body.tpl
copy templates/subSilver/admin/db_utils_backup_body.tpl to templates/Chronicles/admin/db_utils_backup_body.tpl
copy templates/subSilver/admin/disallow_body.tpl to templates/Chronicles/admin/disallow_body.tpl
copy templates/subSilver/admin/forum_admin_body.tpl to templates/Chronicles/admin/forum_admin_body.tpl
copy templates/subSilver/admin/group_edit_body.tpl to templates/Chronicles/admin/group_edit_body.tpl
copy templates/subSilver/admin/index_body.tpl to templates/Chronicles/admin/index_body.tpl
copy templates/subSilver/admin/index_frameset.tpl to templates/Chronicles/admin/index_frameset.tpl
copy templates/subSilver/admin/ranks_list_body.tpl to templates/Chronicles/admin/ranks_list_body.tpl
copy templates/subSilver/admin/smile_edit_body.tpl to templates/Chronicles/admin/smile_edit_body.tpl
copy templates/subSilver/admin/styles_addnew_body.tpl to templates/Chronicles/admin/styles_addnew_body.tpl
copy templates/subSilver/admin/styles_edit_body.tpl to templates/Chronicles/admin/styles_edit_body.tpl
copy templates/subSilver/admin/styles_list_body.tpl to templates/Chronicles/admin/styles_list_body.tpl
copy templates/subSilver/admin/user_ban_body.tpl to templates/Chronicles/admin/user_ban_body.tpl
copy templates/subSilver/admin/user_edit_body.tpl to templates/Chronicles/admin/user_edit_body.tpl
copy templates/subSilver/admin/words_edit_body.tpl to templates/Chronicles/admin/words_edit_body.tpl
I've also tried CD'ing out of the directory ala: ../templates/subSilver/admin/etc.tpl but this didn't work:
Code: Select all
Critical Error
COPY FAILED: The target file to be copied [./mods/updateChronicles_1.0.1/../templates/subSilver/admin/board_config_body.tpl] could not be found.
copy ../templates/subSilver/admin/board_config_body.tpl to templates/Chronicles/admin/board_config_body.tpl
MOD script line #69 :: FAQ :: Report
My current "solution" is to just make it DIY instead of COPY. Is this the only way to really do it or can anyone suggest something else? In the meantime I'm going to keep it DIY.