Quote:
Originally Posted by Bubble #5
OK thanks, but for us it's not that easy :bunny: We have a completely custom skin ( vs. a skin that has just been customized) and no doubt we'll have to redo a bunch of templates. This is why we like to manually install anything that is going to alter templates. Oh well, I guess it needs to be done so we'll attempt it later tonight 
|
you will have to edit four templates in each the skins you have installed
UNLESS you put your board in debug mode and edit the master style
templates to edit are
- postbit
- postbit_legacy
- MEMBERINFO
- pm_newpm
to put your board in debug mode edit /includes/config.php
PHP Code:
$config['Misc']['debug']= true;
as a last note please remember putting a public board in debug mode is dangerous i don't recommend it.