That's a good suggestion karlsemple...
flesh wrote:
I am running 2.0.19 but I don't have a visual confirmation code option
Do you know the version that your template was designed for? If it was designed for phpBB 2.0.10 or earlier, then you would want to create Template Only versions of the phpBB Updates and install them just like you would any other MOD...
Creating Template Only MODs
All you need to do is create Template Only versions of the MODs that you have installed.
- First create a duplicate of the MOD script in a new text file. To make it easier to remember, just use the same MOD filename that the MOD author used, but add _template_only to the name. So if you are using the TopicCalender.txt file, the new Template only version would be named TopicCalender_template_only.txt.
- Then save the new Template Only MOD and store it in it's own separate templates only folder...
- If there are any files included with the MOD that are supposed to be uploaded to template folders, store them in the new Template only MOD folder maintaining the same folder structure that the original MOD used...
- Next add the name of the new Template to the end of the MOD Title using your favorite Text editor. So the MOD Title could look something like this if Aeolus is your new template name:
Code: Select all
## MOD Title: Topic calendar - Part 1 (common to all setup) Aoelus
EM will recognize this as a new MOD if the MOD Title is different from what it has previously installed...
- Next strip out all NON-Template related modifications. All you want in this new Template Only version of the MOD are alterations for template files only. If there are any copy commands, only keep those that copy included files into template folders too..
- Then rename all instances of subSilver with your new Template name using the Replace All function that you can find in most text editors.
- Now you can upload the new Template Only MOD folder to the admin/mods and run it like you would any other MOD using EM.
If you have added more than one new template, you would want to repeat Steps 6 & 7 for each Template except instead of using subSilver, you would use the name of the last template that you installed using this Template Only version of the MOD. So if the last template you modified with this was Aeolus and you want to apply the changes to Helius next, do a Replace All on Aoelus to Helius...
It really isn't that difficult to update each new template after the fact...