
Its very simple. Do all the edits to prosilver and do all the prosilver edits to the other styles you have installed.
root/scripts/somefile.html
scripts/somefile.html
root/styles/prosilver/template/newfolder/*.*
styles/prosilver/template/
folder and find a new directory called newfolder
with whatever files are in it.mobius wrote:just use automod? this explains it well enough http://www.phpbb.com/community/viewtopic.php?t=1342275
get it here http://www.phpbb.com/mods/automod/
read this to understand better if you want to do it manually.
http://www.phpbb.com/mods/installing/
with template inheritance you install for prosilver like normal then apply the RELEVANT change to your other active styles. with automod you can do this automatically by clicking in the installed mod and at the bottom it has an option to apply it to other styles. Manually? it is usually a case of cloning over ( i.e copy and paste) any overall_header/footer.html edits the mods needs to your other styles.
the thing about automod is that it relies on using the FIND to apply edits, other mods can change those finds so you get errors when installing a mod.